mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00

By default, since the yocto-autobuilder-helper repository is the only one that buildbot actually checks out in a step, the revision of that is the one that gets associated with the build; however, it's much more useful to have the revision set to the poky revision, so add a step that does that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
# Initial release
|
|
|
|
* figure out htpasswd & auth for scheduling builds [Michael]
|
|
* ensure need auth to trigger builds [Michael]
|
|
|
|
# Future
|
|
|
|
* finish port of wikilog [Joshua]
|
|
* implement buildhistory writeback step in -helper (can then drop from builders.py) [Richard]
|
|
* implement send QA email step (builders.py)
|
|
* implement current link (builders.py)
|
|
* per worker auth (workers.py & config.py)
|
|
* implement default population for different releases in webform (schedulers.py?) [Paul]
|
|
* DEFAULT for buildapp SRCREV still true? (schedulers.py)
|
|
* Add IRC notifier (services.py) [Michael]
|
|
* Add link on console page to error report for build?
|
|
* formatting/labels of the yocto-autobuilder-helper inputs (schedulers.py) [Paul]
|
|
* add mail notification functionality to yocto-autobuilder-helper, it already
|
|
knows how to iterate error reports. (services.py)
|
|
* Simple script to start buildbot controller, janitor and PRServer [Michael]
|
|
* Review ForceScheduler inputs and whether they are used by the helper scripts, particularly the poky_number parameter of nightly is possibly no longer required (possibly unused parameters are annotated in schedulers.py)
|
|
* Look into allowed_origins property of built in web server
|
|
* switch wikilog to buildbot.util.service.HTTPClient?
|