Changeset 280717 in webkit
- Timestamp:
- Aug 5, 2021, 7:39:49 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
CISupport/build-webkit-org/config.json (modified) (3 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/CISupport/build-webkit-org/config.json
r279844 r280717 130 130 { "name": "wpe-linux-bot-7", "platform": "wpe" }, 131 131 { "name": "wpe-linux-bot-8", "platform": "wpe" }, 132 { "name": "wpe-linux-bot-9", "platform": "wpe" } 132 { "name": "wpe-linux-bot-9", "platform": "wpe" }, 133 { "name": "wpe-linux-bot-10", "platform": "wpe" } 133 134 ], 134 135 … … 552 553 "additionalArguments": ["--cmakeargs=-DENABLE_UNIFIED_BUILDS=OFF"], 553 554 "workernames": ["wpe-linux-bot-9"] 555 }, 556 { 557 "name": "WPE-Linux-64-bit-Release-Ubuntu-LTS-Build", "factory": "BuildFactory", "builddir": "wpe-linux-64-release-ubuntu", 558 "platform": "wpe", "configuration": "release", "architectures": ["x86_64"], 559 "additionalArguments": ["--no-experimental-features"], 560 "workernames": ["wpe-linux-bot-10"] 554 561 } 555 562 ], … … 557 564 "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0, 558 565 "builderNames": ["GTK-Linux-64-bit-Release-Build", "GTK-Linux-64-bit-Debug-Build", 559 "GTK-Linux-64-bit-Release-Debian-Stable-Build", "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build", 566 "GTK-Linux-64-bit-Release-Debian-Stable-Build", 567 "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build", 568 "WPE-Linux-64-bit-Release-Ubuntu-LTS-Build", 560 569 "JSCOnly-Linux-AArch64-Release", 561 570 "JSCOnly-Linux-ARMv7-Thumb2-Release", "JSCOnly-Linux-ARMv7-Thumb2-SoftFP-Release", -
trunk/Tools/ChangeLog
r280713 r280717 1 2021-08-05 Diego Pino Garcia <dpino@igalia.com> 2 3 [buildbot] Add new post-commit bot to build WPE on Ubuntu-LTS 4 https://bugs.webkit.org/show_bug.cgi?id=228535 5 6 Reviewed by Alexey Proskuryakov. 7 8 Currently we only had a bot to build WebKitGTK on Ubuntu LTS. This is 9 not enough to detect build regressions in WPE. 10 11 * CISupport/build-webkit-org/config.json: 12 1 13 2021-08-05 Kate Cheney <katherine_cheney@apple.com> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.