We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af7a2a commit c8eca71Copy full SHA for c8eca71
Makefile
@@ -25,7 +25,7 @@ export V2PLUGIN_TAR_FILENAME := v2plugin-$(VERSION).tar.gz
25
GO_MIN_VERSION := 1.7
26
GO_MAX_VERSION := 1.8
27
GO_VERSION := $(shell go version | cut -d' ' -f3 | sed 's/go//')
28
-CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image"
+CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image tar host-pluginfs-create clean-tar"
29
SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy|TestTrigger|ACIM|Netprofile"
30
K8S_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy"
31
ACI_GW_IMAGE ?= "contiv/aci-gw:04-12-2017.2.2_1n"
0 commit comments