File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717
18+ # Python version must be pinned because of issue with Ubuntu permissions
19+ # See https://github.com/actions/runner-images/issues/11499
20+ - name : Set up Python
21+ uses : actions/setup-python@v5
22+ with :
23+ python-version : ' 3.12'
24+
1825 - name : Install Ansible collections
1926 run : |
2027 ansible-galaxy collection install -r requirements.yml
Original file line number Diff line number Diff line change 3232jobs :
3333 container-sync :
3434 name : Sync container repositories
35- runs-on : arc-release-train-runner
35+ runs-on : arc-release-train-runner-sms
3636 timeout-minutes : 720
3737 steps :
3838 - name : Checkout
Original file line number Diff line number Diff line change 99jobs :
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 :
Original file line number Diff line number Diff line change 2121jobs :
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
Original file line number Diff line number Diff line change 3939jobs :
4040 package-sync-ark :
4141 name : Sync package repositories in Ark
42- runs-on : arc-release-train-runner
42+ runs-on : arc-release-train-runner-sms
4343 timeout-minutes : 480
4444 if : inputs.sync_ark
4545 steps :
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
You can’t perform that action at this time.
0 commit comments