Skip to content

Commit

Permalink
updated architecture to mach cc* too
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 16, 2019
1 parent 217e02f commit 7e9cd8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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

0 comments on commit 7e9cd8c

Please sign in to comment.