From ca3d7784793348862550c0f2c5565ed80e85a80c Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 20 Aug 2024 16:34:33 +0000 Subject: [PATCH] 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 --- .github/workflows/run-kata-coco-stability-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-kata-coco-stability-tests.yaml b/.github/workflows/run-kata-coco-stability-tests.yaml index 24b07b795a..14ecc97c5f 100644 --- a/.github/workflows/run-kata-coco-stability-tests.yaml +++ b/.github/workflows/run-kata-coco-stability-tests.yaml @@ -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()