Add bookworm tests
This commit is contained in:
parent
3fd32eb25f
commit
29ede91560
|
@ -11,6 +11,7 @@ variables:
|
||||||
- &bin_dl_image 'sc.cryxtal.org/ci-img/bin-dl:latest'
|
- &bin_dl_image 'sc.cryxtal.org/ci-img/bin-dl:latest'
|
||||||
- &deb_build_image 'sc.cryxtal.org/ci-img/dh:bullseye'
|
- &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_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_buster 'sc.cryxtal.org/ci-img/deb-test:buster'
|
||||||
- &deb_test_image_sid 'sc.cryxtal.org/ci-img/deb-test:sid'
|
- &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'
|
- &deb_test_image_jammy 'sc.cryxtal.org/ci-img/deb-test-ubuntu:jammy'
|
||||||
|
@ -184,9 +185,15 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
- ./.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:
|
test-inst-buster-sqlite:
|
||||||
image: *deb_test_image_buster
|
image: *deb_test_image_buster
|
||||||
group: pkg-test-1
|
group: pkg-test-2
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
||||||
|
|
||||||
|
@ -210,7 +217,7 @@ pipeline:
|
||||||
|
|
||||||
test-inst-kinetic-sqlite:
|
test-inst-kinetic-sqlite:
|
||||||
image: *deb_test_image_kinetic
|
image: *deb_test_image_kinetic
|
||||||
group: pkg-test-2
|
group: pkg-test-3
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
||||||
|
|
||||||
|
@ -222,6 +229,14 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
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:
|
test-inst-buster-bin:
|
||||||
image: *deb_test_image_buster
|
image: *deb_test_image_buster
|
||||||
group: pkg-test-3
|
group: pkg-test-3
|
||||||
|
@ -232,7 +247,7 @@ pipeline:
|
||||||
|
|
||||||
test-inst-sid-bin:
|
test-inst-sid-bin:
|
||||||
image: *deb_test_image_sid
|
image: *deb_test_image_sid
|
||||||
group: pkg-test-3
|
group: pkg-test-4
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb
|
- ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue