File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -108,23 +108,23 @@ jobs:
108
108
run : |
109
109
echo "${{ steps.datetime_tag.outputs.datetime_tag }}"
110
110
111
- runner-preqs :
112
- uses : ./.github/workflows/runs-on-preq .yml
111
+ runner-selection :
112
+ uses : ./.github/workflows/runner-selector .yml
113
113
with :
114
114
runner_env : ${{ inputs.runner_env }}
115
115
116
116
container-image-build :
117
117
name : Build Kolla container images
118
118
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
119
- runs-on : ${{ needs.runner-preqs .outputs.runner_name_container_image_build }}
119
+ runs-on : ${{ needs.runner-selection .outputs.runner_name_container_image_build }}
120
120
timeout-minutes : 720
121
121
permissions : {}
122
122
strategy :
123
123
fail-fast : false
124
124
matrix : ${{ fromJson(needs.generate-tag.outputs.matrix) }}
125
125
needs :
126
126
- generate-tag
127
- - runner-preqs
127
+ - runner-selection
128
128
steps :
129
129
- name : Install package dependencies
130
130
run : |
You can’t perform that action at this time.
0 commit comments