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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
128d6822
Commit
128d6822
authored
Aug 15, 2022
by
Wouter Deconinck
Committed by
Ujwal Kundur
Aug 20, 2022
Browse files
Options
Downloads
Patches
Plain Diff
fix: rules: when: manual for oneapi singularity builds
parent
6af56e3a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-5
6 additions, 5 deletions
.gitlab-ci.yml
with
6 additions
and
5 deletions
.gitlab-ci.yml
+
6
−
5
View file @
128d6822
...
@@ -499,7 +499,8 @@ oneapi_jug_dev:singularity:default:
...
@@ -499,7 +499,8 @@ oneapi_jug_dev:singularity:default:
-
oneapi_jug_dev:default
-
oneapi_jug_dev:default
variables
:
variables
:
BUILD_IMAGE
:
"
oneapi_jug_dev"
BUILD_IMAGE
:
"
oneapi_jug_dev"
when
:
manual
rules
:
-
when
:
manual
oneapi_jug_xl:singularity:default
:
oneapi_jug_xl:singularity:default
:
extends
:
.singularity
extends
:
.singularity
...
@@ -508,17 +509,18 @@ oneapi_jug_xl:singularity:default:
...
@@ -508,17 +509,18 @@ oneapi_jug_xl:singularity:default:
-
oneapi_jug_xl:default
-
oneapi_jug_xl:default
variables
:
variables
:
BUILD_IMAGE
:
"
oneapi_jug_xl"
BUILD_IMAGE
:
"
oneapi_jug_xl"
when
:
manual
rules
:
-
when
:
manual
oneapi_jug_xl:singularity:nightly
:
oneapi_jug_xl:singularity:nightly
:
stage
:
deploy
extends
:
.singularity
extends
:
.singularity
needs
:
needs
:
-
version
-
version
-
oneapi_jug_xl:nightly
-
oneapi_jug_xl:nightly
variables
:
variables
:
BUILD_IMAGE
:
"
oneapi_jug_xl"
BUILD_IMAGE
:
"
oneapi_jug_xl"
when
:
manual
rules
:
-
when
:
manual
script
:
script
:
-
mkdir build
-
mkdir build
-
singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
-
singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
...
@@ -540,7 +542,6 @@ jug_xl:singularity:default:
...
@@ -540,7 +542,6 @@ jug_xl:singularity:default:
BUILD_IMAGE
:
"
jug_xl"
BUILD_IMAGE
:
"
jug_xl"
jug_xl:singularity:nightly
:
jug_xl:singularity:nightly
:
stage
:
deploy
extends
:
.singularity
extends
:
.singularity
needs
:
needs
:
-
version
-
version
...
...
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