mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
remove e2e tests from helm github action
This commit is contained in:
7
.github/workflows/helm.yaml
vendored
7
.github/workflows/helm.yaml
vendored
@@ -60,10 +60,3 @@ jobs:
|
|||||||
# helm-extra-set-args only available after ct 3.6.0
|
# helm-extra-set-args only available after ct 3.6.0
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config=.github/ci/ct.yaml --helm-extra-set-args='--set=kind=Deployment'
|
run: ct install --config=.github/ci/ct.yaml --helm-extra-set-args='--set=kind=Deployment'
|
||||||
|
|
||||||
- name: E2E after chart install
|
|
||||||
env:
|
|
||||||
KUBERNETES_VERSION: "v1.26.0"
|
|
||||||
KIND_E2E: true
|
|
||||||
SKIP_INSTALL: true
|
|
||||||
run: make test-e2e
|
|
||||||
|
|||||||
Reference in New Issue
Block a user