You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: e2e/kubernetes/Makefile
+6-2
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,12 @@ run-locally:
24
24
ssh:
25
25
ssh -i $(SSH_PRIVATE_KEY) core@$(MASTER_HOST)
26
26
27
-
# usage:
28
-
# DOCKER_REPO=mumoshu/ MASTER_HOST=**.**.**.** SSH_PRIVATE_KEY=path/to/key KUBE_AWS_ASSETS=path/to/where/kube-aws/run sh -c 'make build && make publish && make run-remotely'
27
+
# example usage:
28
+
# FOCUS='\[HPA\].*\[Conformance\]' DOCKER_REPO=quay.io/mumoshu/ MASTER_HOST=**.**.**.** SSH_PRIVATE_KEY=path/to/key KUBE_AWS_ASSETS=path/to/where/kube-aws/run sh -c 'make build && make publish && make run-remotely'
29
+
#
30
+
# FOCUS:
31
+
# a regexp to selectively run e2e tests. Default: \[Conformance\]
32
+
# see https://github.com/kubernetes/kubernetes/blob/master/docs/devel/e2e-tests.md#conformance-tests for more examples and description
29
33
.PHONY: run-remotely
30
34
run-remotely:
31
35
rsync -a -e 'ssh -i $(SSH_PRIVATE_KEY)'$(KUBE_AWS_ASSETS)/ core@$(MASTER_HOST):/home/core/kube
0 commit comments