We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46379ae commit 48835faCopy full SHA for 48835fa
.github/workflows/stackhpc-capi-all-in-one.yml
@@ -2,7 +2,7 @@
2
# This reusable workflow deploys a VM on a cloud using Terraform, then deploys
3
# OpenStack in the VM via Kayobe. Tempest is then used to test the cloud.
4
5
-name: All in one
+name: All in one magnum
6
7
on:
8
workflow_call:
@@ -336,7 +336,7 @@ jobs:
336
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
337
env:
338
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
339
-
+
340
- name: Tempest tests
341
run: |
342
mkdir -p tempest-artifacts
0 commit comments