Skip to content

Commit

Permalink
Merge pull request #1288 from stackhpc/2023.1-mn-aio-show-rally-logs
Browse files Browse the repository at this point in the history
CI: Show Rally logs on failure for ci-aio and ci-multinode environments
  • Loading branch information
markgoddard authored Sep 13, 2024
2 parents 20c34c9 + 130c0ec commit f04713a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
-v $(pwd)/tempest-artifacts:/stack/tempest-artifacts \
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
$KAYOBE_IMAGE \
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack -e rally_no_sensitive_log=false
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
env:
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}

Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/environments/ci-aio/tempest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# Show Rally output on failure.
rally_no_sensitive_log: false
3 changes: 3 additions & 0 deletions etc/kayobe/environments/ci-multinode/tempest.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
# Show Rally output on failure.
rally_no_sensitive_log: false

# Add the Vault CA certificate to the rally container when running tempest.
tempest_cacert: "{{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"

0 comments on commit f04713a

Please sign in to comment.