Skip to content

Increase timeout from default 6h to 12h#1464

Merged
iboiko-habana merged 3 commits into
vllm-project:mainfrom
bmyrcha:bmyrcha-patch-3
May 19, 2026
Merged

Increase timeout from default 6h to 12h#1464
iboiko-habana merged 3 commits into
vllm-project:mainfrom
bmyrcha:bmyrcha-patch-3

Conversation

@bmyrcha
Copy link
Copy Markdown
Collaborator

@bmyrcha bmyrcha commented May 19, 2026

This pull request updates the .github/workflows/pre-merge.yaml workflow configuration to add a timeout-minutes: 720 (12 hours) limit to all jobs. This change ensures that no individual job in the pre-merge workflow can run indefinitely, which helps prevent stuck or runaway jobs in CI and improves overall pipeline reliability.

CI/CD Workflow Improvements:

  • Added timeout-minutes: 720 to all jobs in .github/workflows/pre-merge.yaml to enforce a 12-hour maximum runtime per job. This applies to jobs such as retrieve_head_sha, gatekeeper, discover_runner, discover_tests, discover_calibration_tests, test execution jobs, and finalization/cleanup jobs.

No other logic or behavior changes were made—this is a configuration-only update to improve CI robustness.

Signed-off-by: Bartosz Myrcha <bartosz.myrcha@intel.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the pre-merge GitHub Actions workflow to enforce a 12-hour maximum runtime for each job, preventing jobs from running beyond the configured limit.

Changes:

  • Added timeout-minutes: 720 to all jobs in .github/workflows/pre-merge.yaml to cap per-job runtime at 12 hours.

@github-actions
Copy link
Copy Markdown

🚧 CI Blocked

The main CI workflow was not started for the following reason:

Your branch is behind the base branch. Please merge or rebase to get the latest changes.

@github-actions
Copy link
Copy Markdown

✅ CI Passed

All checks passed successfully against the following vllm commit:
dcacdf9a8860a86401127d1c8f93ebf3cfbfd026

@iboiko-habana iboiko-habana merged commit a4150f5 into vllm-project:main May 19, 2026
2 checks passed
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.

3 participants