diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index afdb2685..89851e67 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -11,6 +11,7 @@ jobs: e2e: name: operator tests strategy: + fail-fast: false matrix: runtimeclass: ["kata-qemu", "kata-clh"] instance: ["az-ubuntu-2004", "az-ubuntu-2204"] @@ -24,6 +25,7 @@ jobs: sudo apt-get install -y ansible python-is-python3 - name: Run e2e tests + timeout-minutes: 45 run: | cd tests/e2e export PATH="$PATH:/usr/local/bin"