Richard Purdie
9fa3dee873
master/schedulers: Add codebase markup to stop revisions being mapped incorrectly/incompatibly
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-06 16:50:12 +00:00
Richard Purdie
2412c64620
master: Add pollInterval to GitPoller make it clear how to change it
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-06 16:49:39 +00:00
Richard Purdie
7423ce86b8
master.cfg: Fix bitbake repo url
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-06 15:20:00 +00:00
Richard Purdie
f3422f617e
schedulers: Trigger docs builds when the sphinx docs change
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-06 15:09:55 +00:00
Richard Purdie
7d87086581
master: Add change source monitoring for bitbake and yocto-docs
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-06 15:01:53 +00:00
Richard Purdie
0088756388
builders: Add bitbake repository to docs build
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-06 13:32:56 +00:00
Richard Purdie
d81c7ca443
builders/config/schedulers: Add support for 'docs' builder
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-05 12:24:56 +00:00
Richard Purdie
be1ea85969
schedulers: Add gatesgarth build mapping
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-27 16:00:36 +00:00
Richard Purdie
9b210a7a2c
wikilog: Create archive pages of 150 entries to stop infinite page growth
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21 18:26:16 +01:00
Richard Purdie
6a4cebdfee
wikilog: Allow footer of archived logs
...
Preseve a footer 'Archived Logs' section at the end of the BuildLog wiki
page. This will be later used for archiving purposes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21 14:31:59 +01:00
Richard Purdie
31f297e026
wikilog: Filter monitoring on wiki log to build subset
...
We want the wiki log to primarily contain full and quick builds for
processing by SWAT. The buildperf log entries are distracting but
in case of failure we do need them there so adjust the code to handle
this.
Also, don't log reports of skipped builds but do log build warnings, since
we do want warnings to be acted upon now.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21 13:47:24 +01:00
Ross Burton
e9c3f8fbd8
config: also fetch meta-kernel for a-full builds
...
Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-07-20 10:07:26 +01:00
Ross Burton
3a6d511338
config.py: latest meta-arm depends on meta-kernel
...
Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-07-15 12:40:20 +01:00
Steve Sakoman
ad5c6f7089
builders.py: At the end of trigger builds use rm rather than clobber to clean up
...
Since clobber is crossing two file systems in this case the worker
can delete the files faster than it can move them
Also fixes a occasional race that results in build failures
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-14 21:23:02 +01:00
Ross Burton
9176ca6427
config: trigger meta-arm in a-full
...
Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-07-02 11:20:25 +01:00
Ross Burton
ee6cdfc4e7
Add meta-arm
2020-06-29 17:16:01 +01:00
Richard Purdie
6375d089c2
schedulers: Add scheduler for auh once a month
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-10 10:24:52 +01:00
Steve Sakoman
a7b04c45c8
config.py: Add Ubuntu 20.04 workers
...
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-28 18:28:17 +01:00
Richard Purdie
598322d6db
config: Add support for auh target
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-17 17:05:30 +01:00
Trevor Gamblin
b450d5cd97
README-Guide: fix typos, add hashserv setup
...
Added some instructions on setting up the hash equivalency server for
an autobuilder instance that operates independently of the Yocto one.
This all still assumes that the user is planning on running the controller,
worker, and janitor on the same build host, although the hash equivalency
server itself doesn't need to be.
Also made some minor changes to the list of packages to install to support
the autobuilder on Ubuntu, since there were some typos in the package names.
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-12 21:48:26 +01:00
Richard Purdie
bec33fd671
builders: Add workername parameter to shared-repo-unpack calls
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-27 16:59:33 +01:00
Aaron Chan
0e0388132c
config: Fix giturl for meta-virtualization Layer
...
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-07 21:47:03 +01:00
Richard Purdie
152cb30db2
config/schedulers: Add dunfell release
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-06 17:00:52 +01:00
Richard Purdie
3fdc7d9c0d
yocto_console_view: Drop yarn.lock
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-04 10:44:20 +01:00
Richard Purdie
452b0255c2
builders: Pass in workername to run-config
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-06 14:40:54 +00:00
Richard Purdie
553e9d76f4
schedulers: Test whether we can avoid tracebacks in logs upon reconfig
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-21 10:42:25 +00:00
Richard Purdie
4f990e3f6d
builders: Fix string formatting to use Interpolate
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-17 23:21:13 +00:00
Richard Purdie
3204310119
builders: Add a posttrigger component to the build
...
This means the source mirror check is run a significant time after the source mirror
update allowing the mirroring code to have time to take effect rather than showing
errors on first build runs.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-17 16:56:56 +00:00
Richard Purdie
b641513e3f
config: Add perf- to stable branch allowed workers
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-17 12:51:33 +00:00
Richard Purdie
8fe016342b
master.cfg: Add example of enabling profiling
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-16 22:34:12 +00:00
Richard Purdie
701a7089b3
config.py: Set workers to use for zeus/warriro/thud builds
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-16 18:53:05 +00:00
Richard Purdie
57c799d9b4
confg.py: Add centos8 workers
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-16 18:52:04 +00:00
Richard Purdie
31b796b042
schedulers: Handle yp_branch == None case
...
The addition of a-full automatic triggers discovered yp_branch can be
None causing tracebacks.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-16 10:40:18 +00:00
Richard Purdie
5f3bc3f33d
schedulers: Allow a-full to run on Sundays instead of a-quick
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-02-14 17:19:36 +00:00
Richard Purdie
09d64cfe0d
config: Add meta-intel to a-full
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-01-09 21:14:29 +00:00
Richard Purdie
3b290ec6d7
builders: Add randomised nextBuild function
...
nextWorker can block a request if there is no worker available.
_getNextUnclaimedBuildRequest will always return the first request
which then will always fail to find worker, and this will block the queue
We therefore randomise the build requests queue with nextBuild to avoid
blocking.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-11-07 11:37:06 +00:00
Richard Purdie
5f370fbce0
schedulers: Really fix builderName handling (magic indexes rule :/)
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-11-07 10:04:18 +00:00
Richard Purdie
1f9f212256
schedulers: Fix builderNames and handle partial matches to branch names
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-11-07 09:08:23 +00:00
Richard Purdie
471eecf823
config/schedulers: Allow a-full to vary targets depending on the release
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-11-06 21:10:38 +00:00
Richard Purdie
75b4e77973
builders/config: Allow filtering of workers for previous releases
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-11-06 17:36:03 +00:00
Richard Purdie
345ebf06ab
config/schedulers: Bring example config back into line with real autobuilder (including armhost builds)
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-10-19 09:19:53 +01:00
Michael Halstead
e00253a850
scheduler: make the default choice an option
...
The default choice on the force build form will select a random worker.
builder_to_workers dictionary values can no longer be strings.
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-10-19 09:01:58 +01:00
Richard Purdie
8eba9650b1
schedulers: Add zeus branch/release
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-10-08 20:42:14 +01:00
Richard Purdie
52bbef9f6c
config.py: Update -lsb -> -alt naming
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-10-02 10:42:01 +01:00
Richard Purdie
b0f684ee64
builders/scheduler: Add ability to select the worker to run on
...
Thanks to tardyp for the pointer to an example of how to make this work!
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-18 17:15:11 +01:00
Richard Purdie
62e4e2b174
config.py: Add meta-intel entry to repo table
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-18 11:56:35 +01:00
Richard Purdie
f13a2d2024
config.py: Add meta-intel to list of builders
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-17 22:07:16 +01:00
Richard Purdie
6079117701
builders: Fix typo
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-06 15:42:17 +01:00
Richard Purdie
d87126c419
builders: Use full option parameters to run-config for clarity
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-06 14:31:01 +01:00
Richard Purdie
14046de06d
builders: Pass build_type parameter to run-config
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-06 14:28:02 +01:00