Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest ruby buildpack v7 #2518

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use latest ruby buildpack for min capi tests
- 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
moleske and Cristhian Peña committed Aug 25, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit c2ced6851a1255af32ae63e8272bd0bf910cab8f
4 changes: 3 additions & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
@@ -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