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
!1000
.gitlab-ci.yml: always pass a meaningful PIPELINE_NAME to benchmarks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
.gitlab-ci.yml: always pass a meaningful PIPELINE_NAME to benchmarks
pr/use_ci_pipeline_name
into
master
Overview
0
Commits
3
Pipelines
5
Changes
1
Merged
Dmitry Kalinkin
requested to merge
pr/use_ci_pipeline_name
into
master
6 months ago
Overview
0
Commits
3
Pipelines
5
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d906a155
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d906a155
workaround expansion bug
· d906a155
Dmitry Kalinkin
authored
6 months ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -522,7 +522,7 @@ jug_xl:singularity:nightly:
@@ -522,7 +522,7 @@ jug_xl:singularity:nightly:
DETECTOR_REPOSITORYURL
:
'
https://github.com/eic/epic.git'
DETECTOR_REPOSITORYURL
:
'
https://github.com/eic/epic.git'
BENCHMARKS_CONTAINER
:
"
eic_xl"
BENCHMARKS_CONTAINER
:
"
eic_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
PIPELINE_NAME
:
"
eic_container:
$PIPELINE_NAME"
PIPELINE_NAME
:
"
eic_container:
$
CI_
PIPELINE_NAME"
allow_failure
:
false
allow_failure
:
false
benchmarks:detector:default
:
benchmarks:detector:default
:
Loading