ci(docker): Ensure CI uses CT docker proxy to workaround Docker ratelimit issues #10857

Merged
CoreRasurae merged 1 commit from fix/ci-docker-ratelimit into master 2026-04-24 21:20:48 +00:00
Member

Description

Workaround for the CI, to avoid docker ratelimit issues and associated CI failures.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)
  • Documentation update
  • Test improvements
  • [ X] CI/CD changes

Quality Checklist

  • Code follows the project's coding standards (see CONTRIBUTING.md)
  • All public/protected methods have argument validation
  • Static typing is complete (no Any unless justified)
  • nox -s typecheck passes with no errors
  • nox -s lint passes with no errors
  • Unit tests written/updated (Behave scenarios in features/)
  • Integration tests written/updated (Robot suites in robot/) if applicable
  • Coverage remains above 85% (nox -s coverage_report)
  • No security issues introduced (nox -s security_scan)
  • No dead code introduced (nox -s dead_code)
  • Documentation updated if behavior changed

Testing

Let the CI run

Test Commands Run

nox -s unit_tests       # Behave tests
nox -s typecheck        # Type checking
nox -s lint             # Linting
nox -s coverage_report  # Coverage

Closes: #10856

Implementation Notes

Fixes the CI

## Description Workaround for the CI, to avoid docker ratelimit issues and associated CI failures. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactoring (no functional changes) - [ ] Documentation update - [ ] Test improvements - [ X] CI/CD changes ## Quality Checklist - [ ] Code follows the project's coding standards (see CONTRIBUTING.md) - [ ] All public/protected methods have argument validation - [ ] Static typing is complete (no `Any` unless justified) - [ ] `nox -s typecheck` passes with no errors - [ ] `nox -s lint` passes with no errors - [ ] Unit tests written/updated (Behave scenarios in `features/`) - [ ] Integration tests written/updated (Robot suites in `robot/`) if applicable - [ ] Coverage remains above 85% (`nox -s coverage_report`) - [ ] No security issues introduced (`nox -s security_scan`) - [ ] No dead code introduced (`nox -s dead_code`) - [ ] Documentation updated if behavior changed ## Testing Let the CI run ### Test Commands Run ```bash nox -s unit_tests # Behave tests nox -s typecheck # Type checking nox -s lint # Linting nox -s coverage_report # Coverage ``` ## Related Issues Closes: #10856 ## Implementation Notes Fixes the CI
CoreRasurae added this to the v3.2.0 milestone 2026-04-24 14:34:22 +00:00
brent.edwards left a comment

Approved!

