Skip to content

Commit

Permalink
updated macos namimg
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 1, 2024
1 parent e17b3a0 commit b536115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/x-pack/pipeline.xpack.heartbeat.yml
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b536115

Please sign in to comment.