From 735a4b30c4ce987cc3e1ab69c0a245039a0686f8 Mon Sep 17 00:00:00 2001 From: D067386 Date: Fri, 24 Jan 2025 11:42:09 +0100 Subject: [PATCH] Enable CF API v2 to fix integration tests (API v2 End of Life) [v7] --- .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 \