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
4157de13
Commit
4157de13
authored
1 year ago
by
Wouter Deconinck
Committed by
Sylvester Joosten
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: allow jug_xl builds to start even if not all jug_dev finished yet
parent
72b76f67
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!740
fix: allow jug_xl builds to start even if not all jug_dev finished yet
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+27
-5
27 additions, 5 deletions
.gitlab-ci.yml
with
27 additions
and
5 deletions
.gitlab-ci.yml
+
27
−
5
View file @
4157de13
...
...
@@ -272,21 +272,25 @@ jug_dev:
BASE_IMAGE
:
debian_stable_base
BUILD_IMAGE
:
jug_
PLATFORM
:
linux/amd64,linux/arm64/v8
ENV
:
[
dev
,
prod
]
ENV
:
-
dev
-
prod
# - BUILD_TYPE:
# - default
# - nightly
# BASE_IMAGE: oneapi_base
# BUILD_IMAGE: oneapi_
# PLATFORM: linux/amd64
# ENV: [prod]
# ENV:
# - prod
# - BUILD_TYPE:
# - default
# - nightly
# BASE_IMAGE: cuda_base_new
# BUILD_IMAGE: cuda_
# PLATFORM: linux/amd64
# ENV: [prod]
# ENV:
# - prod
extends
:
.build
stage
:
jug
needs
:
...
...
@@ -357,7 +361,16 @@ jug_xl:default:
stage
:
jug
needs
:
-
version
-
jug_dev
-
job
:
jug_dev
parallel
:
matrix
:
-
BUILD_TYPE
:
-
default
BASE_IMAGE
:
debian_stable_base
BUILD_IMAGE
:
jug_
PLATFORM
:
linux/amd64,linux/arm64/v8
ENV
:
-
dev
script
:
-
apk add git
-
docker buildx build --push ${BUILD_OPTIONS}
...
...
@@ -397,7 +410,16 @@ jug_xl:nightly:
-
when
:
never
needs
:
-
version
-
jug_dev
-
job
:
jug_dev
parallel
:
matrix
:
-
BUILD_TYPE
:
-
nightly
BASE_IMAGE
:
debian_stable_base
BUILD_IMAGE
:
jug_
PLATFORM
:
linux/amd64,linux/arm64/v8
ENV
:
-
dev
script
:
-
|
PUSH_NIGHTLY_WITH_DATE=""
...
...
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