diff --git a/automation/test-linux.sh b/automation/test-linux.sh index af7c6497..d799c50b 100755 --- a/automation/test-linux.sh +++ b/automation/test-linux.sh @@ -59,6 +59,10 @@ EOF sizes=("tiny" "small" "medium" "large") workloads=("desktop" "server" "highperformance") +if [[ $TARGET =~ fedora.* ]]; then + workloads=("small" "medium" "large") +fi + if [[ $TARGET =~ centos6.* ]]; then workloads=("server") fi