From df71e391779d6c78440caaa63eaacd683e9ca778 Mon Sep 17 00:00:00 2001 From: Shwetha Gururaj Date: Tue, 28 Jan 2025 11:39:09 -0500 Subject: [PATCH] Use enable v2 api ops file from cf-deployment main branch --- .github/workflows/tests-integration.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 373f70db355..98c1649bcb6 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -257,6 +257,14 @@ jobs: path: cf-deployment ref: ${{steps.claim.outputs.cf_deployment_version}} + - name: Checkout cf-deployment-main + if: ${{ (inputs.lease_id == '') || (inputs.reinstall_cfd == true) }} + uses: actions/checkout@v4 + with: + repository: cloudfoundry/cf-deployment + path: cf-deployment-main + ref: main + - name: Deploy Isolation Segment and OIDC Provider if: ${{ (inputs.lease_id == '') || (inputs.reinstall_cfd == true) }} run: | @@ -266,7 +274,7 @@ jobs: bosh -d cf manifest > /tmp/manifest.yml bosh interpolate /tmp/manifest.yml \ - -o cf-deployment/operations/enable-v2-api.yml \ + -o cf-deployment-main/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 \