We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94a8b2 commit 156a48dCopy full SHA for 156a48d
openqa-trigger-bisect-jobs
@@ -262,6 +262,7 @@ def main(args):
262
if "parent_group" in job:
263
full_group = "%s / %s" % (job["parent_group"], full_group)
264
if re.search(exclude_group_regex, full_group):
265
+ log.debug("job group '%s' matches 'exclude_group_regex', skipping" % full_group)
266
return
267
268
exclude_name_regex = os.environ.get("exclude_name_regex", "")
0 commit comments