File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
4 . rebuild e2e test and run e2e tests in ` foo ` namespace
41
41
```
42
42
rm -f build/e2e; make build/e2e
43
- CLUSTER_DOMAIN=example.org CLUSTER_NAME=example E2E_NAMESPACE=foo CONTROLLER_ID=foo KUBECONFIG=$HOME/.kube/config ./build/e2e -test.v #-test.run=TestTrafficSwitch
43
+ CLUSTER_DOMAIN=stups-test.zalan.do CLUSTER_NAME=example E2E_NAMESPACE=foo CONTROLLER_ID=foo KUBECONFIG=$HOME/.kube/config ./build/e2e -test.v #-test.run=TestTrafficSwitch
44
44
```
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pipeline:
55
55
- name : CONTROLLER_ID
56
56
value : " #{CDP_BUILD_VERSION}"
57
57
- name : CLUSTER_DOMAIN
58
- value : ingress.cluster.local
58
+ value : stups-test.zalan.do
59
59
end2end_tests :
60
60
metadata :
61
61
name : e2e
@@ -72,7 +72,7 @@ pipeline:
72
72
- name : " CONTROLLER_ID"
73
73
value : " #{CDP_BUILD_VERSION}"
74
74
- name : CLUSTER_DOMAIN
75
- value : ingress.cluster.local
75
+ value : stups-test.zalan.do
76
76
- name : " E2E_NAMESPACE"
77
77
valueFrom :
78
78
fieldRef :
You can’t perform that action at this time.
0 commit comments