Skip to content

Commit

Permalink
Test arm runners
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 26, 2024
1 parent 8a14c97 commit 48a53f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,5 @@ jobs:
- name: "Dump CPU info"
run: |
lscpu
lsmem
- name: "htop"
run: |
sudo apt-get install -y htop
sleep 3 | htop > ./htop.out
head -c ./htop.out | tail -c +10
nproc
lsmem
18 changes: 4 additions & 14 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,15 @@ permissions:
contents: read

jobs:
test-8cpu:
test-arm-2cpu:
uses: ./.github/workflows/build-k3s.yaml
with:
runner: ${{ github.repository == 'k3s-io/k3s' && 'equinix-8cpu-32gb' || 'ubuntu-latest' }}
upload-image: true
test-4cpu:
uses: ./.github/workflows/build-k3s.yaml
with:
runner: ${{ github.repository == 'k3s-io/k3s' && 'equinix-4cpu-16gb' || 'ubuntu-latest' }}
upload-image: true
test-gha:
uses: ./.github/workflows/build-k3s.yaml
with:
runner: ${{ github.repository == 'k3s-io/k3s' && 'ubuntu-latest' || 'ubuntu-latest' }}
runner: ${{ github.repository == 'k3s-io/k3s' && 'oracle-aarch64-2cpu-8gb' || 'ubuntu-latest' }}
upload-image: true
test-keda:
test-arm-4cpu:
uses: ./.github/workflows/build-k3s.yaml
with:
runner: ${{ github.repository == 'k3s-io/k3s' && 'equinix-keda-runner' || 'ubuntu-latest' }}
runner: ${{ github.repository == 'k3s-io/k3s' && 'oracle-aarch64-4cpu-16gb' || 'ubuntu-latest' }}
upload-image: true
build:
uses: ./.github/workflows/build-k3s.yaml
Expand Down

0 comments on commit 48a53f6

Please sign in to comment.