mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Add code to trigger QA email sscript in helper
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
52bb871dd9
commit
5b91d39dad
13
builders.py
13
builders.py
|
@ -245,11 +245,14 @@ factory.addStep(steps.Trigger(schedulerNames=['wait'],
|
|||
waitForFinish=True,
|
||||
set_properties=get_props_set()))
|
||||
|
||||
|
||||
|
||||
# TODO: send QA mail if a release - compose and pass to sendmail command?
|
||||
|
||||
# TODO: update Current Link if published
|
||||
factory.addStep(steps.ShellCommand(
|
||||
command=[
|
||||
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/send-qa-email"),
|
||||
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
|
||||
get_publish_dest,
|
||||
os.path.basename(get_publish_dest),
|
||||
],
|
||||
name="Send QA Email"))
|
||||
|
||||
builders.append(
|
||||
util.BuilderConfig(name="nightly",
|
||||
|
|
Loading…
Reference in New Issue
Block a user