Uh oh!
There was an error while loading. Please reload this page.
chore(ci): run the test matrix on uipath- runners - #126
Open
tibrnui wants to merge 1 commit into
Open
Conversation
Moves the remaining stock matrix labels onto the uipath- pool, so every job in these workflows uses the centralized managed runners.
radu-mocanu
approved these changes
Aug 10, 2026
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 freeto 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.
What
Moves the test matrix onto the
uipath-runner pool:os: [ubuntu-latest, windows-latest]->os: [uipath-ubuntu-latest, uipath-windows-latest]runs-ongoes back to${{ matrix.os }}(the label-mapping expression is no longer needed)After this, every job in the repo runs on the centralized managed pool.
Heads-up: required status checks
GitHub builds a matrix job's check-run name from the matrix values, so this renames
the test contexts, e.g.
The branch ruleset still requires the stock names, so those contexts will sit as
"Expected - waiting for status to be reported" and this PR (and every later PR)
will stay BLOCKED until a repo admin updates the required status checks to the
uipath-names.🤖 Generated with Claude Code