Skip to content

Commit

Permalink
address PR review comments and remove unnecessary configuration from …
Browse files Browse the repository at this point in the history
…Canary CR in e2e tests
  • Loading branch information
splkforrest committed Sep 4, 2020
1 parent 7793f0b commit 6c35f76
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 125 deletions.
25 changes: 0 additions & 25 deletions test/e2e-contour-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ spec:
service:
port: 9898
portDiscovery: true
apex:
annotations:
test: "annotations-test"
labels:
test: "labels-test"
headers:
request:
add:
Expand All @@ -116,26 +111,6 @@ spec:
threshold: 15
maxWeight: 30
stepWeight: 10
metrics:
- name: request-success-rate
thresholdRange:
min: 99
interval: 1m
- name: latency
templateRef:
name: latency
namespace: istio-system
thresholdRange:
max: 500
interval: 1m
webhooks:
- name: load-test
url: http://flagger-loadtester.test/
timeout: 5s
metadata:
type: cmd
cmd: "hey -z 10m -q 10 -c 2 http://podinfo.test:9898/"
logCmdOutput: "true"
EOF

echo '>>> Waiting for primary to be ready'
Expand Down
25 changes: 0 additions & 25 deletions test/e2e-gloo-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ spec:
service:
port: 9898
portDiscovery: true
apex:
annotations:
test: "annotations-test"
labels:
test: "labels-test"
headers:
request:
add:
Expand All @@ -119,26 +114,6 @@ spec:
threshold: 15
maxWeight: 30
stepWeight: 10
metrics:
- name: request-success-rate
thresholdRange:
min: 99
interval: 1m
- name: latency
templateRef:
name: latency
namespace: istio-system
thresholdRange:
max: 500
interval: 1m
webhooks:
- name: load-test
url: http://flagger-loadtester.test/
timeout: 5s
metadata:
type: cmd
cmd: "hey -z 10m -q 10 -c 2 http://podinfo.test:9898/"
logCmdOutput: "true"
EOF

echo '>>> Waiting for primary to be ready'
Expand Down
25 changes: 0 additions & 25 deletions test/e2e-istio-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ spec:
service:
port: 9898
portDiscovery: true
apex:
annotations:
test: "annotations-test"
labels:
test: "labels-test"
headers:
request:
add:
Expand All @@ -129,26 +124,6 @@ spec:
threshold: 15
maxWeight: 30
stepWeight: 10
metrics:
- name: request-success-rate
thresholdRange:
min: 99
interval: 1m
- name: latency
templateRef:
name: latency
namespace: istio-system
thresholdRange:
max: 500
interval: 1m
webhooks:
- name: load-test
url: http://flagger-loadtester.test/
timeout: 5s
metadata:
type: cmd
cmd: "hey -z 10m -q 10 -c 2 http://podinfo.test:9898/"
logCmdOutput: "true"
EOF

echo '>>> Waiting for primary to be ready'
Expand Down
25 changes: 0 additions & 25 deletions test/e2e-linkerd-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ spec:
service:
port: 9898
portDiscovery: true
apex:
annotations:
test: "annotations-test"
labels:
test: "labels-test"
headers:
request:
add:
Expand All @@ -131,26 +126,6 @@ spec:
threshold: 15
maxWeight: 30
stepWeight: 10
metrics:
- name: request-success-rate
thresholdRange:
min: 99
interval: 1m
- name: latency
templateRef:
name: latency
namespace: istio-system
thresholdRange:
max: 500
interval: 1m
webhooks:
- name: load-test
url: http://flagger-loadtester.test/
timeout: 5s
metadata:
type: cmd
cmd: "hey -z 10m -q 10 -c 2 http://podinfo.test:9898/"
logCmdOutput: "true"
EOF

echo '>>> Waiting for primary to be ready'
Expand Down
25 changes: 0 additions & 25 deletions test/e2e-nginx-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ spec:
service:
port: 9898
portDiscovery: true
apex:
annotations:
test: "annotations-test"
labels:
test: "labels-test"
headers:
request:
add:
Expand All @@ -155,26 +150,6 @@ spec:
threshold: 15
maxWeight: 30
stepWeight: 10
metrics:
- name: request-success-rate
thresholdRange:
min: 99
interval: 1m
- name: latency
templateRef:
name: latency
namespace: istio-system
thresholdRange:
max: 500
interval: 1m
webhooks:
- name: load-test
url: http://flagger-loadtester.test/
timeout: 5s
metadata:
type: cmd
cmd: "hey -z 10m -q 10 -c 2 http://podinfo.test:9898/"
logCmdOutput: "true"
EOF

echo '>>> Waiting for primary to be ready'
Expand Down

0 comments on commit 6c35f76

Please sign in to comment.