Actions
action #110914
closedExtend the group exclude regex from openqa-investigate to openqa-trigger-bisect-jobs
Description
Motivation¶
the job group exclude regex for openQA investigation jobs is only used by openqa-investigate in https://github.com/os-autoinst/scripts/blob/master/openqa-investigate#L21 , within public cloud OSD job groups we saw jobs triggered by https://github.com/os-autoinst/scripts/blob/master/openqa-trigger-bisect-jobs which does not use that environment variable. We should use the same environment variable as well.
See https://suse.slack.com/archives/C02CANHLANP/p1652252170040939 as well.
Acceptance criteria¶
- AC1: Unknown failures in Public Cloud do not trigger incident bisection jobs
- AC2: Other job groups still trigger incident bisection jobs
Suggestions¶
- Research how we use the group exclude regex in https://github.com/os-autoinst/scripts/blob/master/openqa-investigate#L21
- Apply a similar approach in https://github.com/os-autoinst/scripts/blob/master/openqa-trigger-bisect-jobs
Actions