file: '/templates/ubuntu.yml'
stages:
- - container_prep # rebuild the container images if there is a change
+ - prep # prep work like rebuilding the container images if there is a change
- build # for actually building and testing things in a container
- VM # for running the test suite in a VM
- valgrind # for running the test suite under valgrind in a VM
#################################################################
# #
-# container prep stage #
+# prep stage #
# #
#################################################################
- .fedora@qemu-build
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
tags:
- kvm
variables:
- .fedora@container-build
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
variables:
GIT_STRATEGY: none
FEDORA_VERSION: 30
- .fedora@container-build
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
variables:
GIT_STRATEGY: none
FEDORA_VERSION: 31
- .ubuntu@container-build
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
variables:
GIT_STRATEGY: none
UBUNTU_VERSION: "19.10"
- .ubuntu@container-build
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
variables:
GIT_STRATEGY: none
UBUNTU_VERSION: "19.04"
- .arch@container-build
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
variables:
GIT_STRATEGY: none
ARCH_VERSION: rolling
- .alpine@container-build
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
variables:
GIT_STRATEGY: none
ALPINE_VERSION: latest
extends:
- .policy
- .pull_upstream_or_rebuild
- stage: container_prep
+ stage: prep
image: $BUILDAH_IMAGE
script:
- export BUILDAH_RUN="buildah run --isolation chroot"