Skip to content

Commit e305202

Browse files
committed
Renaming for clarity
1 parent 5eb87fd commit e305202

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ipa-image-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ env:
3434
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
3535

3636
jobs:
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

.github/workflows/overcloud-host-image-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ env:
3333
KAYOBE_ENVIRONMENT: ci-builder
3434
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
3535
jobs:
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

0 commit comments

Comments
 (0)