aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-09-28Drop wikilog plugin, we're not going back to it!Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-28services: Update email notification configRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-28config.py: Add mickledore prev_release documentation on workersRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-28config.py: Update perf workers to match autobuilderRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-28builders: Switch to new qa email scripts name, force updates to helper insteadRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-27config.py: add fedora38 to workers_prev_releases for kirkstoneSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-27schedulers.py: use newly created mickledore branch for meta-mingwSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-26builders: Pass url for build to qa email scriptRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-09-11builders.py: clobber build dir also when the build was cancelledAlexander Kanavin
This enables faster cleanup of cancelled builds, reducing chance of disk space running out. [YOCTO #15205] Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-06-08config.py: Drop rpm-non-rpm and deb-non-deb targets everywhereRichard Purdie
These haven't caught issues and really just duplicate other tests which run on a random set of hosts anyway. Drop them everywhere and use the CPU cycles for something more productive. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-06-08config.py: Add missing commasRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-06-08config.py: Add 'toolchain' targets separate from qemuRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-06-07config.py: add meta-clang to check-layer-nightlyRoss Burton
We want to check-layer meta-clang in the future. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-06-04config.py: add fedora37 to workers_prev_releases for kirkstoneSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-06-01config.py: add fedora37 to workers_prev_releases for dunfellSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-05-31schedulers: update to add mickledoreSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-05-04README: Tweak to match the username consistentlyRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-05-02steps/observer: Update to work with new buildbot versionsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-27reporters/swatbot: Update to upstream name changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-25Fix TargetPresent to work as a new style stepRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-25config: Tweak ptest builders mapping to catch more ptest buildersRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-25builders: Don't reset yp_build_revision if it is already setRichard Purdie
This avoids OE-Core builds reseting to an OE-Core revision, cleaning up the console display. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-24console_view: Drop confusing column title after adding tagsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-24console_view: Tweak css for headings to improve readabilityRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-24styles: Allow tag headers to be compactedRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23config/schedulers: Update git.openembedded.org to push.openembedded.orgRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Use tags to group builds togetherRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23schedulders: Fix oecore-contrib urlRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Drop obsolete wiki log linkRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Recompile pluginRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Simplify buildersById codeRichard Purdie
With the fakechanges fixed, we can now simplify the builders by ID code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Fix build output directory link to yocto.ioRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Persist onChange BySSID/ByRevision arrays between callsRichard Purdie
This was changed compared to the upstream console view code due to bugs in our own changes code. Those are now fixed so revert to the upstream version allowing these data structures to persist and not always be reset. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Update builders in fake changes correctlyRichard Purdie
Where we inject a "fake" change, we then never update the list of builders it contains. This leads to bugs in the UI rendering since the builders list might not be the accurate in early calls to the onChange function. Keep track of fake changes and update those too so the builders list is maintained. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Drop unused codeRichard Purdie
This code isn't used due to our own plugin changes, drop it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-23console_view: Sync with upstream console plugin tooltip changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-22observer.py, runconfig.py: Remove NewStyle classesJate Sujjavanich
These classes were removed in buildbot 3.2.x because migration is complete. Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
2023-03-22schedulers: Add entry for abelloni-next in branch autocompleteRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-22builders.py: Use to SetPropertyFromCommandNewStyleJate Sujjavanich
For buildbot 2.9.x Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
2023-03-22builders.py, observery.py: Convert to *NewStyleJate Sujjavanich
ShellCommandNewStyle For buildbot 2.9.x migration Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
2023-03-22runconfig.py: Update to ShellCommandNewStyleJate Sujjavanich
In RunConfigCheckSteps, inherit ShellCommandNewStyle and implement run function. Add finish to close log. Remove call to super().evaluateCommand() as it no longer exists. Remove code converting logLines because it's no longer a list Convert TargetPresent to ShellCommandNewStyle For Buildbot 2.9.x NewStyle migration Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
2023-02-17config.py: add ubuntu2204 to workers_prev_releases for dunfellSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-11config.py: add fedora36 to workers_prev_releases for dunfellSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-09schedulers: Use kirkstone branch for meta-tiRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-04config.py: add meta-clang builderRoss Burton
Add a builder to exercise meta-clang. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-04config.py: remove redundant oe-selftest-armRoss Burton
The oe-selftest-armhost builder exercises oe-sefltest with qemuarm64, so this builder is redundant. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-03config.py: add knowledge of meta-clangRoss Burton
We'd like to start building meta-clang as part of the autobuilder matrix, so add knowledge of meta-clang to builtbot. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-12-08schedulers: Fix meta-agl branchesAlexandre Belloni
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-12-07config.py: add fedora36 to workers_prev_releases for kirkstoneSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-12-07config.py: add x86 (32 bit) ptests to builders_othersAlexander Kanavin
Once those are confirmed to not fail, and their execution times on the AB are known, they can be added to standard test sets. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>