Skip to content

Commit

Permalink
Merge pull request #610 from ksimon1/fix-e2e
Browse files Browse the repository at this point in the history
fix: remove tiny size from e2e test for fedora
  • Loading branch information
ksimon1 authored Sep 10, 2024
2 parents d9e49da + 52ee681 commit 2e7f118
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automation/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e7f118

Please sign in to comment.