|
23 | 23 | description: Build Ubuntu 22.04 Jammy
|
24 | 24 | type: boolean
|
25 | 25 | default: true
|
26 |
| - SMS: |
27 |
| - description: Push images to SMS |
28 |
| - type: boolean |
29 |
| - default: true |
30 | 26 | secrets:
|
31 | 27 | KAYOBE_VAULT_PASSWORD:
|
32 | 28 | required: true
|
@@ -187,7 +183,7 @@ jobs:
|
187 | 183 | env:
|
188 | 184 | OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
|
189 | 185 | OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
|
190 |
| - if: inputs.centos && steps.build_centos_stream_8.outcome == 'success' && inputs.sms |
| 186 | + if: inputs.centos && steps.build_centos_stream_8.outcome == 'success' |
191 | 187 |
|
192 | 188 | - name: Build a Rocky Linux 8 overcloud host image
|
193 | 189 | id: build_rocky_8
|
@@ -231,7 +227,7 @@ jobs:
|
231 | 227 | env:
|
232 | 228 | OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
|
233 | 229 | OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
|
234 |
| - if: inputs.rocky8 && steps.build_rocky_8.outcome == 'success' && inputs.sms |
| 230 | + if: inputs.rocky8 && steps.build_rocky_8.outcome == 'success' |
235 | 231 |
|
236 | 232 | - name: Build a Rocky Linux 9 overcloud host image
|
237 | 233 | id: build_rocky_9
|
@@ -275,7 +271,7 @@ jobs:
|
275 | 271 | env:
|
276 | 272 | OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
|
277 | 273 | OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
|
278 |
| - if: inputs.rocky9 && steps.build_rocky_9.outcome == 'success' && inputs.sms |
| 274 | + if: inputs.rocky9 && steps.build_rocky_9.outcome == 'success' |
279 | 275 |
|
280 | 276 | - name: Build an Ubuntu Focal 20.04 overcloud host image
|
281 | 277 | id: build_ubuntu_focal
|
@@ -319,7 +315,7 @@ jobs:
|
319 | 315 | env:
|
320 | 316 | OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
|
321 | 317 | OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
|
322 |
| - if: inputs.ubuntu-focal && steps.build_ubuntu_focal.outcome == 'success' && inputs.sms |
| 318 | + if: inputs.ubuntu-focal && steps.build_ubuntu_focal.outcome == 'success' |
323 | 319 |
|
324 | 320 | - name: Build an Ubuntu Jammy 22.04 overcloud host image
|
325 | 321 | id: build_ubuntu_jammy
|
@@ -363,7 +359,7 @@ jobs:
|
363 | 359 | env:
|
364 | 360 | OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
|
365 | 361 | OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
|
366 |
| - if: inputs.ubuntu-jammy && steps.build_ubuntu_jammy.outcome == 'success' && inputs.sms |
| 362 | + if: inputs.ubuntu-jammy && steps.build_ubuntu_jammy.outcome == 'success' |
367 | 363 |
|
368 | 364 | - name: Upload updated images artifact
|
369 | 365 | uses: actions/upload-artifact@v3
|
|
0 commit comments