summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-09-20 15:41:06 -0400
committerChris Evich <cevich@redhat.com>2019-09-23 13:41:28 -0400
commit90f82335d95635bfa49db589233a989a0e8bd0aa (patch)
treeecb053d7a35f923b5e2379a84687d963cc0b1777 /Makefile
parentc0eff1a81c2718498aa8e75f7e45bfb688c91482 (diff)
downloadpodman-90f82335d95635bfa49db589233a989a0e8bd0aa.tar.gz
podman-90f82335d95635bfa49db589233a989a0e8bd0aa.tar.bz2
podman-90f82335d95635bfa49db589233a989a0e8bd0aa.zip
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 <cevich@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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/.