Skip to content

Commit 2b438e5

Browse files
committed
remove cloud speific templates from comparision
Signed-off-by: kunal-511 <[email protected]>
1 parent cd35b6d commit 2b438e5

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

tests/helm_kustomize_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def get_expected_helm_extras(component: str, scenario: str) -> set:
276276

277277
# These get extra resources from the subchart dependency
278278
argo_subchart_scenarios = [
279-
'dev', 'aws', 'gcp', 'azure',
279+
'dev',
280280
'platform-agnostic-multi-user-emissary',
281281
'platform-agnostic-multi-user',
282282
'platform-agnostic-multi-user-legacy',

tests/helm_kustomize_compare.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ case "$COMPONENT" in
164164

165165
declare -A KUSTOMIZE_PATHS=(
166166
["platform-agnostic"]="$MANIFESTS_DIR/env/platform-agnostic"
167-
["aws"]="$MANIFESTS_DIR/env/aws"
168-
["gcp"]="$MANIFESTS_DIR/env/gcp"
169-
["azure"]="$MANIFESTS_DIR/env/azure"
170167
["multi-user"]="$MANIFESTS_DIR/base/installs/multi-user"
171168
["generic"]="$MANIFESTS_DIR/base/installs/generic"
172169
["dev"]="$MANIFESTS_DIR/env/dev"
@@ -181,9 +178,6 @@ case "$COMPONENT" in
181178

182179
declare -A HELM_VALUES=(
183180
["platform-agnostic"]="$CHART_DIR/ci/values-platform-agnostic-enhanced.yaml"
184-
["aws"]="$CHART_DIR/ci/values-aws-enhanced.yaml"
185-
["gcp"]="$CHART_DIR/ci/values-gcp-enhanced.yaml"
186-
["azure"]="$CHART_DIR/ci/values-azure-enhanced.yaml"
187181
["multi-user"]="$CHART_DIR/ci/values-multi-user-enhanced.yaml"
188182
["generic"]="$CHART_DIR/ci/values-generic.yaml"
189183
["dev"]="$CHART_DIR/ci/values-dev-enhanced.yaml"
@@ -198,9 +192,6 @@ case "$COMPONENT" in
198192

199193
declare -A NAMESPACES=(
200194
["platform-agnostic"]="kubeflow"
201-
["aws"]="kubeflow"
202-
["gcp"]="kubeflow"
203-
["azure"]="kubeflow"
204195
["multi-user"]="kubeflow"
205196
["generic"]="kubeflow"
206197
["dev"]="kubeflow"

tests/helm_kustomize_compare_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare -A COMPONENT_SCENARIOS=(
1313
["model-registry"]="base overlay-postgres overlay-db controller-manager controller-rbac controller-default controller-prometheus controller-network-policy ui-base ui-standalone ui-integrated ui-istio istio csi"
1414
["kserve-models-web-app"]="base kubeflow"
1515
["notebook-controller"]="base kubeflow standalone"
16-
["pipelines"]="platform-agnostic aws gcp azure multi-user generic dev plain plain-multi-user platform-agnostic-emissary platform-agnostic-multi-user platform-agnostic-multi-user-emissary platform-agnostic-multi-user-legacy platform-agnostic-postgresql"
16+
["pipelines"]="platform-agnostic multi-user generic dev plain plain-multi-user platform-agnostic-emissary platform-agnostic-multi-user platform-agnostic-multi-user-emissary platform-agnostic-multi-user-legacy platform-agnostic-postgresql"
1717
)
1818

1919
test_component() {

0 commit comments

Comments
 (0)