Skip to content

Commit

Permalink
Workflow files now point to the ARC runner. (#275)
Browse files Browse the repository at this point in the history
* Workflow files now point to the ARC runner
  • Loading branch information
MaxBed4d authored Jan 3, 2024
1 parent f433d77 commit 6719b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
container-sync:
name: Sync container repositories
runs-on: [self-hosted, stackhpc-release-train]
runs-on: arc-release-train-runner
timeout-minutes: 720
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-sync-version-test-pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
package-sync-version-test:
name: Sync specific package repository versions from Ark to Test Pulp
runs-on: [self-hosted, stackhpc-release-train]
runs-on: arc-release-train-runner
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

package-sync-test:
name: Sync package repositories in test
runs-on: [self-hosted, stackhpc-release-train]
runs-on: arc-release-train-runner
needs: package-sync-ark
if: inputs.sync_test
steps:
Expand Down

0 comments on commit 6719b88

Please sign in to comment.