Skip to content

Commit 8a32555

Browse files
committed
Use 4 core runners
1 parent de7fc9d commit 8a32555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
jobs:
2828
kubernetes-e2e:
2929

30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-20.04-4core
3131

3232
steps:
3333
- name: Cleanup

.github/workflows/olm_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
kubernetes-olm-upgrade:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-20.04-4core
2323
timeout-minutes: 60
2424
env:
2525
OLM_VERSION: v0.24.0

0 commit comments

Comments
 (0)