Skip to content

Commit

Permalink
extended runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 26, 2023
1 parent 8a3f922 commit 9615eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ jobs:

strategy:
matrix:
runner: [aks-linux-4-cores-16gb]
runner: [aks-linux-4-cores, aks-linux-4-cores-16gb, aks-linux-32-cores]
test_type: [precommit, nightly]

defaults:
Expand Down Expand Up @@ -1264,7 +1264,7 @@ jobs:

strategy:
matrix:
runner: [aks-linux-4-cores-16gb]
runner: [aks-linux-4-cores, aks-linux-4-cores-16gb, aks-linux-32-cores]
test_type: [precommit, nightly]

defaults:
Expand Down

0 comments on commit 9615eed

Please sign in to comment.