Skip to content

Commit

Permalink
pillar: set upper limit for go tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Apr 15, 2024
1 parent f216c3c commit 3caea79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/pillar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ test: build-docker-test
rm -f results.xml
touch results.json
touch results.xml
docker run --platform linux/$(ZARCH) -w /pillar \
docker run --memory=800m --platform linux/$(ZARCH) -w /pillar \
--mount type=bind,source=./results.json,target=/pillar/results.json \
--mount type=bind,source=./results.xml,target=/pillar/results.xml \
--entrypoint /final/opt/gotestsum $(DOCKER_TAG) \
--jsonfile /pillar/results.json \
--junitfile /pillar/results.xml \
--raw-command -- go test -tags kubevirt -coverprofile=coverage.txt -covermode=atomic -race -json \
./...
docker run --platform linux/$(ZARCH) -w /pillar \
docker run --memory=800m --platform linux/$(ZARCH) -w /pillar \
--entrypoint /bin/sh $(DOCKER_TAG) \
/pillar/build-scripts/fuzz_test.sh

Expand Down

0 comments on commit 3caea79

Please sign in to comment.