Skip to content

Commit

Permalink
Expand schedule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Dec 19, 2024
1 parent 06a3659 commit 3b4b7e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scheduled_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu_focal]
qat: [true]
os: [ubuntu_focal, ubuntu_jammy, rocky_9]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # refs/tags/v4.1.7
- uses: ./.github/actions/vagrant-setup
Expand All @@ -43,4 +42,3 @@ jobs:
provider: libvirt
os: ${{ matrix.os }}
enable_sriov_vfs: true
enable_qat_vfs: ${{ matrix.qat }}

0 comments on commit 3b4b7e1

Please sign in to comment.