aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-04-25config.json: Update perf worker target namesgatesgarthRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-09-02config.json: drop redundant meta-kernel mentionsRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-05-20config.json: Set XZ limits to more reasonable values on autobuilderRichard Purdie
The autobuilders have 128GB memory, we don't want them using 50% which is the default, 5% should be enough. Also limit the number of threads down from 48 to something reasonable. This may be partly causing some of our performance issues? Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-23send-qa-email: Save the QA email in case it doesn't reach the mailing lists.Michael Halstead
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-01-13config.json: QAMAIL_CC => qa-build-notificationTim Orling
Replace the hard-coded individual email addresses with the mailing list created for this purpose: qa-build-notification@lists.yoctoproject.org Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-20scripts: Add target present check scriptRichard Purdie
Add a script which from the exit code determines if a build target is present in the configuration. The autobuilder can use this to determine whether to execute the target at all or whether to skip it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-27config.json: Add gatesgarth entry for buildhistoryRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21scripts/generate-testresult-index.py: Use bulma css to improve the look of ↵Richard Purdie
the index Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21scripts/generate-testresult-index: Reorder buildhistory to improve displayRichard Purdie
Also, use the artefacts directory in the main link, not direct to testresults. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21scripts/generate-testresult-index: Improve index to list test reports, ptest ↵Richard Purdie
and buildperf separately Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21scripts/generate-testresult-index.py: Ensure we're not always rerunning ↵Richard Purdie
resulttool Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21scripts/generate-testresult-index: Ensure backwards compatibility with older ↵Richard Purdie
layout Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-21scripts/generate-testresult-index: Update after 'posttrigger' renaming broke ↵Richard Purdie
the index generation Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-24scripts/send-qa-email: Fix buildtools handlingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-23config.json: Add ssh-pregen-hostkeys for mips, ppc and selftest buildsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-23utils: Teach buildtools script handling about unsetRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-23config.json: Update to buildtools with selftest fixesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-21config.json: Update to buildtools tarball with jinja2Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-17janitor: Add the systemd unit file used on the autobuilderMichael Halstead
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-17auh: correct the SMTP server in config fileAlexander Kanavin
Michael Halstead has confirmed this. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-17scripts/send-qa-email,utils: Use buildtools if presentRichard Purdie
resulttool has python version requirements so use buildtools if present. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-05scripts: Add runqemu-renice.c for renicing runqemuRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-01scripts/send-qa-email: Update to dedicated push capable domainMichael Halstead
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-08-24scripts/utils: Ensuring new logging is flushed from buffersRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-08-24scripts/utils: Add more logging for fetchgitrepoRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-08-17scripts: run-auh: update upgrade-helper nameQuentin Schulz
Since https://lists.yoctoproject.org/g/yocto/message/50282 was merged in autoupgrade-helper git repo, the python script isn't called upgradehelper.py anymore but upgrade-helper.py for consistency sake. Let's update the run-auh script so that it's still working. Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-22janitor: Run under nice +10 as well as ioniceRichard Purdie
We're seeing issues with the system struggling with resources when it shouldn't. Ensure the janitor isn't contributing to this by lowering its priority as well as changing ionice. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-15config.json: latest meta-arm depends on meta-kernelRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-07-14scripts/utils: Ensure buildtools tarball hash matches any supplied valueRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-06config.json: fix layer ordering for meta-armRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-06-30auh-config: send AUH update emails to oe-core list as wellAlexander Kanavin
Sadly, many maintainers do not act on AUH mails in a timely manner (or do not act at all). Sending these emails to oe-core list as well will allow other people to pick them up, and ease up the path to doing recipe version maintenance. Also, recently the amount of outdate recipes has been greatly reduced, so there should not be too many of those emails each month. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-30config.json: add meta-armRoss Burton
This builds a small number of images for the N1 SDP and Juno boards. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-26scripts/utils.py: Convert md5sum to sha256sum for layer tarballsVineela
Signed-off-by: Vineela Tummalapalli <vineela.tummalapalli@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-24config.json: Use buildtools from 3.2 M1 to fix bugs in openssl reportingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-16config.json: generate the buildtools tarballs for aarch64Ross Burton
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-10config.json: Ensure trigger-build and trigger-build-posttrigger match layer ↵Richard Purdie
setup Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-09send-qa-email: Fix stable branch test result history issuesRichard Purdie
On stable release branch builds, it will clone "master" since comparebranch is None. It will then fail to push since there is already a dunfell branch upstream with changes on which it needs to rebase on top of. The change to use shallow clones significantly increases this problem. To fix this, fall back to cloning basebranch by name, then master if it doesn't exist. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-27publish-artefacts: Improve sha256 checksum handlingTummalapalli, Vineela
The existing checksum files were encoding full paths. This patch changes this to use just the filename which allows relocation of the directories and is more appropriate for sharing over http. Signed-off-by: Vineela Tummalapalli <vineela.tummalapalli@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-26config.json: ltp QB_MEM parameter was being lost, fix thisRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-17config.json: Fix BUILDDIR references to correct variableRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-17config.json: Add auh configRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-17scripts: add a pair of scripts to set up and run Auto Upgrade HelperAlexander Kanavin
This allows automating its setup and execution on all autobuilder worker machines; previously there was a static setup on a dedicated machine, which wasn't great from maintenance perspective. To use: scripts/setup-auh target_dir scripts/run-auh target_dir (run-auh can be run several times in a directory that was previously set up) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-05scripts/publish-artefacts: Convert md5sum to sha256sumRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-05config.json: Use include file for meta-gplv2Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-30config.json: Update to new buildtools tarballRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-29config.json: Use buildtools for plain ubuntu1604 as well as perfRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-29config.json: Use buildtools for ubuntu1604Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-27config.json: Use new buildtools tarballRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-27scripts/run-config: Share buildtools setup code with shared-repo-unpackRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-27scripts/shared-repo-unpack: Accept workername parameterRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>