Approved!
CoreRasurae scheduled this pull request to auto merge when all checks succeed 2026-04-24 18:45:49 +00:00
CoreRasurae force-pushed fix/ci-docker-ratelimit from e8d345b1c3
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 50s
CI / quality (pull_request) Successful in 1m0s
CI / typecheck (pull_request) Successful in 1m20s
CI / security (pull_request) Successful in 1m18s
CI / build (pull_request) Successful in 40s
CI / push-validation (pull_request) Successful in 37s
CI / helm (pull_request) Successful in 39s
CI / integration_tests (pull_request) Successful in 5m0s
CI / e2e_tests (pull_request) Successful in 5m29s
CI / unit_tests (pull_request) Successful in 6m8s
CI / docker (pull_request) Successful in 2m2s
CI / coverage (pull_request) Successful in 14m26s
CI / status-check (pull_request) Successful in 3s
CI / benchmark-regression (pull_request) Successful in 1h4m53s
to ec2ce759d9
Some checks failed
CI / benchmark-regression (pull_request) Waiting to run
CI / benchmark-publish (pull_request) Waiting to run
CI / push-validation (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 32s
CI / build (pull_request) Successful in 55s
CI / lint (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m13s
CI / integration_tests (pull_request) Has been cancelled
CI / e2e_tests (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / coverage (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
CI / security (pull_request) Has been cancelled
CI / unit_tests (pull_request) Has been cancelled
2026-04-24 18:46:04 +00:00
Compare
CoreRasurae force-pushed fix/ci-docker-ratelimit from ec2ce759d9
Some checks failed
CI / benchmark-regression (pull_request) Waiting to run
CI / benchmark-publish (pull_request) Waiting to run
CI / push-validation (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 32s
CI / build (pull_request) Successful in 55s
CI / lint (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m13s
CI / integration_tests (pull_request) Has been cancelled
CI / e2e_tests (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / coverage (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
CI / security (pull_request) Has been cancelled
CI / unit_tests (pull_request) Has been cancelled
to f409e39503
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 47s
CI / helm (pull_request) Successful in 31s
CI / typecheck (pull_request) Successful in 1m25s
CI / quality (pull_request) Successful in 1m1s
CI / push-validation (pull_request) Successful in 43s
CI / build (pull_request) Successful in 46s
CI / security (pull_request) Successful in 1m27s
CI / e2e_tests (pull_request) Successful in 3m46s
CI / integration_tests (pull_request) Successful in 4m29s
CI / coverage (pull_request) Successful in 14m19s
CI / benchmark-regression (pull_request) Successful in 1h4m30s
CI / unit_tests (pull_request) Successful in 4m18s
CI / docker (pull_request) Successful in 1m31s
CI / status-check (pull_request) Successful in 3s
2026-04-24 18:47:26 +00:00
Compare
CoreRasurae scheduled this pull request to auto merge when all checks succeed 2026-04-24 20:55:10 +00:00
HAL9000 force-pushed fix/ci-docker-ratelimit from f409e39503
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 47s
CI / helm (pull_request) Successful in 31s
CI / typecheck (pull_request) Successful in 1m25s
CI / quality (pull_request) Successful in 1m1s
CI / push-validation (pull_request) Successful in 43s
CI / build (pull_request) Successful in 46s
CI / security (pull_request) Successful in 1m27s
CI / e2e_tests (pull_request) Successful in 3m46s
CI / integration_tests (pull_request) Successful in 4m29s
CI / coverage (pull_request) Successful in 14m19s
CI / benchmark-regression (pull_request) Successful in 1h4m30s
CI / unit_tests (pull_request) Successful in 4m18s
CI / docker (pull_request) Successful in 1m31s
CI / status-check (pull_request) Successful in 3s
to c40ed78dd6
Some checks are pending
CI / coverage (pull_request) Blocked by required conditions
CI / docker (pull_request) Blocked by required conditions
CI / push-validation (pull_request) Waiting to run
CI / status-check (pull_request) Blocked by required conditions
CI / benchmark-publish (pull_request) Waiting to run
CI / lint (pull_request) Has started running
CI / typecheck (pull_request) Has started running
CI / security (pull_request) Has started running
CI / benchmark-regression (pull_request) Has started running
CI / quality (pull_request) Has started running
CI / unit_tests (pull_request) Has started running
CI / integration_tests (pull_request) Has started running
CI / e2e_tests (pull_request) Has started running
CI / build (pull_request) Has started running
CI / helm (pull_request) Has started running
2026-04-24 20:58:16 +00:00
Compare
CoreRasurae force-pushed fix/ci-docker-ratelimit from c40ed78dd6
Some checks are pending
CI / coverage (pull_request) Blocked by required conditions
CI / docker (pull_request) Blocked by required conditions
CI / push-validation (pull_request) Waiting to run
CI / status-check (pull_request) Blocked by required conditions
CI / benchmark-publish (pull_request) Waiting to run
CI / lint (pull_request) Has started running
CI / typecheck (pull_request) Has started running
CI / security (pull_request) Has started running
CI / benchmark-regression (pull_request) Has started running
CI / quality (pull_request) Has started running
CI / unit_tests (pull_request) Has started running
CI / integration_tests (pull_request) Has started running
CI / e2e_tests (pull_request) Has started running
CI / build (pull_request) Has started running
CI / helm (pull_request) Has started running
to 9c5f19854d
Some checks are pending
CI / push-validation (push) Successful in 26s
CI / helm (push) Successful in 33s
CI / build (push) Successful in 1m18s
CI / lint (push) Successful in 1m24s
CI / quality (push) Successful in 1m38s
CI / benchmark-regression (push) Has been skipped
CI / typecheck (push) Successful in 2m3s
CI / security (push) Successful in 2m5s
CI / benchmark-publish (push) Has started running
CI / e2e_tests (push) Successful in 4m33s
CI / unit_tests (push) Successful in 5m24s
CI / integration_tests (push) Successful in 5m37s
CI / docker (push) Successful in 1m34s
CI / coverage (push) Successful in 11m4s
CI / status-check (push) Successful in 4s
CI / push-validation (pull_request) Successful in 24s
CI / helm (pull_request) Successful in 29s
CI / build (pull_request) Successful in 53s
CI / lint (pull_request) Successful in 57s
CI / quality (pull_request) Successful in 1m15s
CI / typecheck (pull_request) Successful in 1m29s
CI / security (pull_request) Successful in 1m29s
CI / integration_tests (pull_request) Successful in 3m24s
CI / e2e_tests (pull_request) Successful in 3m53s
CI / benchmark-publish (pull_request) Has been skipped
CI / unit_tests (pull_request) Successful in 6m5s
CI / docker (pull_request) Successful in 1m29s
CI / coverage (pull_request) Successful in 11m7s
CI / status-check (pull_request) Successful in 3s
CI / benchmark-regression (pull_request) Successful in 1h10m43s
2026-04-24 20:59:01 +00:00
Compare
CoreRasurae deleted branch fix/ci-docker-ratelimit 2026-04-24 21:20:48 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
cleveragents/cleveragents-core!10857
No description provided.