Skip to content

Increase job timeout for RC testing queue wait#1099

Closed
travagliad wants to merge 5 commits into
mainfrom
cursor/rc-testing-queue-timeout-c594
Closed

Increase job timeout for RC testing queue wait#1099
travagliad wants to merge 5 commits into
mainfrom
cursor/rc-testing-queue-timeout-c594

Conversation

@travagliad

@travagliad travagliad commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Problem

RC testing fans out 50+ parallel jobs. timeout-minutes includes queue wait time, so jobs with low explicit limits (20–90 min) were cancelled before a runner was assigned.

Fix

Add an optional job_timeout_minutes input to each affected runner/QA workflow (defaults to the previous value when omitted). Only rc-testing-suite.yml passes job_timeout_minutes: 120.

RC suite job Child workflow Default timeout
CLI + compatibility integration-cli-tests → CLI runner 40
E2E matrix e2e-tests-matrix → codeceptjs/playwright/fb runners 60–90
GSSAPI gssapi-psmdb-tests-matrix → all runners 20–90
PMM_PSMDB_PBM_FULL direct 20
PMM_PROXYSQL / PMM_PDPGSQL direct 40
Helm unchanged GitHub default (6h)

Helm was left out on purpose: it never had a low explicit timeout, so passing 120 would have reduced its budget from 6h.

Test plan

  • Re-run RC testing suite; previously queue-cancelled jobs should start
  • Confirm nightly/FB workflows still use original per-suite defaults
Open in Web Open in Cursor 

cursoragent and others added 5 commits July 22, 2026 15:54
RC testing dispatches dozens of parallel jobs that queue for GitHub-hosted
runners. Job timeout-minutes includes queue wait time, so the default 40-minute
limit cancels jobs before they start. Use 120 minutes when the PMM server image
tag contains -rc, which is how rc-testing-suite identifies RC builds.

Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
Replace -rc image detection across multiple workflows with a
job_timeout_minutes input on the CLI runner. RC testing passes 120;
all other callers keep the default 40-minute limit.

Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
Propagate the optional job_timeout_minutes parameter through E2E, GSSAPI,
FB, package-test, and QA integration workflows. RC testing suite passes
120 for every job that had an explicit low timeout; helm is unchanged
(uses the GitHub default 6h limit).

Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
Remove duplicate job_timeout_minutes entries accidentally inserted into
commented job blocks during bulk propagation. Add the parameter to the
podman E2E runner so fb-e2e-suite can forward it safely.

Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
GitHub rejects an empty string for number-type workflow_call inputs.
Forward 0 when unset so runners keep their existing defaults via ||.

Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
@travagliad travagliad closed this Jul 23, 2026
@travagliad
travagliad deleted the cursor/rc-testing-queue-timeout-c594 branch July 23, 2026 13:24
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