Skip to content

Commit

Permalink
Update GitHub runners to use ubuntu-latest since they have nested virt (
Browse files Browse the repository at this point in the history
etcd-io#811)

* update github runners to use ubuntu-latest since they are 4c and have nested virt

Signed-off-by: Jeffrey Sica <me@jeefy.dev>
  • Loading branch information
jeefy authored Aug 7, 2024
1 parent f777377 commit 4272a9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
runs-on:
required: false
type: string
default: "['ubuntu-latest-8-cores']"
default: "['ubuntu-latest']"
permissions: read-all

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robustness_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
count: 100
testTimeout: 200m
runs-on: "['ubuntu-latest-8-cores']"
runs-on: "['ubuntu-latest']"
arm64:
# GHA has a maximum amount of 6h execution time, we try to get done within 3h
uses: ./.github/workflows/robustness_template.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robustness_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
with:
count: 10
testTimeout: 30m
runs-on: "['ubuntu-latest-8-cores']"
runs-on: "['ubuntu-latest']"
arm64:
uses: ./.github/workflows/robustness_template.yaml
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
test-linux-amd64-race:
uses: ./.github/workflows/tests-template.yml
with:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
targets: "['linux-unit-test-4-cpu-race']"

coverage:
needs:
- test-linux-amd64
- test-linux-amd64-race
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- id: goversion
Expand Down

0 comments on commit 4272a9c

Please sign in to comment.