Skip to content

Commit

Permalink
Fixes to packages-to-build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Oct 25, 2023
1 parent 4b39121 commit fc7d9f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/rules/packages-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ test-image:
# target: 'x86_64'
# test-image: 'centos:9-Stream'
#
## 'mode' is not used by the package building workflow job, but is used by the package testing workflow job.
## Ploutos will not include this key when using this matrix definition to generate package building matrix
## permutations but will use it when generating package testing permutations.
#test-mode:
# - 'fresh-install'
# 'mode' is not used by the package building workflow job, but is used by the package testing workflow job.
# Ploutos will not include this key when using this matrix definition to generate package building matrix
# permutations but will use it when generating package testing permutations.
test-mode:
- 'fresh-install'
#
#
## Disable upgrade testing on Rocky Linux 9 and Debian Bookworm as we haven't published any packages for
Expand All @@ -88,6 +88,6 @@ test-exclude:
# - pkg: 'rotonda'
# image: 'rockylinux:9'
# mode: 'upgrade-from-published'
- pkg: 'rotonda'
image: 'debian:bookworm'
mode: 'upgrade-from-published'
# - pkg: 'rotonda'
# image: 'debian:bookworm'
# mode: 'upgrade-from-published'

0 comments on commit fc7d9f0

Please sign in to comment.