CI: fix build-docker-args task#567
Conversation
This task doesn't have a cess to bosh-linux-stemcell-builder so it needs to read `.ruby-version` from it's own resource. Also add `.ruby-version` to the `bosh-stemcells-ci` resources's paths.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 3 minutes and 0 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the Concourse CI pipeline/task wiring so the build-docker-args task can reliably read the repository’s Ruby version, fixing the missing .ruby-version file error during the docker image build.
Changes:
- Read Ruby version from
${REPO_ROOT}/.ruby-versioninbuild-docker-args.sh(instead of a hardcoded nested repo path). - Update the
bosh-stemcells-cigit resourcepathsfilter to include.ruby-versionso it’s present in the task input.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
ci/tasks/build-docker-args.sh |
Switches Ruby version lookup to the checked-out repo root, avoiding missing nested path. |
ci/pipelines/builder.yml |
Ensures .ruby-version is fetched into the bosh-stemcells-ci resource used by the task. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Pipeline already reconfigured.
Fixes:
^ https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-jammy-builder/jobs/build-os-image-stemcell-builder/builds/47#L69ba6d7d:128