We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687ef8d + 08f62b4 commit 96b0846Copy full SHA for 96b0846
.github/workflows/capi-smoke-tests.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
capi-smokes:
15
name: "${{ inputs.smoke-suite }} :: ${{ inputs.k0s-version }}"
16
- runs-on: ubuntu-22.04-8core
+ runs-on: oracle-vm-16cpu-64gb-x86-64
17
18
steps:
19
- name: Check out code into the Go module directory
.github/workflows/go.yml
@@ -89,7 +89,7 @@ jobs:
89
smoketest:
90
name: Smoke test
91
needs: build
92
93
strategy:
94
fail-fast: false
95
matrix:
@@ -175,7 +175,7 @@ jobs:
175
e2e:
176
name: E2E test
177
178
179
180
181
0 commit comments