Skip to content

Commit e092895

Browse files
committed
Test: run configure-aio-resources just before tempest
1 parent 8b87302 commit e092895

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
@@ -349,16 +349,6 @@ jobs:
349349
env:
350350
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
351351

352-
- name: Configure aio resources
353-
run: |
354-
docker run -t --rm \
355-
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
356-
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
357-
${{ steps.kayobe_image.outputs.kayobe_image }} \
358-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
359-
env:
360-
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
361-
362352
- name: Upgrade host OS
363353
run: |
364354
docker run -t --rm \
@@ -452,6 +442,16 @@ jobs:
452442
docker image prune -af
453443
if: inputs.upgrade
454444

445+
- name: Configure aio resources
446+
run: |
447+
docker run -t --rm \
448+
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
449+
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
450+
${{ steps.kayobe_image.outputs.kayobe_image }} \
451+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
452+
env:
453+
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
454+
455455
- name: Tempest tests
456456
id: tempest
457457
run: |

0 commit comments

Comments
 (0)