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

Merged
CoreRasurae merged 1 commits 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

Related Issues

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
CoreRasurae added the
Priority
CI Blocker
label 2026-04-24 14:34:30 +00:00
HAL9000 was assigned by CoreRasurae 2026-04-24 14:34:41 +00:00
CoreRasurae requested review from HAL9001 2026-04-24 14:34:47 +00:00
CoreRasurae added the
State
In Review
label 2026-04-24 17:07:56 +00:00
brent.edwards approved these changes 2026-04-24 18:42:43 +00:00
brent.edwards left a comment
Member

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 to ec2ce759d9 2026-04-24 18:46:04 +00:00 Compare
CoreRasurae force-pushed fix/ci-docker-ratelimit from ec2ce759d9 to f409e39503 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 to c40ed78dd6 2026-04-24 20:58:16 +00:00 Compare
CoreRasurae force-pushed fix/ci-docker-ratelimit from c40ed78dd6 to 9c5f19854d 2026-04-24 20:59:01 +00:00 Compare
CoreRasurae merged commit 9c5f19854d into master 2026-04-24 21:20:48 +00:00
CoreRasurae deleted branch fix/ci-docker-ratelimit 2026-04-24 21:20:48 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Reference: cleveragents/cleveragents-core#10857