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
Commits
d51caf4a
Commit
d51caf4a
authored
11 months ago
by
Dmitry Kalinkin
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: PIPELINE_NAME_CONTAINER -> PIPELINE_NAME
parent
b2995c07
No related branches found
No related tags found
1 merge request
!921
.gitlab-ci.yml: PIPELINE_NAME_CONTAINER -> PIPELINE_NAME
Pipeline
#93715
passed with warnings
11 months ago
Stage: status-pending
Stage: config
Stage: base
Stage: jug
Stage: deploy
Stage: benchmarks
Stage: finalize
Stage: status-report
Pipeline: detector_benchmarks
#93718
Pipeline: detector_benchmarks
#93717
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
4
View file @
d51caf4a
...
@@ -56,8 +56,7 @@ stages:
...
@@ -56,8 +56,7 @@ stages:
## nightly builds are now part of the regular master build in order to keep
## nightly builds are now part of the regular master build in order to keep
## all artifacts available at all times.
## all artifacts available at all times.
workflow
:
workflow
:
# would like to use PIPELINE_NAME but there is a bug https://gitlab.com/gitlab-org/gitlab/-/issues/441777
name
:
'
$PIPELINE_NAME'
name
:
'
$PIPELINE_NAME_CONTAINER'
rules
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
...
@@ -457,7 +456,7 @@ benchmarks:detector:default:
...
@@ -457,7 +456,7 @@ benchmarks:detector:default:
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-default"
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-default"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
PIPELINE_NAME
:
"
$PIPELINE_NAME
_CONTAINER
"
PIPELINE_NAME
:
"
$PIPELINE_NAME"
trigger
:
trigger
:
project
:
EIC/benchmarks/detector_benchmarks
project
:
EIC/benchmarks/detector_benchmarks
strategy
:
depend
strategy
:
depend
...
@@ -477,7 +476,7 @@ benchmarks:detector:nightly:
...
@@ -477,7 +476,7 @@ benchmarks:detector:nightly:
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-nightly"
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
PIPELINE_NAME
:
"
$PIPELINE_NAME
_CONTAINER
"
PIPELINE_NAME
:
"
$PIPELINE_NAME"
trigger
:
trigger
:
project
:
EIC/benchmarks/detector_benchmarks
project
:
EIC/benchmarks/detector_benchmarks
strategy
:
depend
strategy
:
depend
...
...
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