replace kinetic with mantic
This commit is contained in:
parent
0c05604e0d
commit
8e9c937a63
|
@ -17,7 +17,7 @@ variables:
|
||||||
- &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'
|
||||||
- &deb_test_image_focal 'sc.cryxtal.org/ci-img/deb-test-ubuntu:focal'
|
- &deb_test_image_focal 'sc.cryxtal.org/ci-img/deb-test-ubuntu:focal'
|
||||||
- &deb_test_image_kinetic 'sc.cryxtal.org/ci-img/deb-test-ubuntu:kinetic'
|
- &deb_test_image_mantic 'sc.cryxtal.org/ci-img/deb-test-ubuntu:mantic'
|
||||||
- &deb_test_image_lunar 'sc.cryxtal.org/ci-img/deb-test-ubuntu:lunar'
|
- &deb_test_image_lunar 'sc.cryxtal.org/ci-img/deb-test-ubuntu:lunar'
|
||||||
- &forgejo_test_golang_ver '1.21'
|
- &forgejo_test_golang_ver '1.21'
|
||||||
- &build_submodule 'forgejo'
|
- &build_submodule 'forgejo'
|
||||||
|
@ -218,8 +218,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
- ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
|
||||||
|
|
||||||
test-inst-kinetic-sqlite:
|
test-inst-mantic-sqlite:
|
||||||
image: *deb_test_image_kinetic
|
image: *deb_test_image_mantic
|
||||||
group: pkg-test-3
|
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
|
||||||
|
@ -278,8 +278,8 @@ steps:
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
test-inst-kinetic-bin:
|
test-inst-mantic-bin:
|
||||||
image: *deb_test_image_kinetic
|
image: *deb_test_image_mantic
|
||||||
group: pkg-test-5
|
group: pkg-test-5
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb
|
- ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb
|
||||||
|
|
Loading…
Reference in a new issue