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

[11.3] Split DQM configuration tests in smaller set to make then run … #34189

Merged
merged 1 commit into from Jun 21, 2021
Merged
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
23 changes: 16 additions & 7 deletions DQMOffline/Configuration/test/BuildFile.xml
@@ -1,10 +1,19 @@
<!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 50 sequences. -->
<test name="TestDQMOfflineConfiguration0" command="runtests.sh 50 0"/>
<test name="TestDQMOfflineConfiguration50" command="runtests.sh 50 50"/>
<test name="TestDQMOfflineConfiguration100" command="runtests.sh 50 100"/>
<test name="TestDQMOfflineConfiguration150" command="runtests.sh 50 150"/>
<test name="TestDQMOfflineConfiguration200" command="runtests.sh 50 200"/>
<test name="TestDQMOfflineConfiguration250" command="runtests.sh 50 250"/>
<!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 20 sequences. -->
<test name="TestDQMOfflineConfiguration0" command="runtests.sh 20 0"/>
<test name="TestDQMOfflineConfiguration20" command="runtests.sh 20 20"/>
<test name="TestDQMOfflineConfiguration40" command="runtests.sh 20 40"/>
<test name="TestDQMOfflineConfiguration60" command="runtests.sh 20 60"/>
<test name="TestDQMOfflineConfiguration80" command="runtests.sh 20 80"/>
<test name="TestDQMOfflineConfiguration100" command="runtests.sh 20 100"/>
<test name="TestDQMOfflineConfiguration120" command="runtests.sh 20 120"/>
<test name="TestDQMOfflineConfiguration140" command="runtests.sh 20 140"/>
<test name="TestDQMOfflineConfiguration160" command="runtests.sh 20 160"/>
<test name="TestDQMOfflineConfiguration180" command="runtests.sh 20 180"/>
<test name="TestDQMOfflineConfiguration200" command="runtests.sh 20 200"/>
<test name="TestDQMOfflineConfiguration220" command="runtests.sh 20 220"/>
<test name="TestDQMOfflineConfiguration240" command="runtests.sh 20 240"/>
<test name="TestDQMOfflineConfiguration260" command="runtests.sh 20 260"/>
<test name="TestDQMOfflineConfiguration280" command="runtests.sh 20 280"/>
<!-- To make sure we actually got all sequences, the last check checks that there are no sequences beyond the last test -->
<!-- This might need to updated when the number of distinct sequences grows, add more rows above and change the number here. -->
<test name="TestDQMOfflineConfigurationGotAll" command="cmsswSequenceInfo.py --runTheMatrix --steps DQM,VALIDATION --limit 50 --offset 300 --threads 1 | grep 'Analyzing 0 seqs'"/>