Skip to content

Fix CI Standard Checks timeout due to runner restrictions#100

Merged
pannago merged 1 commit intomainfrom
PLT-3321
Apr 7, 2026
Merged

Fix CI Standard Checks timeout due to runner restrictions#100
pannago merged 1 commit intomainfrom
PLT-3321

Conversation

@pannago
Copy link
Copy Markdown
Contributor

@pannago pannago commented Apr 7, 2026

Fix CI Standard Checks timeout due to runner restrictions

Problem

CI Standard Checks workflow has been timing out after 24 hours since March 27. The reusable workflow defaults to ci-base-scale-set (self-hosted runners), but these are restricted to private repos. Public repos like gitleaks-config can't access them, causing jobs to queue indefinitely until auto-cancelled.

Solution

Override the runner parameter to explicitly use ubuntu-latest (GitHub-hosted runners).

Changes

  • Updated .github/workflows/ci-standard-checks.yml to specify runner: ubuntu-latest

Impact

  • CI builds will now start immediately instead of timing out after 24 hours
  • Workflows will run on GitHub-hosted runners as intended for public repositories

The CI Standard Checks workflow has been timing out after 24 hours
since March 27. The reusable workflow defaults to ci-base-scale-set
(self-hosted runners), which are restricted to private repos.

This change explicitly specifies ubuntu-latest (GitHub-hosted runners)
for this public repository.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gitstream-cm
Copy link
Copy Markdown

gitstream-cm Bot commented Apr 7, 2026

This PR is missing a Jira ticket reference in the title or description.
Please add a Jira ticket reference to the title or description of this PR.

@gitstream-cm
Copy link
Copy Markdown

gitstream-cm Bot commented Apr 7, 2026

🥷 Code experts: davidsalvador-tf

davidsalvador-tf has most 👩‍💻 activity in the files.
davidsalvador-tf has most 🧠 knowledge in the files.

See details

.github/workflows/ci-standard-checks.yml

Activity based on git-commit:

davidsalvador-tf
APR
MAR
FEB
JAN
DEC
NOV 17 additions & 0 deletions

Knowledge based on git-blame:
davidsalvador-tf: 100%

✨ Comment /gs review for LinearB AI review. Learn how to automate it here.

@pannago pannago merged commit 8c5b2a6 into main Apr 7, 2026
9 checks passed
@pannago pannago deleted the PLT-3321 branch April 7, 2026 11:14
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 7, 2026

🎉 This PR is included in version 1.17.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants