- stuck_or_timeout_failure
# cancel run when a newer version is pushed to the branch
interruptible: true
+ dependencies: []
.default_artifacts:
artifacts:
- ci-fairy -v --authfile $AUTHFILE delete-image
--repository $FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION
--exclude-tag $FDO_DISTRIBUTION_TAG
- dependencies: []
allow_failure: true
only:
- schedules
fedora:33@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
fedora:34@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
debian:stable@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
ubuntu:20.10@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
ubuntu:21.04@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
arch:rolling@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
alpine:latest@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
stage: build
script:
- .gitlab-ci/meson-build.sh
- dependencies: []
#
# Fedora
check-merge-request:
extends:
- .fdo.ci-fairy
+ - .policy
stage: deploy
script:
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml
- stuck_or_timeout_failure
# cancel run when a newer version is pushed to the branch
interruptible: true
+ dependencies: []
.default_artifacts:
artifacts:
- ci-fairy -v --authfile $AUTHFILE delete-image
--repository $FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION
--exclude-tag $FDO_DISTRIBUTION_TAG
- dependencies: []
allow_failure: true
only:
- schedules
{% for version in distro.versions %}
{{distro.name}}:{{version}}@container-clean:
extends:
+ - .policy
- .container-clean
variables:
GIT_STRATEGY: none
stage: build
script:
- .gitlab-ci/meson-build.sh
- dependencies: []
#
# Fedora
check-merge-request:
extends:
- .fdo.ci-fairy
+ - .policy
stage: deploy
script:
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml