Skip to content

CI: fix build-docker-args task#567

Merged
aramprice merged 2 commits into
ubuntu-jammyfrom
fix-build-docker-args
Apr 20, 2026
Merged

CI: fix build-docker-args task#567
aramprice merged 2 commits into
ubuntu-jammyfrom
fix-build-docker-args

Conversation

@aramprice

Copy link
Copy Markdown
Member

Pipeline already reconfigured.

Fixes:

cat: /tmp/build/9ff7fd89/bosh-linux-stemcell-builder/.ruby-version: No such file or directory

^ https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/ubuntu-jammy-builder/jobs/build-os-image-stemcell-builder/builds/47#L69ba6d7d:128

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.
Copilot AI review requested due to automatic review settings April 20, 2026 19:48
@coderabbitai

coderabbitai Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@aramprice has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 0 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c30712af-f592-40cb-8361-ba7cb7e9b427

📥 Commits

Reviewing files that changed from the base of the PR and between b62f580 and 506c962.

📒 Files selected for processing (3)
  • ci/pipelines/builder.yml
  • ci/pipelines/vars.yml
  • ci/tasks/build-docker-args.sh
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-build-docker-args

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

KauzClay
KauzClay previously approved these changes Apr 20, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-version in build-docker-args.sh (instead of a hardcoded nested repo path).
  • Update the bosh-stemcells-ci git resource paths filter to include .ruby-version so 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.

@aramprice aramprice merged commit 0363125 into ubuntu-jammy Apr 20, 2026
12 checks passed
@aramprice aramprice deleted the fix-build-docker-args branch April 20, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants