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 21, 2024
1 parent d49776b commit 6f3c759
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .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 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()
Expand Down

0 comments on commit 6f3c759

Please sign in to comment.