testing on the new images!
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Test Kubernetes actions (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Test SSH deploy action (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Build tiny multi-arch image (runner-full-amd64) (push) Failing after 1s
Test Actions (self-test) / Test SSH deploy action (runner-full-amd64) (push) Failing after 1s
Test Actions (self-test) / Test Kubernetes actions (runner-full-amd64) (push) Failing after 2s
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Test Kubernetes actions (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Test SSH deploy action (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Build tiny multi-arch image (runner-full-amd64) (push) Failing after 1s
Test Actions (self-test) / Test SSH deploy action (runner-full-amd64) (push) Failing after 1s
Test Actions (self-test) / Test Kubernetes actions (runner-full-amd64) (push) Failing after 2s
This commit is contained in:
@@ -18,8 +18,11 @@ env:
|
||||
|
||||
jobs:
|
||||
test-build-push:
|
||||
name: Build tiny multi-arch image
|
||||
runs-on: ubuntu-amd64
|
||||
name: Build tiny multi-arch image (${{ matrix.runner }})
|
||||
runs-on: ${{ matrix.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [runner-full-amd64, runner-full-arm64]
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -58,8 +61,11 @@ jobs:
|
||||
echo "self-test PASSED: multi-arch image built and pushed"
|
||||
|
||||
test-k8s:
|
||||
name: Test Kubernetes actions
|
||||
runs-on: ubuntu-amd64
|
||||
name: Test Kubernetes actions (${{ matrix.runner }})
|
||||
runs-on: ${{ matrix.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [runner-full-amd64, runner-full-arm64]
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -97,8 +103,11 @@ jobs:
|
||||
fi
|
||||
|
||||
test-ssh:
|
||||
name: Test SSH deploy action
|
||||
runs-on: ubuntu-amd64
|
||||
name: Test SSH deploy action (${{ matrix.runner }})
|
||||
runs-on: ${{ matrix.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [runner-full-amd64, runner-full-arm64]
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user