Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .buildkite/x-pack/pipeline.xpack.heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,9 @@ steps:

- label: ":windows: x-pack/heartbeat: Win 2016 Unit Tests"
key: "mandatory-win-2016-unit-tests"
skip: "skipping due missing deps, elastic/ingest-dev#3844"
command: |
Set-Location -Path x-pack/heartbeat
mage build test
mage build unitTest
retry:
automatic:
- limit: 1
Expand Down Expand Up @@ -161,7 +160,7 @@ steps:
- label: ":windows: x-pack/heartbeat: Win 10 Unit Tests"
command: |
Set-Location -Path x-pack/heartbeat
mage build test
mage build unitTest
key: "extended-win-10-unit-tests"
retry:
automatic:
Expand All @@ -183,7 +182,7 @@ steps:
- label: ":windows: x-pack/heartbeat: Win 11 Unit Tests"
command: |
Set-Location -Path x-pack/heartbeat
mage build test
mage build unitTest
key: "extended-win-11-unit-tests"
retry:
automatic:
Expand All @@ -204,7 +203,7 @@ steps:
- label: ":windows: x-pack/heartbeat: Win 2019 Unit Tests"
command: |
Set-Location -Path x-pack/heartbeat
mage build test
mage build unitTest
retry:
automatic:
- limit: 1
Expand Down