Skip to content

Commit

Permalink
ci: wip, add tmate session to explore gha hosted arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-sakhnov committed Nov 26, 2024
1 parent bc6f0d0 commit 6ade9e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6ade9e9

Please sign in to comment.