Skip to content
Snippets Groups Projects
Unverified Commit cb08d233 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

feat: always run collect jobs (#156)

parent d68e5d29
Branches
Tags
No related merge requests found
Pipeline #120946 passed
...@@ -43,6 +43,7 @@ collect_results:backwards_ecal: ...@@ -43,6 +43,7 @@ collect_results:backwards_ecal:
stage: collect stage: collect
needs: needs:
- "bench:backwards_ecal" - "bench:backwards_ecal"
when: always
script: script:
- ls -lrht - ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -38,6 +38,7 @@ collect_results:calo_pid: ...@@ -38,6 +38,7 @@ collect_results:calo_pid:
stage: collect stage: collect
needs: needs:
- "bench:calo_pid" - "bench:calo_pid"
when: always
script: script:
- ls -lrht - ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -22,6 +22,7 @@ collect_results:ecal_gaps: ...@@ -22,6 +22,7 @@ collect_results:ecal_gaps:
stage: collect stage: collect
needs: needs:
- "bench:ecal_gaps" - "bench:ecal_gaps"
when: always
script: script:
- ls -lrht - ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -30,6 +30,7 @@ collect_results:femc_electron: ...@@ -30,6 +30,7 @@ collect_results:femc_electron:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:femc_electron"] needs: ["bench:femc_electron"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -30,6 +30,7 @@ collect_results:femc_photon: ...@@ -30,6 +30,7 @@ collect_results:femc_photon:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:femc_photon"] needs: ["bench:femc_photon"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -29,6 +29,7 @@ collect_results:femc_pi0: ...@@ -29,6 +29,7 @@ collect_results:femc_pi0:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:femc_pi0"] needs: ["bench:femc_pi0"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -22,6 +22,7 @@ collect_results:insert_muon: ...@@ -22,6 +22,7 @@ collect_results:insert_muon:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:insert_muon"] needs: ["bench:insert_muon"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -28,6 +28,7 @@ collect_results:insert_neutron: ...@@ -28,6 +28,7 @@ collect_results:insert_neutron:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:insert_neutron"] needs: ["bench:insert_neutron"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -29,6 +29,7 @@ collect_results:insert_tau: ...@@ -29,6 +29,7 @@ collect_results:insert_tau:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:insert_tau"] needs: ["bench:insert_tau"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -23,6 +23,7 @@ collect_results:lfhcal: ...@@ -23,6 +23,7 @@ collect_results:lfhcal:
stage: collect stage: collect
needs: needs:
- "bench:lfhcal" - "bench:lfhcal"
when: always
script: script:
- ls -lrht - ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
...@@ -41,6 +42,7 @@ collect_results:lfhcal_campaigns: ...@@ -41,6 +42,7 @@ collect_results:lfhcal_campaigns:
stage: collect stage: collect
needs: needs:
- "bench:lfhcal_campaigns" - "bench:lfhcal_campaigns"
when: always
script: script:
- ls -lrht - ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -29,6 +29,7 @@ collect_results:zdc_lambda: ...@@ -29,6 +29,7 @@ collect_results:zdc_lambda:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:zdc_lambda"] needs: ["bench:zdc_lambda"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -13,6 +13,7 @@ collect_results:zdc_lyso: ...@@ -13,6 +13,7 @@ collect_results:zdc_lyso:
stage: collect stage: collect
needs: needs:
- "sim:zdc_lyso" - "sim:zdc_lyso"
when: always
script: script:
- ls -lrht - ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -26,6 +26,7 @@ collect_results:zdc_pi0: ...@@ -26,6 +26,7 @@ collect_results:zdc_pi0:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:zdc_pi0"] needs: ["bench:zdc_pi0"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
...@@ -29,6 +29,7 @@ collect_results:zdc_sigma: ...@@ -29,6 +29,7 @@ collect_results:zdc_sigma:
extends: .det_benchmark extends: .det_benchmark
stage: collect stage: collect
needs: ["bench:zdc_sigma"] needs: ["bench:zdc_sigma"]
when: always
script: script:
- ls -al - ls -al
- mv results{,_save}/ # move results directory out of the way to preserve it - mv results{,_save}/ # move results directory out of the way to preserve it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment