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 3434 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
3535
3636jobs :
37- runner-preqs :
38- uses : ./.github/workflows/runs-on-preq .yml
37+ runner-selection :
38+ uses : ./.github/workflows/runner-selector .yml
3939 with :
4040 runner_env : ${{ inputs.runner_env }}
4141 ipa-image-build :
4242 name : Build IPA images
4343 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
4444 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 }}
4646 needs :
47- - runner-preqs
47+ - runner-selection
4848 permissions : {}
4949 steps :
5050 - name : Install Package
Original file line number Diff line number Diff line change 3333 KAYOBE_ENVIRONMENT : ci-builder
3434 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
3535jobs :
36- runner-preqs :
37- uses : ./.github/workflows/runs-on-preq .yml
36+ runner-selection :
37+ uses : ./.github/workflows/runner-selector .yml
3838 with :
3939 runner_env : ${{ inputs.runner_env }}
4040 overcloud-host-image-build :
4141 name : Build overcloud host images
4242 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
4343 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 }}
4545 needs :
46- - runner-preqs
46+ - runner-selection
4747 permissions : {}
4848 steps :
4949 - name : Validate inputs
You can’t perform that action at this time.
0 commit comments