mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
send_qa_email: Add directory to save logs too
The logs take up too much space in the git repo, save them separately. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a63dedc4e0
commit
89d58d91af
|
@ -188,7 +188,7 @@ def send_qa_email():
|
|||
utils.printheader("Storing results")
|
||||
|
||||
if not args.dry_run:
|
||||
subprocess.check_call([resulttool, "store", "--revision", revision, args.results_dir, tempdir])
|
||||
subprocess.check_call([resulttool, "store", "--revision", revision, "-l", args.results_dir + "/../../testresult-logarchives" , args.results_dir, tempdir])
|
||||
if basebranch:
|
||||
subprocess.check_call(["git", "push", "--all", "--force"], cwd=tempdir)
|
||||
subprocess.check_call(["git", "push", "--tags", "--force"], cwd=tempdir)
|
||||
|
|
Loading…
Reference in New Issue
Block a user