From b53611560aafecf5832afbaa75cf56e6470a6517 Mon Sep 17 00:00:00 2001 From: Olga Naidjonoka Date: Wed, 1 May 2024 17:57:38 +0300 Subject: [PATCH] updated macos namimg --- .buildkite/x-pack/pipeline.xpack.heartbeat.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/x-pack/pipeline.xpack.heartbeat.yml b/.buildkite/x-pack/pipeline.xpack.heartbeat.yml index 438a83fdff3..22e97e74808 100644 --- a/.buildkite/x-pack/pipeline.xpack.heartbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.heartbeat.yml @@ -170,12 +170,12 @@ steps: - github_commit_status: context: "x-pack/heartbeat: Windows 2019 Unit Tests" - - group: "x-pack/heartbeat MacOS Extended Tests" + - group: "x-pack/heartbeat macOS Extended Tests" key: "x-pack-heartbeat-extended-tests-macos" if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*macOS.*/ steps: - - label: ":mac: MacOS x86_64 Unit Tests" + - label: ":mac: macOS x86_64 Unit Tests" command: | set -euo pipefail source .buildkite/scripts/install_macos_tools.sh @@ -191,9 +191,9 @@ steps: - "x-pack/heartbeat/build/*.json" notify: - github_commit_status: - context: "x-pack/heartbeat: MacOS x86_64 Extended Tests" + context: "x-pack/heartbeat: macOS x86_64 Extended Tests" - - label: ":mac: MacOS arm64 Unit Tests" + - label: ":mac: macOS arm64 Unit Tests" command: | set -euo pipefail source .buildkite/scripts/install_macos_tools.sh @@ -209,7 +209,7 @@ steps: - "x-pack/heartbeat/build/*.json" notify: - github_commit_status: - context: "x-pack/heartbeat: MacOS arm64 Extended Tests" + context: "x-pack/heartbeat: macOS arm64 Extended Tests" - wait: ~ # with PRs, we want to run packaging only if mandatory tests succeed