File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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
12
+ runs-on : arc-release-train-runner-sms
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
24
+ runs-on : arc-release-train-runner-sms
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 84
84
85
85
package-sync-test :
86
86
name : Sync package repositories in test
87
- runs-on : arc-release-train-runner
87
+ runs-on : arc-release-train-runner-sms
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