File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments