From 8f3bbe3d443415b00a52c933d6a75056cdd28462 Mon Sep 17 00:00:00 2001 From: Sean Simmons Date: Wed, 29 Mar 2023 11:32:42 -0400 Subject: removing -x and also using the correct build-platform letting os decide which one to pull because we set the build agent statically Signed-off-by: Sean Simmons --- .buildkite/build-test-omnibus.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.buildkite') diff --git a/.buildkite/build-test-omnibus.sh b/.buildkite/build-test-omnibus.sh index 49a232793b..0a9d2cf950 100755 --- a/.buildkite/build-test-omnibus.sh +++ b/.buildkite/build-test-omnibus.sh @@ -1,4 +1,3 @@ -set -ex if [[ -z "${BUILDKITE_BUILD_CREATOR_TEAMS:-}" ]] then @@ -13,7 +12,7 @@ FILTER="${OMNIBUS_FILTER:=*}" # array of all container platforms in the format test-platform:build-platform container_platforms=("amazon-2:centos-7" "centos-6:centos-6" "centos-7:centos-7" "centos-8:centos-8" "rhel-9:rhel-9" "debian-9:debian-9" "debian-10:debian-9" "debian-11:debian-9" "ubuntu-1604:ubuntu-1604" "ubuntu-1804:ubuntu-1604" "ubuntu-2004:ubuntu-1604" "ubuntu-2204:ubuntu-1604" "sles-15:sles-15" "windows-2019:windows-2019") -container_platforms_arm64=("ubuntu-1804-arm:ubuntu-1804-arm" "ubuntu-2004-arm:ubuntu-2004-arm" "ubuntu-2204-arm:ubuntu-2204-arm" "centos-7-arm:centos-7-arm" "centos-8-arm:centos-8" "sles-15-arm:sles-15-arm" "rhel-9-arm:rhel-9-arm" "amazon-2-arm:amazon-2-arm") +container_platforms_arm64=("ubuntu-1804-arm:ubuntu-1804" "ubuntu-2004:ubuntu-2004" "ubuntu-2204:ubuntu-2204" "centos-7-arm:centos-7" "centos-8-arm:centos-8" "sles-15-arm:sles-15" "rhel-9-arm:rhel-9" "amazon-2-arm:amazon-2") # add rest of windows platforms to tests, if not on chef-oss org if [ $BUILDKITE_ORGANIZATION_SLUG != "chef-oss" ] @@ -146,7 +145,7 @@ fi if [[ ! -z "${omnibus_build_platforms_arm64:-}" ]] then for platform in ${omnibus_build_platforms_arm64[@]}; do - echo "- label: \":hammer_and_wrench::docker::muscle: $platform\"" + echo "- label: \":hammer_and_wrench::docker::muscle: $platform-arm\"" echo " retry:" echo " automatic:" echo " limit: 1" -- cgit v1.2.1