Skip to content

Commit

Permalink
focus on amd64
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Jan 31, 2025
1 parent 82b7fb2 commit f86fcd8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,14 @@ fi
. ./tests/docker/test-run-hardened
echo "Did test-run-hardened $?"

# go test -timeout=30m ./tests/docker/conformance/conformance_test.go -k3sImage="$K3S_IMAGE" -serial -ginkgo.v

if [ "$ARCH" != 'arm' ]; then
go test -timeout=50m ./tests/docker/conformance/conformance_test.go -k3sImage="$K3S_IMAGE" -ginkgo.v
echo "Did go test conformance $?"
fi
# ---

[ "$ARCH" != 'amd64' ] && \
early-exit "Skipping remaining tests, images not available for $ARCH."

go test -timeout=50m ./tests/docker/conformance/conformance_test.go -k3sImage="$K3S_IMAGE" -ginkgo.v
echo "Did go test conformance $?"

# ---

if [ "$DRONE_BUILD_EVENT" = 'tag' ]; then
Expand Down

0 comments on commit f86fcd8

Please sign in to comment.