Skip to content

Commit 3273740

Browse files
committed
Populate AIO resources just before tests
1 parent 45e8ef7 commit 3273740

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -316,16 +316,6 @@ jobs:
316316
env:
317317
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
318318

319-
- name: Configure aio resources
320-
run: |
321-
docker run -t --rm \
322-
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
323-
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
324-
${{ steps.kayobe_image.outputs.kayobe_image }} \
325-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
326-
env:
327-
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
328-
329319
- name: Upgrade host OS
330320
run: |
331321
docker run -t --rm \
@@ -419,6 +409,16 @@ jobs:
419409
docker image prune -af
420410
if: inputs.upgrade
421411

412+
- name: Configure aio resources
413+
run: |
414+
docker run -t --rm \
415+
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
416+
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
417+
${{ steps.kayobe_image.outputs.kayobe_image }} \
418+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
419+
env:
420+
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
421+
422422
- name: Tempest tests
423423
id: tempest
424424
run: |

0 commit comments

Comments
 (0)