Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
elhimov committed Oct 29, 2024
1 parent 119c8ae commit 434f7d1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Integration tests
run: mage integration

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

tests-ce-linux-arm64:
if: false
runs-on: graviton
Expand Down Expand Up @@ -140,6 +143,9 @@ jobs:
- name: Integration tests
run: mage integration

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

tests-mac-os-ce:
if: |
(github.event_name == 'push') ||
Expand Down Expand Up @@ -202,7 +208,10 @@ jobs:
- name: Run integration tests
run: TMPDIR=/tmp mage integration

# Etcd can be still running after integration tests when:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# Etcd can be still running after integration tests when:
# 1. pytest recieve SIGALRM (can be caused by pytest-timeout plugin)
# 2. when pytest crashes
# In both cases finalizers are not invoked, so etcd is not stopped.
Expand Down

0 comments on commit 434f7d1

Please sign in to comment.