Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Commits
1a37e7fc
Commit
1a37e7fc
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Do not allow_failure for jobs.
This defeats the purpose of these jobs and the existence of this repo.
parent
c8d54940
Branches
Branches containing commit
No related tags found
1 merge request
!90
Do not allow_failure for jobs.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
benchmarks/ecal/config.yml
+5
-5
5 additions, 5 deletions
benchmarks/ecal/config.yml
benchmarks/imaging_ecal/config.yml
+3
-3
3 additions, 3 deletions
benchmarks/imaging_ecal/config.yml
benchmarks/tracking/config.yml
+1
-1
1 addition, 1 deletion
benchmarks/tracking/config.yml
with
9 additions
and
9 deletions
benchmarks/ecal/config.yml
+
5
−
5
View file @
1a37e7fc
...
...
@@ -7,7 +7,7 @@ ecal_1_emcal_crystal_electrons:
expire_in
:
20 weeks
paths
:
-
results/
allow_failure
:
true
#
allow_failure
:
true
script
:
-
bash benchmarks/ecal/emcal_electrons.sh
...
...
@@ -20,7 +20,7 @@ ecal_2_emcal_crystal_pi0s:
paths
:
-
results/
stage
:
run
allow_failure
:
true
#
allow_failure: true
script
:
-
bash benchmarks/ecal/emcal_pi0s.sh
...
...
@@ -33,7 +33,7 @@ ecal_3_emcal_barrel_electrons:
paths
:
-
results/
stage
:
run
allow_failure
:
true
#
allow_failure: true
script
:
-
bash benchmarks/ecal/run_emcal_barrel_electrons.sh
...
...
@@ -46,7 +46,7 @@ ecal_4_emcal_barrel_pions:
paths
:
-
results/
stage
:
run
allow_failure
:
true
#
allow_failure: true
script
:
-
bash benchmarks/ecal/run_emcal_barrel_pions.sh
...
...
@@ -60,6 +60,6 @@ full_emcal_barrel_electrons:
paths
:
-
results/
stage
:
run
allow_failure
:
true
#
allow_failure: true
script
:
-
bash benchmarks/ecal/full_emcal_electrons.sh
This diff is collapsed.
Click to expand it.
benchmarks/imaging_ecal/config.yml
+
3
−
3
View file @
1a37e7fc
...
...
@@ -9,7 +9,7 @@ imaging_ecal_electrons:
stage
:
run
script
:
-
bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_electrons -p "electron" -n
1000
allow_failure
:
true
#
allow_failure: true
imaging_ecal_photons
:
image
:
eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
...
...
@@ -22,7 +22,7 @@ imaging_ecal_photons:
stage
:
run
script
:
-
bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_photons -p "photon" -n
1000
allow_failure
:
true
#
allow_failure: true
imaging_ecal_pions
:
image
:
eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
...
...
@@ -35,5 +35,5 @@ imaging_ecal_pions:
stage
:
run
script
:
-
bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_pions -p "pion-" -n
1000
allow_failure
:
true
#
allow_failure: true
This diff is collapsed.
Click to expand it.
benchmarks/tracking/config.yml
+
1
−
1
View file @
1a37e7fc
...
...
@@ -4,5 +4,5 @@ tracking_central_electrons:
timeout
:
24 hours
script
:
-
bash benchmarks/tracking/central_electrons.sh
allow_failure
:
true
#
allow_failure
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment