diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-03-24 15:09:12 -0600 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-03-24 15:09:12 -0600 | 
| commit | 29ede91560584a2ce8f841d860a87950ff2655ed (patch) | |
| tree | fe6b7b11bf5b1c1b9b301f83ddadbc3521b3cd05 | |
| parent | 3fd32eb25f9e23c717d59bbbed47271bb2f3666f (diff) | |
Add bookworm tests
| -rw-r--r-- | .crystalintegration.yml | 21 | 
1 files 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:  | 
