provide user for scm policy check
This commit is contained in:
parent
d86684103f
commit
41c7cb7f89
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ def assert_scm_policy(clb_type, *args, **kwargs):
|
|||
'build_tag': build_tag,
|
||||
'method': method,
|
||||
'scratch': scratch,
|
||||
'branches': get_branches(srcdir)
|
||||
'branches': get_branches(srcdir),
|
||||
'user_id': taskinfo['owner'],
|
||||
}
|
||||
|
||||
# Merge scminfo into data with "scm_" prefix. And "scm*" are changed to "scm_*".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue