CI: Reduce queue time by using fewer self-hosted runners#34099
Closed
EugeniyKiyashko wants to merge 2 commits into
Closed
CI: Reduce queue time by using fewer self-hosted runners#34099EugeniyKiyashko wants to merge 2 commits into
EugeniyKiyashko wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates multiple GitHub Actions workflows to reduce CI queue time by shifting jobs off the existing devextreme-shr2 runner label and onto alternative runner labels (including GitHub-hosted runners in some places).
Changes:
- Replaces
runs-on: devextreme-shr2withdevextreme-latest/devextreme-slimfor several jobs. - Replaces
runs-on: ubuntu-latest/devextreme-shr2withubuntu-slimfor a number of lightweight and notification jobs. - Moves some jobs explicitly to GitHub-hosted runners (
ubuntu-latest) (e.g., ThemeBuilder test job, lint JS job).
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 18 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/visual-tests-demos.yml | Updates runner labels for several gating jobs and some framework-test jobs. |
| .github/workflows/ts_declarations.yml | Moves notify job off devextreme-shr2 to a new runner label. |
| .github/workflows/themebuilder_tests.yml | Runs main tests on ubuntu-latest and moves notify job to a new runner label. |
| .github/workflows/testcafe_tests.yml | Switches runner labels for check-should-run, artifact merge, and notify. |
| .github/workflows/styles.yml | Switches main test runner label and moves notify job to a new runner label. |
| .github/workflows/renovation.yml | Switches jest test runner label and moves notify job to a new runner label. |
| .github/workflows/renovate_autoapprove.yml | Switches auto-approve job runner label. |
| .github/workflows/qunit_tests.yml | Switches gating job and notify job runner labels. |
| .github/workflows/pr-filter-stubs.yml | Switches runner label used for the PR segregation check (and stubs). |
| .github/workflows/paths.yml | Switches runner label for checks and notify. |
| .github/workflows/packages_publishing.yml | Moves notify job to a new runner label. |
| .github/workflows/lint.yml | Switches runner labels for multiple lint jobs and moves notify job to a new runner label. |
| .github/workflows/demos_unit_tests.yml | Switches runner label for the gating job. |
| .github/workflows/codeql.yml | Switches fetch runner label and moves notify job to a new runner label. |
| .github/workflows/_security-alerts.yml | Switches runner labels for scheduled fetch + notify jobs. |
a76cb0d to
5c187c4
Compare
Comment on lines
20
to
23
| check-should-run: | ||
| name: Check if tests should run | ||
| runs-on: devextreme-shr2 | ||
| runs-on: devextreme-slim | ||
| outputs: |
Comment on lines
6
to
9
| jobs: | ||
| auto-approve: | ||
| runs-on: devextreme-shr2 | ||
| runs-on: devextreme-slim | ||
| steps: |
5c187c4 to
93172de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.