gha: Add Kata CoCo Stability workflow

This PR adds the Kata CoCo Stability workflow that will setup the
environment to run the k8s tests on a non-tee environment.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2024-08-20 16:34:33 +00:00
parent 3ebaa5d215
commit ca3d778479

View File

@ -1,4 +1,4 @@
name: CI | Run kata coco stability tests
name: CI | Run Kata CoCo k8s Stability Tests
on:
workflow_call:
inputs:
@ -105,8 +105,8 @@ jobs:
run: bash tests/integration/kubernetes/gha-run.sh install-kbs-client
- name: Run stability tests
timeout-minutes: 80
run: bash tests/stability/gha-stability-run.sh run-tests
timeout-minutes: 100
run: bash tests/stability/gha-stability-run.sh run-tests
- name: Delete AKS cluster
if: always()