From 3b4b7e1859cc5edb04379fd6e9fd7a1d57d3ca03 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 19 Dec 2024 11:49:27 -0800 Subject: [PATCH] Expand schedule tests --- .github/workflows/scheduled_ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/scheduled_ci.yml b/.github/workflows/scheduled_ci.yml index b015c2b..457149a 100644 --- a/.github/workflows/scheduled_ci.yml +++ b/.github/workflows/scheduled_ci.yml @@ -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 @@ -43,4 +42,3 @@ jobs: provider: libvirt os: ${{ matrix.os }} enable_sriov_vfs: true - enable_qat_vfs: ${{ matrix.qat }}