diff --git a/.cicd/generate-pipeline.sh b/.cicd/generate-pipeline.sh index d24f96400ca..eddc55072f6 100755 --- a/.cicd/generate-pipeline.sh +++ b/.cicd/generate-pipeline.sh @@ -4,6 +4,7 @@ set -eo pipefail . ./.cicd/helpers/general.sh export PLATFORMS_JSON_ARRAY='[]' [[ -z "$ROUNDS" ]] && export ROUNDS='1' +[[ -z "$ROUND_SIZE" ]] && export ROUND_SIZE='16' BUILDKITE_BUILD_AGENT_QUEUE='automation-eks-eos-builder-fleet' BUILDKITE_TEST_AGENT_QUEUE='automation-eks-eos-tester-fleet' @@ -181,174 +182,11 @@ IFS=$oIFS for ROUND in $(seq 1 $ROUNDS); do IFS=$'' echo " # round $ROUND of $ROUNDS" - # parallel tests - echo ' # parallel tests' - echo $PLATFORMS_JSON_ARRAY | jq -cr '.[]' | while read -r PLATFORM_JSON; do - if [[ ! "$(echo "$PLATFORM_JSON" | jq -r .FILE_NAME)" =~ 'macos' ]]; then - cat <