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
ebc88654
Commit
ebc88654
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: move qemu-user-static into before_script
parent
83f56465
No related branches found
No related tags found
1 merge request
!527
feat: move qemu-user-static into before_script
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-10
4 additions, 10 deletions
.gitlab-ci.yml
with
4 additions
and
10 deletions
.gitlab-ci.yml
+
4
−
10
View file @
ebc88654
...
...
@@ -11,7 +11,6 @@ variables:
## Spack github version, e.g. v0.18.1 or commit hash
SPACK_VERSION
:
"
v0.19.1"
## Space-separated list of spack cherry-picks
## Space-separated list of spack cherry-picks
SPACK_CHERRYPICKS
:
>
b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e
99056e03bd3e903b222e300636ec484d85d4b3fb
...
...
@@ -195,6 +194,10 @@ version:
resource_group
:
${CI_COMMIT_REF_NAME}
tags
:
-
docker-new
before_script
:
-
!reference
[
default
,
before_script
]
-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
-
docker buildx create --name builder --driver docker-container --bootstrap --use
## Images:
## debian_testing_base --> jug_dev --> jug_xl
...
...
@@ -226,8 +229,6 @@ base:
needs
:
-
version
script
:
-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
-
docker buildx create --name builder --driver docker-container --bootstrap --use
-
docker buildx build --push
-t ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
${EXPORT_TAG:+
...
...
@@ -259,8 +260,6 @@ jug_dev:default:
-
version
-
base
script
:
-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
-
docker buildx create --name builder --driver docker-container --bootstrap --use
## Which targets to build
-
TARGETS="export"
-
|
...
...
@@ -322,8 +321,6 @@ jug_xl:default:
-
version
-
jug_dev:default
script
:
-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
-
docker buildx create --name builder --driver docker-container --bootstrap --use
-
docker buildx build --push
-t ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
${EXPORT_TAG:+
...
...
@@ -362,8 +359,6 @@ jug_xl:nightly:
-
version
-
jug_dev:default
script
:
-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
-
docker buildx create --name builder --driver docker-container --bootstrap --use
-
|
PUSH_NIGHTLY_WITH_DATE=""
if [ "$CI_COMMIT_BRANCH" == "master" ]; then
...
...
@@ -407,7 +402,6 @@ jug_xl:feature:
DETECTOR_BRANCH
:
-
main
script
:
-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
-
docker buildx build --load -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}-${DETECTOR}-${DETECTOR_BRANCH}
-f containers/jug/feature.Dockerfile
--build-arg INTERNAL_TAG=${NIGHTLY_TAG}
...
...
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