Commit Graph

109 Commits

Author SHA1 Message Date
Richard Purdie
063c5798fd Wait for all triggers to complete before publishing
This means that when we stop builds, all triggered builds also stop.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-12 16:19:49 -07:00
Richard Purdie
a166f3dbe9 config.py: Name oecore as expected by the helper
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-02 00:08:49 +00:00
Richard Purdie
51ec95efae config.py: Fix nightly-wic typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-02 00:06:08 +00:00
Richard Purdie
199b4f787b config: Correct eclipse builder names
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-01 21:13:00 +00:00
Joshua Lock
614c5ccd19 config: update for moved Eclipse repositories
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-03-01 09:54:45 +00:00
Joshua Lock
e2dacc0f6a config: fix repo mapping for eclipse builders
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-02-28 12:20:53 +00:00
Joshua Lock
2e575d2377 config: fix repos for nightly-non-gpl3
nightly-non-gpl3 builder needs the meta-gplv2 repository as well as poky

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-02-28 12:17:31 +00:00
Joshua Lock
55900494ce config: fix missing comma
A missing comma resulted in the nightly-ppc-lsb and nightly-x86-64 builders
being merged into one.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-02-28 11:36:04 +00:00
Joshua Lock
4fd189ab38 Initial prototype of using yocto-autobuilder-helper scripts
Initial prototype of using yocto-autobuilder-helper scripts from vanilla
buildbot to replicate yocto-autobuilder configuration.

* README.md is updated to describe goals and approach
* TODO contains known issues and work items, TODO: comments in the code
  point to specific locations of work

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-02-22 10:38:19 +00:00