Skip to content

Commit

Permalink
Fix windows test pipeline (#40733) (#40809)
Browse files Browse the repository at this point in the history
Missing backport from main to 8.x
  • Loading branch information
mergify[bot] authored Sep 13, 2024
1 parent 3103a8a commit caccf51
Showing 1 changed file with 4 additions and 5 deletions.
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

0 comments on commit caccf51

Please sign in to comment.