Skip to content

Commit

Permalink
ci: use Fedora Rawhide with secnext kernels
Browse files Browse the repository at this point in the history
On secnext kernels we might be able to run more tests exercising latest
kernel features, but those may also require a recent version of
userspace packages. Therefore, provision the Fedora-Rawhide compose
instead of Fedora-latest when we are testing with the secnext kernel.

Signed-off-by: Ondrej Mosnacek <[email protected]>
  • Loading branch information
WOnder93 committed Jan 6, 2025
1 parent f15966a commit 86d6042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
with:
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }}
arch: ${{ matrix.arch }}
compose: Fedora-${{ matrix.kernel == 'secnext' && 'Rawhide' || 'latest' }}
variables: STS_ROOT_DOMAIN=${{ matrix.domain }}; STS_KERNEL=${{ matrix.kernel }}
tmt_plan_filter: tag:ci

0 comments on commit 86d6042

Please sign in to comment.