File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 34
34
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35
35
36
36
jobs :
37
- runner-preqs :
38
- uses : ./.github/workflows/runs-on-preq .yml
37
+ runner-selection :
38
+ uses : ./.github/workflows/runner-selector .yml
39
39
with :
40
40
runner_env : ${{ inputs.runner_env }}
41
41
ipa-image-build :
42
42
name : Build IPA images
43
43
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
44
44
environment : ${{ inputs.runner_env }}
45
- runs-on : ${{ needs.runner-preqs .outputs.runner_name_image_build }}
45
+ runs-on : ${{ needs.runner-selection .outputs.runner_name_image_build }}
46
46
needs :
47
- - runner-preqs
47
+ - runner-selection
48
48
permissions : {}
49
49
steps :
50
50
- name : Install Package
Original file line number Diff line number Diff line change 33
33
KAYOBE_ENVIRONMENT : ci-builder
34
34
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35
35
jobs :
36
- runner-preqs :
37
- uses : ./.github/workflows/runs-on-preq .yml
36
+ runner-selection :
37
+ uses : ./.github/workflows/runner-selector .yml
38
38
with :
39
39
runner_env : ${{ inputs.runner_env }}
40
40
overcloud-host-image-build :
41
41
name : Build overcloud host images
42
42
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
43
43
environment : ${{ inputs.runner_env }}
44
- runs-on : ${{ needs.runner-preqs .outputs.runner_name_image_build }}
44
+ runs-on : ${{ needs.runner-selection .outputs.runner_name_image_build }}
45
45
needs :
46
- - runner-preqs
46
+ - runner-selection
47
47
permissions : {}
48
48
steps :
49
49
- name : Validate inputs
You can’t perform that action at this time.
0 commit comments