# This is the tag of the docker image used for the build jobs. If the
-# image doesn't exist yet, the containers-build stage generates it.
+# image doesn't exist yet, the containers stage generates it.
#
# In order to generate a new image, one should generally change the tag.
# While removing the image from the registry would also work, that's not
file: '/templates/debian.yml'
stages:
- - containers-build
- - build+test
+ - containers
+ - build
- test
# Builds the normal CI native and cross-build docker image.
debian:
extends: .debian@container-ifnot-exists
- stage: containers-build
+ stage: containers
<<: *ci-run-policy
variables:
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
test-container:arm64:
extends: .debian@container-ifnot-exists@arm64v8
<<: *ci-run-policy
- stage: containers-build
+ stage: containers
variables:
DEBIAN_TAG: "$DEBIAN_ARM64_TAG"
DEBIAN_VERSION: "$DEBIAN_ARM64_VERSION"
.build:
<<: *ci-run-policy
image: $DEBIAN_IMAGE
- stage: build+test
+ stage: build
cache:
paths:
- ccache