Skip to content

Commit 130c0ec

Browse files
committed
CI: Show Rally logs on failure for ci-aio and ci-multinode environments
Without this it is difficult to diagnose a failure to run Tempest.
1 parent 20c34c9 commit 130c0ec

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
-v $(pwd)/tempest-artifacts:/stack/tempest-artifacts \
379379
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
380380
$KAYOBE_IMAGE \
381-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack -e rally_no_sensitive_log=false
381+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
382382
env:
383383
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
384384

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# Show Rally output on failure.
3+
rally_no_sensitive_log: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
2+
# Show Rally output on failure.
3+
rally_no_sensitive_log: false
4+
25
# Add the Vault CA certificate to the rally container when running tempest.
36
tempest_cacert: "{{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"

0 commit comments

Comments
 (0)