Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
Container Registry
Model registry
Operate
Environments
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
containers
eic_container
Merge requests
!730
fix: set DETECTOR and DETECTOR_CONFIG in benchmark triggers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: set DETECTOR and DETECTOR_CONFIG in benchmark triggers
trigger-benchmarks-with-DETECTOR
into
master
Overview
10
Commits
13
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
trigger-benchmarks-with-DETECTOR
into
master
1 year ago
Overview
8
Commits
13
Pipelines
0
Changes
1
Expand
Fixes
#123 (closed)
.
1
0
Merge request reports
Viewing commit
ad972e3d
Prev
Next
Show latest version
1 file
+
7
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ad972e3d
modified: .gitlab-ci.yml
· ad972e3d
Whitney Armstrong
authored
1 year ago
.gitlab-ci.yml
+
7
−
5
Options
@@ -464,23 +464,25 @@ benchmarks:detector:default:
@@ -464,23 +464,25 @@ benchmarks:detector:default:
strategy
:
depend
strategy
:
depend
allow_failure
:
true
allow_failure
:
true
benchmarks:detector:
default
:
benchmarks:detector:
nightly
:
stage
:
benchmarks
stage
:
benchmarks
rules
:
-
!reference
[
'
.nightly'
,
rules
]
needs
:
needs
:
-
version
-
version
-
jug_xl:
default
-
jug_xl:
nightly
variables
:
variables
:
RECO
:
"
eicrecon"
DETECTOR
:
"
${DETECTOR}"
DETECTOR
:
"
${DETECTOR}"
DETECTOR_CONFIG
:
"
${DETECTOR_CONFIG}"
DETECTOR_CONFIG
:
"
${DETECTOR_CONFIG}"
DETECTOR_REPOSITORYURL
:
"
${DETECTOR_REPOSITORYURL}"
DETECTOR_REPOSITORYURL
:
"
${DETECTOR_REPOSITORYURL}"
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-
default
"
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-
nightly
"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
trigger
:
trigger
:
project
:
EIC/benchmarks/detector_benchmarks
project
:
EIC/benchmarks/detector_benchmarks
strategy
:
depend
strategy
:
depend
allow_failure
:
false
allow_failure
:
true
benchmarks:reconstruction:default
:
benchmarks:reconstruction:default
:
stage
:
benchmarks
stage
:
benchmarks
Loading