ci: Use docker-benchmark runner for benchmark-regression jon #1082

Merged
salcedo merged 1 commit from ci/fix-ci into master 2026-03-20 18:10:27 +00:00
Member

Job takes longes and uses a dedicated runner

ISSUES CLOSED: #1081

Description

Type of Change

  • [X ] CI/CD changes

Quality Checklist

  • [X ] 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

Wait for the CI to run and checked that CI job benchmark-regression ran till the end and verified that it utilized the docker-benchmark runner.

Test Commands Run

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

Closes #1081

Implementation Notes

CI conifiguration changes only.

Job takes longes and uses a dedicated runner ISSUES CLOSED: #1081 ## Description ## Type of Change - [X ] CI/CD changes ## Quality Checklist - [X ] Code follows the project's coding standards (see CONTRIBUTING.md) - [X] All public/protected methods have argument validation - [X] Static typing is complete (no `Any` unless justified) - [X] `nox -s typecheck` passes with no errors - [X] `nox -s lint` passes with no errors - [X] Unit tests written/updated (Behave scenarios in `features/`) - [X] Integration tests written/updated (Robot suites in `robot/`) if applicable - [X] Coverage remains above 85% (`nox -s coverage_report`) - [X] No security issues introduced (`nox -s security_scan`) - [X] No dead code introduced (`nox -s dead_code`) - [X] Documentation updated if behavior changed ## Testing Wait for the CI to run and checked that CI job benchmark-regression ran till the end and verified that it utilized the docker-benchmark runner. ### 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 #1081 ## Implementation Notes CI conifiguration changes only.
ci: Use docker-benchmark runner for benchmark-regression jon
All checks were successful
CI / lint (pull_request) Successful in 33s
CI / typecheck (pull_request) Successful in 1m2s
CI / security (pull_request) Successful in 45s
CI / benchmark-publish (pull_request) Has been skipped
CI / quality (pull_request) Successful in 29s
CI / build (pull_request) Successful in 33s
CI / unit_tests (pull_request) Successful in 4m0s
CI / integration_tests (pull_request) Successful in 4m15s
CI / e2e_tests (pull_request) Successful in 5m41s
CI / docker (pull_request) Successful in 1m8s
CI / coverage (pull_request) Successful in 8m27s
CI / benchmark-regression (pull_request) Successful in 35m57s
2809b72b48
Job takes longes and uses a dedicated runner

ISSUES CLOSED: #1081
CoreRasurae added this to the v3.2.0 milestone 2026-03-20 17:28:16 +00:00
salcedo approved these changes 2026-03-20 18:03:42 +00:00
CoreRasurae scheduled this pull request to auto merge when all checks succeed 2026-03-20 18:07:18 +00:00
salcedo merged commit b153e4a0fc into master 2026-03-20 18:10:27 +00:00
salcedo deleted branch ci/fix-ci 2026-03-20 18:10:27 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 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!1082
No description provided.