Skip to content
Snippets Groups Projects

feat: rm dind jobs (never quite worked)

Merged Wouter Deconinck requested to merge rm-dind into master
1 file
+ 0
38
Compare changes
  • Side-by-side
  • Inline
+ 0
38
@@ -47,7 +47,6 @@ variables:
@@ -47,7 +47,6 @@ variables:
stages:
stages:
- config
- config
- dind
- base ## base OS image
- base ## base OS image
- jug ## jug container images
- jug ## jug container images
- deploy ## build/deploy singularity images
- deploy ## build/deploy singularity images
@@ -204,42 +203,6 @@ version:
@@ -204,42 +203,6 @@ version:
## TODO
## TODO
## oneapi_runtime + jug_xl --> oneapi_prod
## oneapi_runtime + jug_xl --> oneapi_prod
## Docker-in-docker image
dind-build:
parallel:
matrix:
- BUILD_IMAGE: dind
extends: .build
stage: dind
needs:
- version
script:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
--file containers/dind/Dockerfile
containers/dind
dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
parallel:
matrix:
- BUILD_IMAGE: dind
extends: .build
stage: dind
needs:
- version
- dind-build
script:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
${EXPORT_TAG:+
${CI_PUSH:+--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${EXPORT_TAG}}
${DH_PUSH:+--tag ${DH_REGISTRY}/${DH_REGISTRY_USER}/${BUILD_IMAGE}:${EXPORT_TAG}}
${GH_PUSH:+--tag ${GH_REGISTRY}/${GH_REGISTRY_USER}/${BUILD_IMAGE}:${EXPORT_TAG}}
}
--file containers/dind/Dockerfile
containers/dind
base:
base:
parallel:
parallel:
matrix:
matrix:
@@ -562,7 +525,6 @@ clean:
@@ -562,7 +525,6 @@ clean:
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
fi
fi
- ./gitlab-ci/cleanup_registry.sh -i dind -r 93 ${INTERNAL_TAG}
clean_unstable_mr:
clean_unstable_mr:
extends: .docker
extends: .docker
Loading