File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -185,20 +185,23 @@ jobs:
185
185
echo "DEVICE_RX=\"${rx_speed}\"" >> test/${{ env.DEVICE }}.sysinfo
186
186
187
187
- name : " Enable default route on ${{ env.IP_ADDR }}"
188
+ timeout-minutes : 1
188
189
shell : bash
189
190
run : |
190
191
191
192
ssh ci@${{ env.IP_ADDR }} "sudo ip route add ${{ env.DEFAULT_DEVICE_CIDR }} dev ${{ env.DEFAULT_DEVICE }} src ${{ env.DEFAULT_DEVICE_IP }}"
192
193
ssh ci@${{ env.IP_ADDR }} "sudo ip route add default via ${{ env.DEFAULT_DEVICE_GW }} dev ${{ env.DEFAULT_DEVICE }} metric 200"
193
194
194
195
- name : " Remove adapter"
196
+ timeout-minutes : 1
195
197
shell : bash
196
198
run : |
197
199
198
200
ssh ci@${{ env.IP_ADDR }} "sudo rm /etc/netplan/wireless.yaml"
199
201
ssh ci@${{ env.IP_ADDR }} "sudo netplan apply"
200
202
201
203
- name : " Upload test summary"
204
+ timeout-minutes : 3
202
205
uses : actions/upload-artifact@v4
203
206
with :
204
207
name : test-${{ env.DEVICE }}
You can’t perform that action at this time.
0 commit comments