Skip to content

Commit bf33a86

Browse files
committed
Switch release train runners back to SMS
Recent connectivity issues between Leafcloud and SMS have been impacting CI. This change centralises the CI back on Leafcloud.
1 parent ad6777d commit bf33a86

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/container-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
container-sync:
3434
name: Sync container repositories
35-
runs-on: arc-release-train-runner-sms
35+
runs-on: arc-release-train-runner
3636
timeout-minutes: 720
3737
steps:
3838
- name: Checkout

.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-sms
12+
runs-on: arc-release-train-runner
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-sms
24+
runs-on: arc-release-train-runner
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
3939
jobs:
4040
package-sync-ark:
4141
name: Sync package repositories in Ark
42-
runs-on: arc-release-train-runner-sms
42+
runs-on: arc-release-train-runner
4343
timeout-minutes: 480
4444
if: inputs.sync_ark
4545
steps:
@@ -84,7 +84,7 @@ jobs:
8484

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

0 commit comments

Comments
 (0)