summaryrefslogtreecommitdiff
path: root/.buildkite
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-28 11:41:45 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-28 11:41:45 -0400
commitab378ef287a583c0586aad3f5675796f7e4a442c (patch)
treeab5a5d152b926c2408f4ca433bdb94b87be055a1 /.buildkite
parentc98bd65ff1ed0b781dc76be5f485ff438aba2874 (diff)
downloadchef-ab378ef287a583c0586aad3f5675796f7e4a442c.tar.gz
changing build platform on sles15 to 12, as we only build 12
Signed-off-by: Sean Simmons <ssimmons@progress.com>
Diffstat (limited to '.buildkite')
-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 c99cbc097a..4656ad6cd9 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-15" "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-15-arm:sles-12" "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" ]
@@ -146,7 +146,7 @@ fi
if [[ ! -z "${omnibus_build_platforms_arm64:-}" ]]
then
for platform in ${omnibus_build_platforms_arm64[@]}; do
- echo "- label: \":hammer_and_wrench::docker: $platform-arm\""
+ echo "- label: \":hammer_and_wrench::docker::muscle: $platform-arm\""
echo " retry:"
echo " automatic:"
echo " limit: 1"
@@ -352,7 +352,7 @@ then
if [[ $platform != *"windows"* ]]; then
echo "- env:"
echo " OMNIBUS_BUILDER_KEY: build-${platform#*:}-arm"
- echo " label: \":mag::docker: ${platform%:*}-arm\""
+ echo " label: \":mag::docker::muscle: ${platform%:*}-arm\""
echo " key: test-${platform%:*}-arm"
echo " retry:"
echo " automatic:"