From 323ed930178d5036423947f051fce55f7975d736 Mon Sep 17 00:00:00 2001 From: "M. Oleske" Date: Fri, 25 Aug 2023 11:05:43 -0700 Subject: [PATCH] Use latest ruby buildpack for min capi tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - the old cf-d being used deploys a really old ruby-buildpack that doesn't have ruby 3 - this brings in latest ruby-buildpack - requires this pr to be merged https://github.com/cloudfoundry/cli-ci/pull/10 Co-authored-by: Cristhian Peña --- .github/workflows/tests-integration-reusable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-integration-reusable.yml b/.github/workflows/tests-integration-reusable.yml index 1b1806ceb2..f1c0d46f6e 100644 --- a/.github/workflows/tests-integration-reusable.yml +++ b/.github/workflows/tests-integration-reusable.yml @@ -185,6 +185,7 @@ jobs: cp cli-ci/ci/infrastructure/operations/add-oidc-provider.yml ops-files/ cp cli-ci/ci/infrastructure/operations/add-uaa-client-credentials.yml ops-files/ cp cli-ci/ci/infrastructure/operations/diego-cell-instances.yml ops-files/ + cp cli-ci/ci/infrastructure/operations/use-latest-ruby-buildpack.yml ops-files/ # Deletes CF-D eval "$(bbl print-env --metadata-file metadata.json)" @@ -215,7 +216,8 @@ jobs: export OPS_FILES="add-persistent-isolation-segment-diego-cell.yml \ add-uaa-client-credentials.yml \ diego-cell-instances.yml \ - add-oidc-provider.yml" + add-oidc-provider.yml \ + use-latest-ruby-buildpack.yml" ./cf-deployment-concourse-tasks/bosh-deploy/task - name: Set Up Go