Skip to content

Commit 7ed2d9b

Browse files
committed
SSH
1 parent 026b8a7 commit 7ed2d9b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/integration_test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ jobs:
123123
UBUNTU_PRO_TOKEN: ${{ secrets.UBUNTU_PRO_TOKEN }}
124124
LANDSCAPE_ACCOUNT_NAME: ${{ secrets.LANDSCAPE_ACCOUNT_NAME }}
125125
LANDSCAPE_REGISTRATION_KEY: ${{ secrets.LANDSCAPE_REGISTRATION_KEY }}
126+
- name: Setup upterm session
127+
if: ${{ success() || (failure() && steps.spread.outcome == 'failure') }}
128+
uses: owenthereal/action-upterm@v1
129+
with:
130+
limit-access-to-actor: true
126131
- name: Upload Allure results
127132
timeout-minutes: 3
128133
# Only upload results from one spread system & one spread variant

spread.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ backends:
9797
LANDSCAPE_ACCOUNT_NAME: '$(HOST: echo $LANDSCAPE_ACCOUNT_NAME)'
9898
LANDSCAPE_REGISTRATION_KEY: '$(HOST: echo $LANDSCAPE_REGISTRATION_KEY)'
9999
systems:
100-
- ubuntu-24.04:
101-
username: runner
100+
# - ubuntu-24.04:
101+
# username: runner
102102
- ubuntu-22.04-arm:
103103
username: runner
104104
variants:

0 commit comments

Comments
 (0)