Skip to content

Commit 156a48d

Browse files
committed
openqa-trigger-bisect-jobs: Also trigger log line for exclude_group_regex
1 parent d94a8b2 commit 156a48d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openqa-trigger-bisect-jobs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def main(args):
262262
if "parent_group" in job:
263263
full_group = "%s / %s" % (job["parent_group"], full_group)
264264
if re.search(exclude_group_regex, full_group):
265+
log.debug("job group '%s' matches 'exclude_group_regex', skipping" % full_group)
265266
return
266267

267268
exclude_name_regex = os.environ.get("exclude_name_regex", "")

0 commit comments

Comments
 (0)