File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 package-sync-ark :
4141 name : Sync package repositories in Ark
4242 runs-on : arc-release-train-runner
43- timeout-minutes : 720
43+ timeout-minutes : 480
4444 if : inputs.sync_ark
4545 steps :
4646
5656 - name : Sync and publish package repositories in Ark
5757 uses : nick-fields/retry@v3
5858 with :
59- timeout_minutes : 480
59+ timeout_minutes : 360
6060 max_attempts : 2
6161 command : |
6262 ansible-playbook -i ansible/inventory \
7575 name : Sync package repositories in test
7676 runs-on : arc-release-train-runner
7777 needs : package-sync-ark
78- timeout-minutes : 720
78+ timeout-minutes : 480
7979 if : inputs.sync_test
8080 steps :
8181 - name : Checkout
9090 - name : Sync and publish package repositories in test
9191 uses : nick-fields/retry@v3
9292 with :
93- timeout_minutes : 480
93+ timeout_minutes : 360
9494 max_attempts : 2
9595 command : |
9696 ansible-playbook -i ansible/inventory \
You can’t perform that action at this time.
0 commit comments