From fa6521b426b99cd3a115c948db40a45c777468e2 Mon Sep 17 00:00:00 2001 From: Mikhail Sakhnov Date: Thu, 21 Nov 2024 15:57:44 +0100 Subject: [PATCH] ci: wip, add tmate session to explore gha hosted arm runner --- .github/workflows/e2e-test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 65b6dabaa..de46984d1 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -233,8 +233,13 @@ jobs: docker image tag "$TEST_IMAGE" "$IMG_E2E_TEST" make load-example-vms - - run: make arm_patch_e2e e2e + - run: make arm_patch_e2e timeout-minutes: 30 + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Get k8s logs and events if: always()