From 6f3c7597e22180731b7cc456c8db277a01cc48cf 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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 0e72f755f..8838d5546 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 e2e - timeout-minutes: 15 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + + # - run: make e2e + # timeout-minutes: 15 - name: Get k8s logs and events if: always()