From fc7d9f02bd0cd32a3d024a72b07d5ccb410884f3 Mon Sep 17 00:00:00 2001 From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:22:37 +0200 Subject: [PATCH] Fixes to packages-to-build.yml. --- pkg/rules/packages-to-build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkg/rules/packages-to-build.yml b/pkg/rules/packages-to-build.yml index 0c50e6e0..79431208 100644 --- a/pkg/rules/packages-to-build.yml +++ b/pkg/rules/packages-to-build.yml @@ -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 @@ -88,6 +88,6 @@ test-exclude: # - pkg: 'rotonda' # image: 'rockylinux:9' # mode: 'upgrade-from-published' - - pkg: 'rotonda' - image: 'debian:bookworm' - mode: 'upgrade-from-published' \ No newline at end of file +# - pkg: 'rotonda' +# image: 'debian:bookworm' +# mode: 'upgrade-from-published' \ No newline at end of file