From 90f82335d95635bfa49db589233a989a0e8bd0aa Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 20 Sep 2019 15:41:06 -0400 Subject: Cirrus: Fail early on CI script unit test Instead of running this basic checks for almost all tasks, just do them once at the beginning. Signed-off-by: Chris Evich --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6734ef1b0..66c971d3e 100644 --- a/Makefile +++ b/Makefile @@ -245,9 +245,6 @@ localunit: test/goecho/goecho varlink_generate --covermode atomic \ --tags "$(BUILDTAGS)" \ --succinct - $(MAKE) -C contrib/cirrus/packer test - ./contrib/cirrus/lib.sh.t - ./contrib/cirrus/cirrus_yaml_test.py ginkgo: ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 -debug test/e2e/. -- cgit v1.2.3-54-g00ecf