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 \