File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
jobs :
33
33
container-sync :
34
34
name : Sync container repositories
35
- runs-on : arc-release-train-runner-sms
35
+ runs-on : arc-release-train-runner
36
36
timeout-minutes : 720
37
37
steps :
38
38
- name : Checkout
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
sync-matrix-build :
11
11
name : Build package matrix of package repo sync jobs
12
- runs-on : arc-release-train-runner-sms
12
+ runs-on : arc-release-train-runner
13
13
outputs :
14
14
matrix : ${{ steps.matrix-build.outputs.matrix }}
15
15
steps :
Original file line number Diff line number Diff line change 21
21
jobs :
22
22
package-sync-version-test :
23
23
name : Sync specific package repository versions from Ark to Test Pulp
24
- runs-on : arc-release-train-runner-sms
24
+ runs-on : arc-release-train-runner
25
25
steps :
26
26
- name : This workflow does not currently work. Test pulp does not exist.
27
27
run : exit 1
Original file line number Diff line number Diff line change 39
39
jobs :
40
40
package-sync-ark :
41
41
name : Sync package repositories in Ark
42
- runs-on : arc-release-train-runner-sms
42
+ runs-on : arc-release-train-runner
43
43
timeout-minutes : 480
44
44
if : inputs.sync_ark
45
45
steps :
84
84
85
85
package-sync-test :
86
86
name : Sync package repositories in test
87
- runs-on : arc-release-train-runner-sms
87
+ runs-on : arc-release-train-runner
88
88
needs : package-sync-ark
89
89
timeout-minutes : 480
90
90
if : inputs.sync_test
You can’t perform that action at this time.
0 commit comments