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 <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2025-04-29 16:06:12 +02:00
parent ee344aa4e9
commit 63b9ae3ed0

View File

@ -11,6 +11,7 @@ jobs:
matrix: matrix:
test_title: test_title:
- kata-vfio-ap-e2e-tests - kata-vfio-ap-e2e-tests
- cc-vfio-ap-e2e-tests
- cc-se-e2e-tests - cc-se-e2e-tests
steps: steps:
- name: Fetch a test result for {{ matrix.test_title }} - name: Fetch a test result for {{ matrix.test_title }}