aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Collapse)Author
2020-11-24monitor: Add flang-dylib and sharedlibs botsDiana Picus
Change-Id: Id464e06b02846b8ff3fe500dc8a2b452b74fbe1f
2020-10-14Move bot-status to python and adapt it to buildbot v2Adhemerval Zanella
The perl syntax was giving me headaches, so I rewrote it in python3. It has exactly the same functionalities, even the debug logging (which is not enabled through command line). The resulting HMTL should be slight different placement, but with the same expected informations. The 'Comments' fields might result in truncated information because some bots returns a long string with all the resulting information instead of a more simple status. I also added a small optimization to use HTTP Keep-alive (through the python requests library) to avoid open multiple connections to fetch each json file. Change-Id: I2bc1e400ac8eabdac876bae7cc2f2344d9fdaa1d
2020-10-05Add clang-cmake-aarch64-full to flang categoryDiana Picus
This buildbot also builds flang now. Change-Id: I8ff95665846465b5d91c1206555ab6639d53a7d9
2020-10-05Add flang out of tree buildbotDiana Picus
Create a new category for flang buildbots. At the moment it only contains the out of tree buildbot. Change-Id: I2011522c894a30947025b7e105248948a2d3d6c1
2020-10-02Add Windows on Arm buildbots to the monitorMaxim Kuvyrkov
Change-Id: I467addc615283e95f5def53ba42adc6da4e5410a
2020-05-13Add LLDB bots to llvm buildbot monitoring pageMuhammad Omair Javaid
This patch edits the monitor/linaro.json to add LLDB ARM and AArch64 buildbots running on normal master. Change-Id: I054fdeabb94e536735ca7d1f191cf5a71f904208
2020-04-23Display build time on the bot monitoring pageOliver Stannard
Change-Id: Ic901b42afdbb01d7aa5248286f5e7d6607c4ec1c
2020-04-20Update llvm bot monitor for git hashesOliver Stannard
- The revisions are now git hashes, so don't try to parse them as integers. - Truncate hashes to 8 characters for user-facing display. - The JSON object returned by buildbot has the commits in time order, so we don't need to iterate the whole list to find the first and last ones. Change-Id: I818f36a65b85b23a64017106494e56141095966e
2019-08-23[monitor] Remove armv8/thumbv8 botsDiana Picus
Remove all armv8/thumbv8 bots, which don't exist anymore (except clang-cmake-armv8-lld). Also add clang-cmake-thumbv7-full-sh to the test-suite category as well, since it's now also running the test-suite. Change-Id: I76c4982da55b7c6815af7fe5c40124c8ea387146
2019-06-13Fix typosMaxim Kuvyrkov
Change-Id: Ief86fc116f3643e9b0f128ad21f4e1151d1b5c61
2019-06-11Return clang-native-arm-lnt-perf to the normal serverPeter Smith
The clang-native-arm-lnt-perf has been providing stable enough results to take it off the silent master and put it on the normal master. Change-Id: Ibaf31047517cd172ba80ab8f40a62c50ce83c37d
2019-02-15monitor: aarch64-lld bot is fullDiana Picus
clang-cmake-aarch64-lld has compiler-rt enabled, so we should list it as a full bot on the monitoring page. Change-Id: Ifcc3982f84c552516ac6a0ff438ceac00509a717
2018-08-11monitor: Add clang-cmake-armv8-lld botMaxim Kuvyrkov
Change-Id: I6635b8569f682e6ed15bde57725dc835c26f2571
2018-02-24monitor/linaro.json: Add missing armv8 quick and libcxx bots.Maxim Kuvyrkov
Change-Id: Ia9ee56eff07c95edf0a452d4a2aa9a32e23c940e
2018-02-24monitor/linaro.json: Fix typos.Maxim Kuvyrkov
Change-Id: I9c9af708b824e377b6bef0da6d12e753a2983bd5
2018-02-24monitor/linaro.json: Update builder names and add armv8 32-bit builders.Maxim Kuvyrkov
Change-Id: I7b24dcd6eeb77370e934b71fa48f04d33b50f26a
2018-02-06Update LLVM bot configuration in the monitor.Maxim Kuvyrkov
Change-Id: I8c4e644ce38500956f0ffebf97424f2d4792a608
2017-11-13[monitor] Update buildbots listDiana Picus
Update the buildbots list in linaro.json to match the reality. The new list is copied from our current monitor, which we have been updating over time. Change-Id: I046db3299aa43a6895b2aa36c3fd2da0acf8a799
2016-10-29[monitor] Fixes server specific cache issueRenato Golin
Change-Id: I7d66a007d01751346347492d2d58e6f3cc59e43d
2016-09-15[monitor] Add direct link to buildsRenato Golin
Adding a direct link to the buil on the build number, to avoid having to click on the bot page *then* the link. With the buildmaster *that* slow, this saves several seconds per lookup, which sometimes can be several dozens every day. Change-Id: If8cd783990042d9c51c318152b35d5b317cb5bf6
2016-06-15[monitor] moving 42vma bot back upstreamv1.0Renato Golin
2016-06-10[monitor] JSON documentationRenato Golin
Change-Id: Ifc143115fa3f6387af27ac4fddbc4bdaa1fca917
2016-06-06[monitor] Remove dead Darwin botRenato Golin
Change-Id: Ie6a52a009d8f44988d85bdbb022ead0e88a83f95
2016-06-06[monitor] Fix shellcheck warnings, typoRenato Golin
Change-Id: Iccedb32e03eb2b446497d040cc5533ced5a4979a
2016-06-06[monitor] Move 42VMA to silentRenato Golin
Change-Id: Ie8e5ab8527193ac60d0dbd9fcb7a10baea960d0e
2016-06-06[monitor] Add installation scriptRenato Golin
This script will check all the dependencies, create the base infrastrcture and provide post-installation instructions to enable the monitor. Change-Id: I948cf7fa43738a9624b525eee2e5bfb516331c7a
2016-04-26Initial Commit, moving from dev-private and removing private stuffRenato Golin