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 17902de commit 186294aCopy full SHA for 186294a
action.yaml
@@ -51,7 +51,8 @@ runs:
51
SERVICE_PASSWORD=secret
52
SWIFT_HASH=1234123412341234
53
LOGFILE=${{ inputs.log_dir }}/devstack.log
54
- USE_PYTHON3="True"
+ USE_PYTHON3=True
55
+ INSTALL_TEMPEST=False
56
EOF
57
# horizon does not work in github action, permission error
58
# dstat log takes too much memory to be stored by log artifacts
0 commit comments