From ba3187732514e8d4f82d84a44d790b7141766c9f Mon Sep 17 00:00:00 2001 From: Anuj Chaudhari Date: Wed, 11 Feb 2026 11:20:06 -0800 Subject: [PATCH] Fix pipeline when USE_LATEST_CAPI=true is used - Remove stemcell field from CAPI release in use-latest-capi.yml ops file - Remove unused jumpbox private key extraction in create-bosh-lite workflow These changes resolve deployment issues when using the latest CAPI release by ensuring the ops file properly removes conflicting release metadata. --- .github/ops-files/use-latest-capi.yml | 3 +++ .github/workflows/create-bosh-lite.yml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ops-files/use-latest-capi.yml b/.github/ops-files/use-latest-capi.yml index 216b9df70c0..b3be019b1cf 100644 --- a/.github/ops-files/use-latest-capi.yml +++ b/.github/ops-files/use-latest-capi.yml @@ -8,3 +8,6 @@ - type: remove path: /releases/name=capi/sha1? + +- type: remove + path: /releases/name=capi/stemcell? diff --git a/.github/workflows/create-bosh-lite.yml b/.github/workflows/create-bosh-lite.yml index ad91ccb4a8c..43c10e5e1dc 100644 --- a/.github/workflows/create-bosh-lite.yml +++ b/.github/workflows/create-bosh-lite.yml @@ -124,8 +124,6 @@ jobs: cd $env_name/bbl-state eval "$(bbl print-env --shell-type posix)" - jq -r .bosh.jumpbox_private_key metadata.json > /tmp/${env_name}.priv - bosh upload-release "https://bosh.io/d/github.com/cloudfoundry/capi-release?v=$capi_release_version" - name: Deploy cf run: |