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
Updated by mkittler over 2 years ago
- Status changed from New to In Progress
Updated by openqa_review over 2 years ago
- Due date set to 2022-05-26
Setting due date based on mean cycle time of SUSE QE Tools
Updated by mkittler over 2 years ago
- Status changed from In Progress to Feedback
The PR has been merged and since we already configure the environment variable in https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/3d25a1d1e7606816f4fe9c1027e266ac693bc401/openqa/server.sls#L81 there should be nothing left to do. I suppose the extended unit tests in the bisect script should be sufficient.
Updated by okurz over 2 years ago
- Due date deleted (
2022-05-26) - Status changed from Feedback to Resolved
Agreed. Asked asmorodskyi and also checked myself, https://openqa.suse.de/tests?match=bisect shows no more public cloud investigation bisect jobs.