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

Allow capturing job names by regex #94

Open
lkuchlan opened this issue May 4, 2020 · 1 comment
Open

Allow capturing job names by regex #94

lkuchlan opened this issue May 4, 2020 · 1 comment
Labels
low priority This task is of low priority RFE New feature or request

Comments

@lkuchlan
Copy link

lkuchlan commented May 4, 2020

"blockers.yaml" file has "owners" field for each job, since we have multiple jobs, I think it'll be more convenient to use regex.

For example:

If there is bz or jira for a specific job, we will need to specify separately, like:

  • 'DFG-all-unified-16_director-rhel-virthost-3cont_2comp-ipv4-vxlan-netapp-nfs-extra':
    bz:
    - 123
    jira:
    - 'RHOSINFRA-123'
@nathan-weinberg nathan-weinberg added RFE New feature or request low priority This task is of low priority labels May 4, 2020
@amodi5 amodi5 linked a pull request Aug 5, 2020 that will close this issue
@odyssey4me
Copy link
Collaborator

Agreed, this would be great. Currently providing the same dict to multiple jobs is pretty painful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority This task is of low priority RFE New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants