summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-28 11:47:00 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-28 11:47:00 -0400
commit06b6f0353605b092e29596adaf5cde70700e018c (patch)
tree6587a90e01a6c1953a9673846f075da91fc5954d
parentab378ef287a583c0586aad3f5675796f7e4a442c (diff)
downloadchef-06b6f0353605b092e29596adaf5cde70700e018c.tar.gz
changing build platform on sles15 to 12, as we only build 12
Signed-off-by: Sean Simmons <ssimmons@progress.com>
-rwxr-xr-x.buildkite/build-test-omnibus.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.buildkite/build-test-omnibus.sh b/.buildkite/build-test-omnibus.sh
index 4656ad6cd9..90303fd8b5 100755
--- a/.buildkite/build-test-omnibus.sh
+++ b/.buildkite/build-test-omnibus.sh
@@ -13,7 +13,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" "ubuntu-2004-arm:ubuntu-2004" "ubuntu-2204-arm:ubuntu-2204" "sles-15-arm:sles-12" "centos-7-arm:centos-7" "centos-8-arm:centos-8" "rhel-9-arm:rhel-9" "amazon-2-arm:amazon-2")
+container_platforms_arm64=("ubuntu-1804-arm:ubuntu-1804" "ubuntu-2004-arm:ubuntu-2004" "ubuntu-2204-arm:ubuntu-2204" "sles-12-arm:sles-15" "centos-7-arm:centos-7" "centos-8-arm:centos-8" "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" ]
@@ -351,8 +351,8 @@ then
for platform in ${omnibus_test_platforms_arm64[@]}; do
if [[ $platform != *"windows"* ]]; then
echo "- env:"
- echo " OMNIBUS_BUILDER_KEY: build-${platform#*:}-arm"
- echo " label: \":mag::docker::muscle: ${platform%:*}-arm\""
+ echo " OMNIBUS_BUILDER_KEY: build-${platform#*:}"
+ echo " label: \":mag::docker::muscle: ${platform%:*}\""
echo " key: test-${platform%:*}-arm"
echo " retry:"
echo " automatic:"