Skip to content

Commit dc434ea

Browse files
committed
Update to use SMS runner
1 parent e850f7f commit dc434ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
sync-matrix-build:
1111
name: Build package matrix of package repo sync jobs
12-
runs-on: arc-release-train-runner
12+
runs-on: arc-release-train-runner-sms
1313
outputs:
1414
matrix: ${{ steps.matrix-build.outputs.matrix }}
1515
steps:

.github/workflows/package-sync-version-test-pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
package-sync-version-test:
2323
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
2525
steps:
2626
- name: This workflow does not currently work. Test pulp does not exist.
2727
run: exit 1

.github/workflows/package-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
package-sync-test:
8686
name: Sync package repositories in test
87-
runs-on: arc-release-train-runner
87+
runs-on: arc-release-train-runner-sms
8888
needs: package-sync-ark
8989
timeout-minutes: 480
9090
if: inputs.sync_test

0 commit comments

Comments
 (0)