Skip to content

Commit

Permalink
Use latest ruby buildpack for min capi tests
Browse files Browse the repository at this point in the history
- 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 cloudfoundry/cli-ci#10

Co-authored-by: Cristhian Peña <cpena@vmware.com>
  • Loading branch information
2 people authored and a-b committed Aug 25, 2023
1 parent fae9f4a commit 323ed93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 323ed93

Please sign in to comment.