Skip to content
Snippets Groups Projects
Commit 3cde6e94 authored by Andre Gunther's avatar Andre Gunther :island:
Browse files

Merge branch 'gunther-remove-hlt2-gec' into 'master'

Deactivate GEC for HLT2 standalone reco throughput tests

See merge request !397
parents 62e11bbc f48b775f
No related branches found
No related tags found
1 merge request!397Deactivate GEC for HLT2 standalone reco throughput tests
Pipeline #7007424 passed
......@@ -17,9 +17,9 @@ if [[ $(hostname --fqdn) == "lbhltperf01.cern.ch" ]]; then
cache_dirs=(--cache-dirs "/scratch/z5/data/Hlt2Throughput")
fi
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$RECOCONFROOT/options/hlt2_fastest_reco.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$MOOREROOT/tests/options/no_standalone_reco_gec.py' '$RECOCONFROOT/options/hlt2_fastest_reco.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$RECOCONFROOT/options/hlt2_fastest_reco.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$MOOREROOT/tests/options/no_standalone_reco_gec.py' '$RECOCONFROOT/options/hlt2_fastest_reco.py' "${cache_dirs[@]}"
# force 0 return code so the handler runs even for failed jobs
exit 0
......@@ -17,9 +17,9 @@ if [[ $(hostname --fqdn) == "lbhltperf01.cern.ch" ]]; then
cache_dirs=(--cache-dirs "/scratch/z5/data/Hlt2Throughput")
fi
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$MOOREROOT/tests/options/no_standalone_reco_gec.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$MOOREROOT/tests/options/no_standalone_reco_gec.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf.py' "${cache_dirs[@]}"
# force 0 return code so the handler runs even for failed jobs
exit 0
......@@ -17,9 +17,9 @@ if [[ $(hostname --fqdn) == "lbhltperf01.cern.ch" ]]; then
cache_dirs=(--cache-dirs "/scratch/z5/data/Hlt2Throughput")
fi
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf_without_UT.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$MOOREROOT/tests/options/no_standalone_reco_gec.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf_without_UT.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf_without_UT.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=expected_2024_min_bias_hlt1_filtered '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$MOOREROOT/tests/options/no_standalone_reco_gec.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf_without_UT.py' "${cache_dirs[@]}"
# force 0 return code so the handler runs even for failed jobs
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment