From 3197d65142920750404f894c07324b75b605b0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20D=C4=85browski?= Date: Tue, 21 Jan 2025 10:11:07 +0100 Subject: [PATCH] fix: update k8s manifests version to fix Splunk deployments cleanup in CI (#356) ### Description This fixes a problem with cleaning up Splunk deployments after tests running in CI. The actual fix is in `ta-automation-k8s-manifests` and in this change we're using the fixed version. Example workflows with working cleanups: https://github.com/splunk/splunk-add-on-for-cisco-ucs/actions/runs/12882841443 https://github.com/splunk/splunk-add-on-for-mysql/actions/runs/12882838665 --- .github/workflows/reusable-build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 2e823958..a352efe2 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -39,7 +39,7 @@ on: required: false description: "branch for k8s manifests to run the tests on" type: string - default: "v3.2.0" + default: "fix/v3.2.0-add-indexes.conf" scripted-inputs-os-list: required: false description: "list of OS used for scripted input tests"