Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated architecture to mach cc* too #28189

Merged
merged 1 commit into from Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions CondCore/CondDB/test/BuildFile.xml
Expand Up @@ -31,9 +31,9 @@
</bin>
<bin file="testGroupSelection.cpp" name="testGroupSelection">
</bin>
<architecture name="slc.*_amd64_.*">
<bin file="testConnectionPool.cpp" name="testConnectionPool">
<use name="CondFormats/RunInfo"/>
</bin>
<architecture name="(slc|cc).*_amd64_.*">
<bin file="testConnectionPool.cpp" name="testConnectionPool">
<use name="CondFormats/RunInfo"/>
</bin>
<test name="condTestRegression" command="condTestRegression.py"/>
</architecture>
2 changes: 1 addition & 1 deletion CondTools/Ecal/test/BuildFile.xml
@@ -1,6 +1,6 @@
<use name="CondTools/Ecal"/>

<architecture name="slc.*_amd64_.*">
<architecture name="(slc|cc).*_amd64_.*">
<ifcxx11_abi value="1">
<flags SETENV="LD_PRELOAD=$(CMS_ORACLEOCCI_LIB)"/>
</ifcxx11_abi>
Expand Down
2 changes: 1 addition & 1 deletion CondTools/RunInfo/test/BuildFile.xml
@@ -1,6 +1,6 @@
<use name="CondTools/RunInfo"/>

<architecture name="slc.*_amd64_.*">
<architecture name="(slc|cc).*_amd64_.*">
<use name="py2-sqlalchemy"/>
<test name="RunInfoStart_O2O_test" command="RunInfoStart_O2O_test.sh"/>
</architecture>
2 changes: 1 addition & 1 deletion CondTools/SiStrip/test/BuildFile.xml
@@ -1,4 +1,4 @@
<architecture name="slc.*_amd64_.*">
<architecture name="(slc|cc).*_amd64_.*">
<ifcxx11_abi value="1">
<flags SETENV="LD_PRELOAD=$(CMS_ORACLEOCCI_LIB)"/>
</ifcxx11_abi>
Expand Down