We're usually not interested in CI on older commits,
and this default will help cancelling expensive respdiff jobs.
Also add default runner tags to make them less likely
to get underspecified. For example, each job should choose
one option in the docker/lxc and amd64/arm64 pairs.
EMAIL: 'ci@nic'
image: $CI_REGISTRY/knot/knot-resolver/ci/debian-11:knot-$KNOT_VERSION
+default:
+ interruptible: true
+ tags:
+ - docker
+ - linux
+ - amd64
stages:
- build
+default:
+ interruptible: true
+
stages:
- pkgbuild
- pkgtest