Skip to content

Commit

Permalink
Merge branch 'pkg-artifacts' into 'master'
Browse files Browse the repository at this point in the history
.gitlab-ci: expose packages from pkgtest as artifacts

See merge request knot/knot-resolver!1573
  • Loading branch information
Oto Šťáva committed Jul 25, 2024
2 parents 9dcedd1 + 7a27e69 commit ffb4bf7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@ obs:odvr:
- apkg info cache | grep archive/dev
- apkg install --build-dep
- apkg test --test-dep
artifacts:
expire_in: 1 week
paths:
- pkg/pkgs/

.pkg_test_user: &pkg_test_user
<<: *pkg_test
Expand Down Expand Up @@ -670,13 +674,13 @@ pkg:ubuntu-20.04:
<<: *enable_repo_build
image: $CI_REGISTRY/packaging/apkg/full/ubuntu-20.04

pkg:fedora-39:
pkg:fedora-40:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/fedora-39
image: $CI_REGISTRY/packaging/apkg/full/fedora-40

pkg:fedora-38:
pkg:fedora-39:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/fedora-38
image: $CI_REGISTRY/packaging/apkg/full/fedora-39

pkg:alma-9:
<<: *pkg_test
Expand Down

0 comments on commit ffb4bf7

Please sign in to comment.