/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQMOffline/Configuration/test/BuildFile.xml
15 строк
1 KB
iarspider
Update BuildFile.xml
12 дек 2024, 18:18
Не верифицирован
12 дек 2024, 18:18
83675c3
Код
Авторство
О чём код?
<!-- Download input file locally so that all tests can use it --> <set name="INFILE_NAME" value="004D960A-EA4C-E811-A908-FA163ED1F481.root"/> <set name="INFILE" value="/store/data/Run2018A/EGamma/RAW/v1/000/315/489/00000/${INFILE_NAME}"/> <test name="GetTestDQMOfflineConfigurationFile" command="edmCopyUtil ${INFILE} $(LOCALTOP)/tmp/"/> <!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 10 sequences. --> <test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,999,10"> <flags PRE_TEST="GetTestDQMOfflineConfigurationFile"/> </test> <!-- 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="runrest.sh file://${LOCALTOP}/tmp/${INFILE_NAME} 999"> <flags PRE_TEST="GetTestDQMOfflineConfigurationFile"/> </test>