From 4fafb599f1d35f1ebe8b4b1a0369dc4aa930e7bd Mon Sep 17 00:00:00 2001 From: Daria <66593181+Dariquest@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:52:17 +0100 Subject: [PATCH] Enable CF API v2 to fix integration tests (API v2 End of Life) [v7] (#3376) --- .github/workflows/tests-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 14a9ca2dfab..3694e3fb1e9 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -177,6 +177,7 @@ jobs: # deploy bosh -d cf manifest > /tmp/manifest.yml bosh interpolate /tmp/manifest.yml \ + -o cf-deployment/operations/enable-v2-api.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/use-latest-capi.yml \