diff --git a/.github/ops-files/replace-redis.yml b/.github/ops-files/replace-redis.yml deleted file mode 100644 index 677e09ca8d..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 \ No newline at end of file diff --git a/.github/workflows/tests-integration-reusable.yml b/.github/workflows/tests-integration-reusable.yml index 99fdf33c45..f81acdb428 100644 --- a/.github/workflows/tests-integration-reusable.yml +++ b/.github/workflows/tests-integration-reusable.yml @@ -162,7 +162,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 \