Skip to content

Commit 3cc88bc

Browse files
committed
Populate AIO resources just before tests
1 parent 950b973 commit 3cc88bc

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
@@ -325,16 +325,6 @@ jobs:
325325
env:
326326
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
327327

328-
- name: Configure aio resources
329-
run: |
330-
docker run -t --rm \
331-
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
332-
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
333-
${{ steps.kayobe_image.outputs.kayobe_image }} \
334-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
335-
env:
336-
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
337-
338328
- name: Upgrade host OS
339329
run: |
340330
docker run -t --rm \
@@ -428,6 +418,16 @@ jobs:
428418
docker image prune -af
429419
if: inputs.upgrade
430420

421+
- name: Configure aio resources
422+
run: |
423+
docker run -t --rm \
424+
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
425+
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
426+
${{ steps.kayobe_image.outputs.kayobe_image }} \
427+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
428+
env:
429+
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
430+
431431
- name: Tempest tests
432432
id: tempest
433433
run: |

0 commit comments

Comments
 (0)