Skip to content
New issue

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

[multi-runner] - Add support for multiple label arrays to matcher #2715

Closed
npalm opened this issue Dec 2, 2022 · 2 comments
Closed

[multi-runner] - Add support for multiple label arrays to matcher #2715

npalm opened this issue Dec 2, 2022 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@npalm
Copy link
Member

npalm commented Dec 2, 2022

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
      }
@npalm npalm added the help wanted Extra attention is needed label Dec 2, 2022
@npalm npalm self-assigned this Dec 12, 2022
@mariusfilipowski
Copy link
Contributor

Looks like this feature is already available, right?

@npalm
Copy link
Member Author

npalm commented Jan 12, 2023

yup, so closing. Thanks @mariusfilipowski

@npalm npalm closed this as completed Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants