Skip to content

Commit

Permalink
Use large runners
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Dec 12, 2024
1 parent 57f7adc commit 5415c81
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/task_runner_docker_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ env:
jobs:
test_with_tls_docker:
name: tr_tls_docker
runs-on:
labels: ubuntu-20.04-16core
runs-on: ubuntu-22.04
timeout-minutes: 15
strategy:
matrix:
Expand Down Expand Up @@ -106,8 +105,7 @@ jobs:

test_with_non_tls_docker:
name: tr_non_tls_docker
runs-on:
labels: ubuntu-20.04-16core
runs-on: ubuntu-22.04
timeout-minutes: 15
strategy:
matrix:
Expand Down Expand Up @@ -182,8 +180,7 @@ jobs:

test_with_no_client_auth_docker:
name: tr_no_client_auth_docker
runs-on:
labels: ubuntu-20.04-16core
runs-on: ubuntu-22.04
timeout-minutes: 15
strategy:
matrix:
Expand Down

0 comments on commit 5415c81

Please sign in to comment.