diff options
author | Chris Evich <cevich@redhat.com> | 2019-09-20 15:41:06 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-09-23 13:41:28 -0400 |
commit | 90f82335d95635bfa49db589233a989a0e8bd0aa (patch) | |
tree | ecb053d7a35f923b5e2379a84687d963cc0b1777 /Makefile | |
parent | c0eff1a81c2718498aa8e75f7e45bfb688c91482 (diff) | |
download | podman-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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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/. |