mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
send-qa-email: Be specific about which test result branches to push
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f19aa61cd6
commit
2deb018441
|
@ -61,7 +61,7 @@ if 'poky' in repos and os.path.exists(resulttool) and args.results_dir:
|
|||
try:
|
||||
subprocess.check_call(["git", "clone", "git@git.yoctoproject.org:yocto-testresults", tempdir])
|
||||
subprocess.check_call([resulttool, "store", args.results_dir, tempdir])
|
||||
subprocess.check_call(["git", "push"], cwd=tempdir)
|
||||
subprocess.check_call(["git", "push", "--all"], cwd=tempdir)
|
||||
subprocess.check_call(["git", "push", "--tags"], cwd=tempdir)
|
||||
|
||||
regreport = subprocess.check_output([resulttool, "regression-git", tempdir] + extraopts.split())
|
||||
|
|
Loading…
Reference in New Issue
Block a user