summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-05-08 15:21:33 -0500
committerbaude <bbaude@redhat.com>2019-05-13 12:17:55 -0500
commita86aa4b1e92a7d53c932dd0b06c9f51bfce47e18 (patch)
tree2cf8fd1726f1053691d5dcd646f0028fa43b41fd /Makefile
parentd2571c7fd49d22e822a6f3b3796488218c9f9e46 (diff)
downloadpodman-a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18.tar.gz
podman-a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18.tar.bz2
podman-a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18.zip
split remote tests from distro tests
We want the remote tests for our distributions to be tested in a different VM than the local tests. This allows for faster CI runs and easier debug as well as seperation of flakes. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86d0d99d2..49da6e6b3 100644
--- a/Makefile
+++ b/Makefile
@@ -196,7 +196,9 @@ ginkgo:
ginkgo-remote:
ginkgo -v -tags "$(BUILDTAGS) remoteclient" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
-localintegration: varlink_generate test-binaries ginkgo ginkgo-remote
+localintegration: varlink_generate test-binaries ginkgo
+
+remoteintegration: varlink_generate test-binaries ginkgo-remote
localsystem: .install.ginkgo
ginkgo -v -noColor test/system/
@@ -246,7 +248,9 @@ install: .gopathok install.bin install.man install.cni install.systemd ## Insta
install.bin:
install ${SELINUXOPT} -d -m 755 $(BINDIR)
install ${SELINUXOPT} -m 755 bin/podman $(BINDIR)/podman
+ install ${SELINUXOPT} -m 755 bin/podman-remote $(BINDIR)/podman-remote
test -z "${SELINUXOPT}" || chcon --verbose --reference=$(BINDIR)/podman bin/podman
+ test -z "${SELINUXOPT}" || chcon --verbose --reference=$(BINDIR)/podman bin/podman-remote
install.man: docs
install ${SELINUXOPT} -d -m 755 $(MANDIR)/man1