mirror of https://github.com/k3s-io/k3s
Disable conformance test for arm64
parent
3986b4787f
commit
0434eea44c
|
@ -13,8 +13,8 @@ mkdir -p $artifacts
|
|||
|
||||
# ---
|
||||
|
||||
[ "$ARCH" = 'arm' ] && \
|
||||
early-exit "Skipping sonobuoy, images not available for $ARCH."
|
||||
[ "$ARCH" != 'amd64' ] && \
|
||||
early-exit "Skipping remaining tests, images not available for $ARCH."
|
||||
|
||||
E2E_OUTPUT=$artifacts test-run-sonobuoy
|
||||
|
||||
|
@ -23,9 +23,6 @@ E2E_OUTPUT=$artifacts test-run-sonobuoy
|
|||
[ "$DRONE_BUILD_EVENT" = 'tag' ] && \
|
||||
early-exit 'Skipping remaining tests on tag.'
|
||||
|
||||
[ "$ARCH" != 'amd64' ] && \
|
||||
early-exit "Skipping remaining tests, images not available for $ARCH."
|
||||
|
||||
# ---
|
||||
|
||||
test-run-sonobuoy mysql
|
||||
|
|
Loading…
Reference in New Issue