]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: all images updated to debian13 docs-ci-debian-13-jtofdt/deployments/9089
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 13 May 2026 14:19:26 +0000 (16:19 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 13 May 2026 14:19:26 +0000 (16:19 +0200)
.gitlab-ci.yml

index 5a476177bddee6a3d3065c495cd9224992bbfcce..f91552697f6ecd2e31d6b468e3c742e46ed2fcdc 100644 (file)
@@ -21,10 +21,10 @@ variables:
   # IMAGE_TAG is a Git branch/tag name from https://gitlab.nic.cz/knot/knot-resolver-ci
   # In general, keep it pointing to a tag - use a branch only for development.
   # More info in the knot-resolver-ci repository.
-  IMAGE_TAG: 'v20260326'
+  IMAGE_TAG: 'cleanup'
   IMAGE_PREFIX: '$CI_REGISTRY/knot/knot-resolver-ci'
 
-image: $IMAGE_PREFIX/debian12-knot_3_5:$IMAGE_TAG
+image: $IMAGE_PREFIX/debian13-knot_3_5:$IMAGE_TAG
 default:
   interruptible: true
   tags:
@@ -131,18 +131,18 @@ build-stable:
     - ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
 
 # This version diverges from latest release. Used as a sanity-check for Knot 3.3 support.
-.build-deb12-knot33:
+.build-deb13-knot33:
  <<: *build
- image: $IMAGE_PREFIX/debian12-knot_3_3:$IMAGE_TAG
+ image: $IMAGE_PREFIX/debian13-knot_3_3:$IMAGE_TAG
  script:
    - meson build_ci_deb12_knot33 --prefix=$PREFIX -Dmalloc=disabled -Dwerror=true -Dextra_tests=enabled
    - ninja -C build_ci_deb12_knot33
    - ninja -C build_ci_deb12_knot33 install >/dev/null
    - ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
 
-build-deb12-knot-master:
+build-deb13-knot-master:
   <<: *build
-  image: $IMAGE_PREFIX/debian12-knot_master:$IMAGE_TAG
+  image: $IMAGE_PREFIX/debian13-knot_master:$IMAGE_TAG
   script:
     - meson build_ci_deb12_knot_master --prefix=$PREFIX -Dmalloc=disabled -Dwerror=true -Dextra_tests=enabled
     - ninja -C build_ci_deb12_knot_master
@@ -376,10 +376,10 @@ lint:coverity:
     - git diff --quiet || (git diff; exit 1)
 kres-gen-35:
   <<: *kres-gen
-  image: $IMAGE_PREFIX/debian12-knot_3_5:$IMAGE_TAG
+  image: $IMAGE_PREFIX/debian13-knot_3_5:$IMAGE_TAG
 kres-gen-33:
   <<: *kres-gen
-  image: $IMAGE_PREFIX/debian12-knot_3_3:$IMAGE_TAG
+  image: $IMAGE_PREFIX/debian13-knot_3_3:$IMAGE_TAG
 
 root.hints:
   <<: *sanity