We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently a multi runner is implement, see next branch (#2517 ) The configuration supports matching based on a single array of labels.
matcherConfig : { labelMatchers = ["self-hosted", "linux", "x64", "ubuntu-latest"] exactMatch = true }
But it will give a bit more flexicility to also allow to match on multiple arrays of runner labels like:
matcherConfig : { labelMatchers = [["self-hosted", "linux", "x64", "ubuntu-latest"], ["self-hosted", "linux", "x64", "ubuntu-2204"]] exactMatch = true }
The text was updated successfully, but these errors were encountered:
Looks like this feature is already available, right?
Sorry, something went wrong.
yup, so closing. Thanks @mariusfilipowski
npalm
No branches or pull requests
Currently a multi runner is implement, see next branch (#2517 ) The configuration supports matching based on a single array of labels.
But it will give a bit more flexicility to also allow to match on multiple arrays of runner labels like:
The text was updated successfully, but these errors were encountered: