1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

introduce ct for local helm install test

This commit is contained in:
Lucas Severo Alves
2022-08-10 17:59:48 +02:00
parent ccfaeb2275
commit ba85e794b2
6 changed files with 15 additions and 81 deletions

View File

@@ -49,8 +49,7 @@ jobs:
# Need a multi node cluster so descheduler runs until evictions
- name: Create multi node Kind cluster
run: |
kind create cluster --name kind --config ./hack/kind_config.yaml --wait 2m
run: make kind-multi-node
# helm-extra-set-args only available after ct 3.6.0
- name: Run chart-testing (install)