Skip to content

Commit

Permalink
.gitlab-ci: add openSUSE Tumbleweed and Leap 15.6 pkg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jruzicka-nic authored and vcunat committed Nov 25, 2024
1 parent 15f37a8 commit cc6d567
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc6d567

Please sign in to comment.