Skip to content
Snippets Groups Projects
Commit bd10069c authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

update gitlabci files

parent 1a929908
No related branches found
No related tags found
1 merge request!10Update dis
...@@ -2,24 +2,40 @@ dis:generate: ...@@ -2,24 +2,40 @@ dis:generate:
stage: initialize stage: initialize
needs: [] needs: []
timeout: 1 hours timeout: 1 hours
cache:
key:
files:
- benchmarks/dis/generator/pythia_dis.cxx
prefix: "$CI_COMMIT_REF_SLUG"
paths:
- input/dis
artifacts: artifacts:
paths: paths:
- results - input
script: script:
- bash benchmarks/dis/gen.sh - bash benchmarks/dis/gen.sh --config barrel --ebeam 18 --pbeam 275
dis:process: dis:process:
stage: process stage: process
needs: ["detector", "dis:generate"] needs: ["detector", "dis:generate"]
timeout: 1 hour timeout: 1 hour
script:
- ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275
artifacts: artifacts:
paths: paths:
- results - results
script: retry:
- echo "DIS benchmarks" max: 2
when:
- runner_system_failure
dis:results: dis:results:
stage: collect stage: collect
needs: ["dis:process"] needs: ["dis:process"]
script: script:
- echo "All DIS benchmarks successful" - ./util/collect_tests.py dis
artifacts:
paths:
- results/dis.json
- results/dis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment