From ef561358c19edd6cc7a7b7cb59c335ff0d05190c Mon Sep 17 00:00:00 2001 From: AL Berez Date: Wed, 18 Sep 2024 09:20:44 -0700 Subject: [PATCH] Remove redis ops-file (#3215) Newer cf-deployment has valkey so this ops file is now redundant. --- .github/ops-files/replace-redis.yml | 6 ------ .github/workflows/tests-integration-reusable.yml | 1 - 2 files changed, 7 deletions(-) delete mode 100644 .github/ops-files/replace-redis.yml diff --git a/.github/ops-files/replace-redis.yml b/.github/ops-files/replace-redis.yml deleted file mode 100644 index 29657dc4e8..0000000000 --- a/.github/ops-files/replace-redis.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- type: replace - path: /instance_groups/name=api/jobs/name=redis? - value: - name: valkey - release: capi diff --git a/.github/workflows/tests-integration-reusable.yml b/.github/workflows/tests-integration-reusable.yml index b810d9d8b8..f812f95f27 100644 --- a/.github/workflows/tests-integration-reusable.yml +++ b/.github/workflows/tests-integration-reusable.yml @@ -167,7 +167,6 @@ jobs: bosh interpolate /tmp/manifest.yml \ -o cf-deployment/operations/use-internal-lookup-for-route-services.yml \ -o cf-deployment/operations/add-persistent-isolation-segment-diego-cell.yml \ - -o .github/ops-files/replace-redis.yml \ -o .github/ops-files/use-latest-capi.yml \ -o .github/ops-files/add-oidc-provider.yml \ -o .github/ops-files/add-uaa-client-credentials.yml \