Skip to content

Commit

Permalink
Move back to 8 core
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 22, 2024
1 parent abd8a81 commit 5d04538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
build:
uses: ./.github/workflows/build-k3s.yaml
with:
runner: ${{ github.repository == 'k3s-io/k3s' && 'equinix-32cpu-256gb' || 'ubuntu-latest' }}
runner: ${{ github.repository == 'k3s-io/k3s' && 'equinix-8cpu-32gb' || 'ubuntu-latest' }}
upload-image: true
e2e:
name: "E2E Tests"
needs: build
runs-on: ${{ github.repository == 'k3s-io/k3s' && 'equinix-32cpu-256gb' || 'ubuntu-latest' }}
runs-on: ${{ github.repository == 'k3s-io/k3s' && 'equinix-8cpu-32gb' || 'ubuntu-latest' }}
timeout-minutes: 40
strategy:
fail-fast: false
Expand Down

0 comments on commit 5d04538

Please sign in to comment.