Skip to content

Commit

Permalink
ci: use a larger runner size for Windows smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Dec 4, 2022
1 parent 33c305e commit 55ed8c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/get-job-matrix.py
Expand Up @@ -391,6 +391,9 @@ def get_matrix(

test_suites += run_gotestsum_ci_matrix_single_package(item, pkg_tests, tags)

if kind == JobKind.SMOKE_TEST:
platforms = list(map(lambda p: "windows-8core-2022" if p == "windows-latest" else p, platforms))

return {
"test-suite": test_suites,
"platform": platforms,
Expand Down

0 comments on commit 55ed8c0

Please sign in to comment.