From: Jakub Ružička Date: Tue, 25 Jun 2024 16:26:48 +0000 (+0200) Subject: .gitlab-ci: add openSUSE Tumbleweed and Leap 15.6 pkg tests X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F1561%2Fhead;p=thirdparty%2Fknot-resolver.git .gitlab-ci: add openSUSE Tumbleweed and Leap 15.6 pkg tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb26e3c68..4aa0fcdf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -784,6 +784,14 @@ pkg:alma-9: <<: *pkg_test image: $CI_REGISTRY/packaging/apkg/full/alma-9 +pkg:opensuse-tumbleweed: + <<: *pkg_test + image: $CI_REGISTRY/packaging/apkg/full/opensuse-tumbleweed + +pkg:opensuse-15.6: + <<: *pkg_test + image: $CI_REGISTRY/packaging/apkg/full/opensuse-15.6 + pkg:arch: <<: *pkg_test_user image: $CI_REGISTRY/packaging/apkg/full/arch