From 29ede91560584a2ce8f841d860a87950ff2655ed Mon Sep 17 00:00:00 2001 From: crystal Date: Fri, 24 Mar 2023 15:09:12 -0600 Subject: [PATCH] Add bookworm tests --- .crystalintegration.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 95c62a3..735eb20 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -11,6 +11,7 @@ variables: - &bin_dl_image 'sc.cryxtal.org/ci-img/bin-dl:latest' - &deb_build_image 'sc.cryxtal.org/ci-img/dh:bullseye' - &deb_test_image_bullseye 'sc.cryxtal.org/ci-img/deb-test:bullseye' + - &deb_test_image_bookworm 'sc.cryxtal.org/ci-img/deb-test:bookworm' - &deb_test_image_buster 'sc.cryxtal.org/ci-img/deb-test:buster' - &deb_test_image_sid 'sc.cryxtal.org/ci-img/deb-test:sid' - &deb_test_image_jammy 'sc.cryxtal.org/ci-img/deb-test-ubuntu:jammy' @@ -184,9 +185,15 @@ pipeline: commands: - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb + test-inst-bookworm-sqlite: + image: *deb_test_image_bookworm + group: pkg-test-1 + commands: + - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb + test-inst-buster-sqlite: image: *deb_test_image_buster - group: pkg-test-1 + group: pkg-test-2 commands: - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb @@ -210,7 +217,7 @@ pipeline: test-inst-kinetic-sqlite: image: *deb_test_image_kinetic - group: pkg-test-2 + group: pkg-test-3 commands: - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb @@ -222,6 +229,14 @@ pipeline: when: event: [ tag ] + test-inst-bookworm-bin: + image: *deb_test_image_bookworm + group: pkg-test-3 + commands: + - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb + when: + event: [ tag ] + test-inst-buster-bin: image: *deb_test_image_buster group: pkg-test-3 @@ -232,7 +247,7 @@ pipeline: test-inst-sid-bin: image: *deb_test_image_sid - group: pkg-test-3 + group: pkg-test-4 commands: - ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb when: