Skip to content

Commit aa67c93

Browse files
authored
Merge pull request #7 from mandre/disable-tempest
Add tempest to disabled services
2 parents a2dd367 + adf054d commit aa67c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ runs:
5656
EOF
5757
# horizon does not work in github action, permission error
5858
# dstat log takes too much memory to be stored by log artifacts
59-
ENABLED_SERVICES=",-horizon,-dstat"
59+
# tempest must be disabled otherwise it will get installed still
60+
ENABLED_SERVICES=",-horizon,-dstat,-tempest"
6061
if [[ "${{ inputs.enabled_services }}" != "" ]]; then
6162
ENABLED_SERVICES+=",${{ inputs.enabled_services }}"
6263
fi

0 commit comments

Comments
 (0)