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
Compare
version 2
version 3
d906a155
6 months ago
version 2
098aab94
6 months ago
version 1
d2ebe8eb
6 months ago
master (base)
and
version 3
latest version
b914c8f0
3 commits,
6 months ago
version 3
d906a155
3 commits,
6 months ago
version 2
098aab94
2 commits,
6 months ago
version 1
d2ebe8eb
1 commit,
6 months ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -522,7 +522,7 @@ jug_xl:singularity:nightly:
DETECTOR_REPOSITORYURL
:
'
https://github.com/eic/epic.git'
BENCHMARKS_CONTAINER
:
"
eic_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
PIPELINE_NAME
:
"
eic_container:
$PIPELINE_NAME"
PIPELINE_NAME
:
"
eic_container:
$
CI_
PIPELINE_NAME"
allow_failure
:
false
benchmarks:detector:default
:
Loading