mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 19:04:39 +00:00
Remove references to non-existent test files from helm integration test target (#1085)
SUMMARY While preparing the 5.4.2 release, an integration test failure indicated that there are references to non-existent test files in the helm integration test target in the stable-5 branch. This is because the changes from #955 were merged into main and stable-6 but not into stable-5 (which is correct, since it's a minor change) but there are references to those helm test targets in #1039, which got backported to both branches as a bugfix. Reviewed-by: Yuriy Novostavskiy <yuriy@novostavskiy.kyiv.ua> Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
@@ -52,12 +52,6 @@
|
|||||||
- name: Test insecure registry flag feature
|
- name: Test insecure registry flag feature
|
||||||
include_tasks: test_helm_insecure.yml
|
include_tasks: test_helm_insecure.yml
|
||||||
|
|
||||||
- name: Test take ownership flag feature
|
|
||||||
include_tasks: test_helm_take_ownership.yml
|
|
||||||
|
|
||||||
- name: Test helm skip_schema_validation
|
|
||||||
include_tasks: test_skip_schema_validation.yml
|
|
||||||
|
|
||||||
- name: Test helm version
|
- name: Test helm version
|
||||||
include_tasks: test_helm_version.yml
|
include_tasks: test_helm_version.yml
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Test helm reuse_values
|
- name: Test helm reuse_values
|
||||||
vars:
|
vars:
|
||||||
helm_namespace: "{{ test_namespace[14] }}"
|
helm_namespace: "{{ test_namespace[12] }}"
|
||||||
chart_release_values:
|
chart_release_values:
|
||||||
replica:
|
replica:
|
||||||
replicaCount: 3
|
replicaCount: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user