Skip to content

fix(ci): repair docker-compose.dev build gate#22220

Closed
BrianCLong wants to merge 1 commit intomainfrom
fix/compose-dev-build-gate
Closed

fix(ci): repair docker-compose.dev build gate#22220
BrianCLong wants to merge 1 commit intomainfrom
fix/compose-dev-build-gate

Conversation

@BrianCLong
Copy link
Copy Markdown
Owner

Motivation

The fork-side merge queue is blocked by a broken compose/build gate on main and stale slo-exporter service wiring on descendant PR branches.

What changed

  • resolved embedded merge conflict markers in docker-compose.dev.yaml by keeping the HEAD side of the file
  • updated slo-exporter to target server instead of nonexistent api
  • updated slo-exporter API_URL to http://server:4000

Verification

  • validated the resolved file with docker compose -f .tmp-compose-validate.yaml config
  • confirmed all conflict markers were removed from the generated compose file
  • confirmed slo-exporter now references server

Impact

This is the smallest base-branch repair needed before the open PR backlog can be rebased or merged cleanly.

{"agent":"codex","change_type":"patch","affected_paths":["docker-compose.dev.yaml"],"ci_checks":["docker compose config"],"rollback":"revert commit a94884e","post_deploy_watch":"n/a"}

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 29, 2026

Warning

Rate limit exceeded

@BrianCLong has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 40 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 13 minutes and 40 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: CHILL

Plan: Pro

Run ID: 95a23e41-2c14-4cd0-bc6e-3a7277399b18

📥 Commits

Reviewing files that changed from the base of the PR and between 12cad4a and a94884e.

📒 Files selected for processing (1)
  • docker-compose.dev.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/compose-dev-build-gate

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.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request attempts to resolve merge conflicts within the docker-compose.dev.yaml file. However, the resolution process has inadvertently removed critical configuration blocks, including environment variables and service dependencies for summit-nginx, as well as the entire prov-ledger service. These deletions are likely to cause runtime failures and break system-wide dependencies.

I am having trouble creating individual review comments. Click here to see my feedback.

docker-compose.dev.yaml (180-205)

critical

Resolving the merge conflict by keeping the HEAD side has removed the environment and depends_on configuration for the summit-nginx service. This configuration appears to be critical for the service to function correctly, as it removes many environment variables and service dependencies. Its removal will likely lead to runtime failures. It seems this configuration from branch pr-21989 should have been kept.

docker-compose.dev.yaml (233-244)

critical

This change removes the prov-ledger service and Prometheus labels for summit-gateway as part of a merge conflict resolution. Removing an entire service is a major change that will likely break other parts of the system that depend on it. This appears to be an unintended side effect of resolving the conflict by keeping the HEAD version, which was empty in this section.

@BrianCLong
Copy link
Copy Markdown
Owner Author

Readiness note: this PR is the base repair for the broken docker-compose.dev.yaml build gate currently on main. #22205 and #22206 were updated to consume the same compose correction so their checks can run, but both remain DIRTY until this branch-level fix is merged to main. After #22220 lands, refresh those branches against main and re-run the required gates.

@BrianCLong
Copy link
Copy Markdown
Owner Author

Temporarily closing to reduce Actions queue saturation and keep #22241 as the sole active convergence lane. Reopen after the golden-main convergence PR merges if this compose-dev gate repair is still needed.

@BrianCLong BrianCLong closed this Mar 30, 2026
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.

2 participants