Message ID | 20210501104419.20220-1-omosnace@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [testsuite] ci: test also on F34 images | expand |
On Sat, May 1, 2021 at 12:44 PM Ondrej Mosnacek <omosnace@redhat.com> wrote: > Change the CI configuration to test also on an F34 image in addition to > F33 and also test kernel-secnext on F34 instead of F33. > > We could of course test just on F34, but having an older release in the > test matrix should help ensure that the testsuite will still work on > older kernel/userspace versions as well, so I'd rather keep both. > > Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> > --- > .github/workflows/checks.yml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml > index 59f1a47..d0e276e 100644 > --- a/.github/workflows/checks.yml > +++ b/.github/workflows/checks.yml > @@ -15,7 +15,8 @@ jobs: > matrix: > env: > - { version: 33, secnext: 0 } > - - { version: 33, secnext: 1 } > + - { version: 34, secnext: 0 } > + - { version: 34, secnext: 1 } > env: > FEDORA_VERSION: ${{ matrix.env.version }} > KERNEL_SECNEXT: ${{ matrix.env.secnext }} > -- > 2.30.2 > Also applied: https://github.com/SELinuxProject/selinux-testsuite/commit/58eaa31c9e0e0a0567990336ae355b4cd309e6e3
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 59f1a47..d0e276e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,8 @@ jobs: matrix: env: - { version: 33, secnext: 0 } - - { version: 33, secnext: 1 } + - { version: 34, secnext: 0 } + - { version: 34, secnext: 1 } env: FEDORA_VERSION: ${{ matrix.env.version }} KERNEL_SECNEXT: ${{ matrix.env.secnext }}
Change the CI configuration to test also on an F34 image in addition to F33 and also test kernel-secnext on F34 instead of F33. We could of course test just on F34, but having an older release in the test matrix should help ensure that the testsuite will still work on older kernel/userspace versions as well, so I'd rather keep both. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> --- .github/workflows/checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)