Skip to content

Commit

Permalink
fixed runners names
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 26, 2023
1 parent 902a749 commit 9526c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-32-cores]
runner: [aks-linux-4-cores-32gb]
test_type: [nightly]

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

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

defaults:
run:
Expand Down

0 comments on commit 9526c2a

Please sign in to comment.