Skip to content

Commit 9348cb9

Browse files
committed
fix ci
1 parent 4ec195f commit 9348cb9

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.ci/tests/integration/e2e.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ setup:
2424
label-selector: app=cert-manager
2525
for: condition=Ready
2626

27+
- name: setup vpa
28+
command: |
29+
helm repo add cowboysysop https://cowboysysop.github.io/charts/
30+
helm repo update
31+
helm install vpa cowboysysop/vertical-pod-autoscaler --version 6.0.3
32+
wait:
33+
- namespace: default
34+
resource: pod
35+
label-selector: app.kubernetes.io/name=vertical-pod-autoscaler
36+
for: condition=Ready
37+
2738
- name: install function-mesh operator
2839
command: |
2940
make generate
@@ -38,16 +49,6 @@ setup:
3849
label-selector: app.kubernetes.io/name=function-mesh-operator
3950
for: condition=Ready
4051

41-
- name: setup vpa
42-
command: |
43-
helm repo add cowboysysop https://cowboysysop.github.io/charts/
44-
helm repo update
45-
helm install vpa cowboysysop/vertical-pod-autoscaler --version 6.0.3
46-
wait:
47-
- namespace: default
48-
resource: pod
49-
label-selector: app.kubernetes.io/name=vertical-pod-autoscaler
50-
for: condition=Ready
5152

5253
- name: install pulsar cluster
5354
command: |

.ci/tests/integration/e2e_with_tls.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ setup:
4242
command: |
4343
kubectl create -n ${FUNCTION_MESH_NAMESPACE} -f .ci/clusters/global_backend_config.yaml
4444
45-
46-
4745
- name: install pulsar cluster
4846
command: |
4947
helm repo add streamnative https://charts.streamnative.io

0 commit comments

Comments
 (0)