Skip to content

Commit

Permalink
New win10 and win11 base images (#4128) (#4131)
Browse files Browse the repository at this point in the history
* New win10 and win11 base images

* Cleanup

(cherry picked from commit 6fb72f6)

Co-authored-by: Pavel Zorin <[email protected]>
  • Loading branch information
mergify[bot] and pazone authored Jan 24, 2024
1 parent f2c7c3f commit 7e7c84a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,23 @@ steps:
- group: "Desktop Windows tests"
key: "extended-windows"
steps:
- label: "Unit tests - Windows 10"
key: "unit-tests-win10"
command: ".\\.buildkite\\scripts\\steps\\unit-tests.ps1"
artifact_paths:
- "build/TEST-go-unit.html"
- "build/TEST-go-unit.xml"
- "build/diagnostics/*"
- "coverage.out"
agents:
provider: "gcp"
# TODO create own image
image: "family/general-windows-10"
machine_type: "n2-standard-8"
disk_type: "pd-ssd"
retry:
manual:
allowed: true
- label: "Unit tests - Windows 11"
key: "unit-tests-win11"
command: ".\\.buildkite\\scripts\\steps\\unit-tests.ps1"
Expand All @@ -130,7 +147,7 @@ steps:
agents:
provider: "gcp"
# TODO create own image
image: "family/endpoint-windows-11-tester-rel"
image: "family/general-windows-11"
machine_type: "n2-standard-8"
disk_type: "pd-ssd"
retry:
Expand All @@ -148,6 +165,7 @@ steps:
unit-tests-win2016
unit-tests-win2022
unit-tests-macos-13
unit-tests-win10
unit-tests-win11
"
artifact_paths:
Expand Down

0 comments on commit 7e7c84a

Please sign in to comment.