Skip to content
Snippets Groups Projects
Commit b4e06a29 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: allow_failure of zdc benchmarks

parent c1abc922
No related branches found
No related tags found
1 merge request!134fix: allow_failure of zdc benchmarks
...@@ -6,6 +6,7 @@ sim:zdc: ...@@ -6,6 +6,7 @@ sim:zdc:
parallel: parallel:
matrix: matrix:
- PARTICLE: ["neutron", "photon"] - PARTICLE: ["neutron", "photon"]
allow_failure: true
bench:zdc_benchmark: bench:zdc_benchmark:
extends: .det_benchmark extends: .det_benchmark
...@@ -17,6 +18,7 @@ bench:zdc_benchmark: ...@@ -17,6 +18,7 @@ bench:zdc_benchmark:
parallel: parallel:
matrix: matrix:
- PARTICLE: ["neutron", "photon"] - PARTICLE: ["neutron", "photon"]
allow_failure: true
collect_results:zdc: collect_results:zdc:
extends: .det_benchmark extends: .det_benchmark
...@@ -25,3 +27,4 @@ collect_results:zdc: ...@@ -25,3 +27,4 @@ collect_results:zdc:
- ["bench:zdc_benchmark"] - ["bench:zdc_benchmark"]
script: script:
- ls -lrht - ls -lrht
allow_failure: true
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