ci: Add placeholder for runk tests

The runk test has been executed as part of the former "ubuntu" jenkins
CI.

We're porting it to GHA and running it against LTS containerd.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 7f23772763)
This commit is contained in:
Fabiano Fidêncio
2023-10-04 19:38:04 +02:00
parent 6541969a83
commit 63be808730
2 changed files with 54 additions and 0 deletions

View File

@@ -233,6 +233,14 @@ jobs:
commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }}
run-runk-tests:
needs: build-kata-static-tarball-amd64
uses: ./.github/workflows/run-runk-tests.yaml
with:
tarball-suffix: -${{ inputs.tag }}
commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }}
run-vfio-tests:
needs: build-kata-static-tarball-amd64
uses: ./.github/workflows/run-vfio-tests.yaml