From 63b9ae3ed0981faa8ea6b286f1f311cf84b694af Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Tue, 29 Apr 2025 16:06:12 +0200 Subject: [PATCH] GHA: Add VFIO-AP to s390x nightly tests for CoCo As #11076 introduces VFIO-AP bind/associate funtions for IBM Secure Execution (SEL), a new internal nightly test has been established. This PR adds a new entry `cc-vfio-ap-e2e-tests` to the existing matrix to share the test result. Signed-off-by: Hyounggyu Choi --- .github/workflows/ci-nightly-s390x.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-nightly-s390x.yaml b/.github/workflows/ci-nightly-s390x.yaml index 3ffec86e23..46acc3e414 100644 --- a/.github/workflows/ci-nightly-s390x.yaml +++ b/.github/workflows/ci-nightly-s390x.yaml @@ -11,6 +11,7 @@ jobs: matrix: test_title: - kata-vfio-ap-e2e-tests + - cc-vfio-ap-e2e-tests - cc-se-e2e-tests steps: - name: Fetch a test result for {{ matrix.test_title }}