DEVX-147: Increase CI scale factor to 6 for slower runners #238

Merged
emo merged 2 commits from DEVX-147-increase-ci-scale-factor-6 into master 2026-08-03 21:51:44 +00:00
Member

Problem

The infra repo's CI runner took 83.30s for 3085 tests (vs 4.62s local = 18x slower). The previous CI_SCALE_FACTOR of 4 gave a 72s budget (18*4), which was insufficient.

Solution

Increase CI_SCALE_FACTOR default from 4 to 6, giving a 108s budget for the infra repo's --max-seconds 18 setting. This provides adequate headroom for the slowest CI runners.

Closes DEVX-147

## Problem The infra repo's CI runner took 83.30s for 3085 tests (vs 4.62s local = 18x slower). The previous CI_SCALE_FACTOR of 4 gave a 72s budget (18*4), which was insufficient. ## Solution Increase CI_SCALE_FACTOR default from 4 to 6, giving a 108s budget for the infra repo's `--max-seconds 18` setting. This provides adequate headroom for the slowest CI runners. Closes DEVX-147
kireto added 2 commits 2026-08-03 21:49:21 +00:00
The infra repo's CI runner took 83.30s for 3085 tests (vs 4.62s
local = 18x slower). The previous factor of 4 gave 72s budget
(18*4), which was insufficient. Factor 6 gives 108s budget,
providing adequate headroom for the slowest CI runners.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
chore: remove accidentally committed vale styles
CI / validate (pull_request) Successful in 2m4s
CI / auto-merge (pull_request) Successful in 20s
52aa10419f
emo reviewed 2026-08-03 21:51:20 +00:00
emo left a comment
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: WARNING — source files changed but no docs updated
  • Tests: WARNING — source files changed but no test files updated
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: WARNING — source files changed but no docs updated - Tests: WARNING — source files changed but no test files updated - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil approved these changes 2026-08-03 21:51:41 +00:00
emil left a comment
Owner

Auto-approved: all CI checks passed (validate job).

Auto-approved: all CI checks passed (validate job).
emo merged commit a8a8b743f3 into master 2026-08-03 21:51:44 +00:00
emo deleted branch DEVX-147-increase-ci-scale-factor-6 2026-08-03 21:51:45 +00:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#238