Skip to content

Commit 39776d0

Browse files
committed
test
1 parent ed5b612 commit 39776d0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-test-push-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ jobs:
269269
uses: loft-sh/setup-vcluster@main
270270
- name: Create Virtual Cluster
271271
run: vcluster create ${TEST_VCLUSTER_NAME}
272-
- name: install metric server
273-
run: |
274-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
272+
# - name: install metric server
273+
# run: |
274+
# kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
275275
- name: install k8s dashboard
276276
run: |
277277
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/int-test-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ jobs:
166166
uses: loft-sh/setup-vcluster@main
167167
- name: Create Virtual Cluster
168168
run: vcluster create ${TEST_VCLUSTER_NAME}
169-
- name: install metric server
170-
run: |
171-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
169+
# - name: install metric server
170+
# run: |
171+
# kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
172172
- name: install k8s dashboard
173173
run: |
174174
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

test/testenv/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (d *Deployment) Teardown() error {
145145
}
146146
}
147147
d.testenv.Log.Info("deployment deleted.\n", "name", d.name)
148-
return nil
148+
return cleanupErr
149149
}
150150

151151
// DeployStandalone deploys a standalone splunk enterprise instance on the specified testenv

0 commit comments

Comments
 (0)