From 9efffe8ecda7cc523dc24125e237c2b6819b52f5 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Wed, 21 Oct 2020 23:04:19 +0500 Subject: [PATCH] Move ix-chart to testing train --- features_capability.json | 4 ---- {charts => test}/ix-chart/2010.0.1/.helmignore | 0 {charts => test}/ix-chart/2010.0.1/Chart.yaml | 0 {charts => test}/ix-chart/2010.0.1/README.md | 0 {charts => test}/ix-chart/2010.0.1/app-readme.md | 0 {charts => test}/ix-chart/2010.0.1/questions.yaml | 0 {charts => test}/ix-chart/2010.0.1/templates/NOTES.txt | 0 {charts => test}/ix-chart/2010.0.1/templates/_containers.tpl | 0 {charts => test}/ix-chart/2010.0.1/templates/_helpers.tpl | 0 {charts => test}/ix-chart/2010.0.1/templates/_networking.tpl | 0 {charts => test}/ix-chart/2010.0.1/templates/_volumes.tpl | 0 {charts => test}/ix-chart/2010.0.1/templates/_workload.tpl | 0 .../ix-chart/2010.0.1/templates/external-interfaces.yaml | 0 {charts => test}/ix-chart/2010.0.1/templates/service.yaml | 0 {charts => test}/ix-chart/2010.0.1/templates/workload.yaml | 0 {charts => test}/ix-chart/2010.0.1/values.yaml | 0 {charts => test}/ix-chart/item.yaml | 0 17 files changed, 4 deletions(-) rename {charts => test}/ix-chart/2010.0.1/.helmignore (100%) rename {charts => test}/ix-chart/2010.0.1/Chart.yaml (100%) rename {charts => test}/ix-chart/2010.0.1/README.md (100%) rename {charts => test}/ix-chart/2010.0.1/app-readme.md (100%) rename {charts => test}/ix-chart/2010.0.1/questions.yaml (100%) rename {charts => test}/ix-chart/2010.0.1/templates/NOTES.txt (100%) rename {charts => test}/ix-chart/2010.0.1/templates/_containers.tpl (100%) rename {charts => test}/ix-chart/2010.0.1/templates/_helpers.tpl (100%) rename {charts => test}/ix-chart/2010.0.1/templates/_networking.tpl (100%) rename {charts => test}/ix-chart/2010.0.1/templates/_volumes.tpl (100%) rename {charts => test}/ix-chart/2010.0.1/templates/_workload.tpl (100%) rename {charts => test}/ix-chart/2010.0.1/templates/external-interfaces.yaml (100%) rename {charts => test}/ix-chart/2010.0.1/templates/service.yaml (100%) rename {charts => test}/ix-chart/2010.0.1/templates/workload.yaml (100%) rename {charts => test}/ix-chart/2010.0.1/values.yaml (100%) rename {charts => test}/ix-chart/item.yaml (100%) diff --git a/features_capability.json b/features_capability.json index 0cc0a8c861f..96526c85a08 100644 --- a/features_capability.json +++ b/features_capability.json @@ -14,9 +14,5 @@ "definitions/gpuConfiguration": { "stable": {"min": "20.12-ALPHA"}, "nightlies": {"min": "20.10-MASTER-somever"} - }, - "validations/persistentVolumeClaims": { - "stable": {"min": "20.12-ALPHA"}, - "nightlies": {"min": "20.10-MASTER-somever"} } } \ No newline at end of file diff --git a/charts/ix-chart/2010.0.1/.helmignore b/test/ix-chart/2010.0.1/.helmignore similarity index 100% rename from charts/ix-chart/2010.0.1/.helmignore rename to test/ix-chart/2010.0.1/.helmignore diff --git a/charts/ix-chart/2010.0.1/Chart.yaml b/test/ix-chart/2010.0.1/Chart.yaml similarity index 100% rename from charts/ix-chart/2010.0.1/Chart.yaml rename to test/ix-chart/2010.0.1/Chart.yaml diff --git a/charts/ix-chart/2010.0.1/README.md b/test/ix-chart/2010.0.1/README.md similarity index 100% rename from charts/ix-chart/2010.0.1/README.md rename to test/ix-chart/2010.0.1/README.md diff --git a/charts/ix-chart/2010.0.1/app-readme.md b/test/ix-chart/2010.0.1/app-readme.md similarity index 100% rename from charts/ix-chart/2010.0.1/app-readme.md rename to test/ix-chart/2010.0.1/app-readme.md diff --git a/charts/ix-chart/2010.0.1/questions.yaml b/test/ix-chart/2010.0.1/questions.yaml similarity index 100% rename from charts/ix-chart/2010.0.1/questions.yaml rename to test/ix-chart/2010.0.1/questions.yaml diff --git a/charts/ix-chart/2010.0.1/templates/NOTES.txt b/test/ix-chart/2010.0.1/templates/NOTES.txt similarity index 100% rename from charts/ix-chart/2010.0.1/templates/NOTES.txt rename to test/ix-chart/2010.0.1/templates/NOTES.txt diff --git a/charts/ix-chart/2010.0.1/templates/_containers.tpl b/test/ix-chart/2010.0.1/templates/_containers.tpl similarity index 100% rename from charts/ix-chart/2010.0.1/templates/_containers.tpl rename to test/ix-chart/2010.0.1/templates/_containers.tpl diff --git a/charts/ix-chart/2010.0.1/templates/_helpers.tpl b/test/ix-chart/2010.0.1/templates/_helpers.tpl similarity index 100% rename from charts/ix-chart/2010.0.1/templates/_helpers.tpl rename to test/ix-chart/2010.0.1/templates/_helpers.tpl diff --git a/charts/ix-chart/2010.0.1/templates/_networking.tpl b/test/ix-chart/2010.0.1/templates/_networking.tpl similarity index 100% rename from charts/ix-chart/2010.0.1/templates/_networking.tpl rename to test/ix-chart/2010.0.1/templates/_networking.tpl diff --git a/charts/ix-chart/2010.0.1/templates/_volumes.tpl b/test/ix-chart/2010.0.1/templates/_volumes.tpl similarity index 100% rename from charts/ix-chart/2010.0.1/templates/_volumes.tpl rename to test/ix-chart/2010.0.1/templates/_volumes.tpl diff --git a/charts/ix-chart/2010.0.1/templates/_workload.tpl b/test/ix-chart/2010.0.1/templates/_workload.tpl similarity index 100% rename from charts/ix-chart/2010.0.1/templates/_workload.tpl rename to test/ix-chart/2010.0.1/templates/_workload.tpl diff --git a/charts/ix-chart/2010.0.1/templates/external-interfaces.yaml b/test/ix-chart/2010.0.1/templates/external-interfaces.yaml similarity index 100% rename from charts/ix-chart/2010.0.1/templates/external-interfaces.yaml rename to test/ix-chart/2010.0.1/templates/external-interfaces.yaml diff --git a/charts/ix-chart/2010.0.1/templates/service.yaml b/test/ix-chart/2010.0.1/templates/service.yaml similarity index 100% rename from charts/ix-chart/2010.0.1/templates/service.yaml rename to test/ix-chart/2010.0.1/templates/service.yaml diff --git a/charts/ix-chart/2010.0.1/templates/workload.yaml b/test/ix-chart/2010.0.1/templates/workload.yaml similarity index 100% rename from charts/ix-chart/2010.0.1/templates/workload.yaml rename to test/ix-chart/2010.0.1/templates/workload.yaml diff --git a/charts/ix-chart/2010.0.1/values.yaml b/test/ix-chart/2010.0.1/values.yaml similarity index 100% rename from charts/ix-chart/2010.0.1/values.yaml rename to test/ix-chart/2010.0.1/values.yaml diff --git a/charts/ix-chart/item.yaml b/test/ix-chart/item.yaml similarity index 100% rename from charts/ix-chart/item.yaml rename to test/ix-chart/item.yaml