Disable conformance test for arm64

pull/1569/head
Erik Wilson 2020-04-19 08:52:51 -07:00
parent 3986b4787f
commit 0434eea44c
1 changed files with 2 additions and 5 deletions

View File

@ -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