Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ runs:
EOF
# horizon does not work in github action, permission error
# dstat log takes too much memory to be stored by log artifacts
ENABLED_SERVICES=",-horizon,-dstat"
# tempest must be disabled otherwise it will get installed still
ENABLED_SERVICES=",-horizon,-dstat,-tempest"
if [[ "${{ inputs.enabled_services }}" != "" ]]; then
ENABLED_SERVICES+=",${{ inputs.enabled_services }}"
fi
Expand Down