Changeset 262998 in webkit
- Timestamp:
- Jun 13, 2020, 1:43:28 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json
r262975 r262998 414 414 { 415 415 "name": "WPE Linux 64-bit Debug (Tests JS)", "type": "TestJS", "builddir": "wpe-linux-64-debug-tests-js", 416 "platform": "wpe", "configuration": " release", "architectures": ["x86_64"],416 "platform": "wpe", "configuration": "debug", "architectures": ["x86_64"], 417 417 "slavenames": ["wpe-linux-bot-6"] 418 418 } -
trunk/Tools/ChangeLog
r262991 r262998 1 2020-06-13 Diego Pino Garcia <dpino@igalia.com> 2 3 Unreviewed, fix configuration setting of WPE Debug (Tests JS) bot 4 https://bugs.webkit.org/show_bug.cgi?id=213164 5 6 The bot was meant to run as Debug. 7 8 * BuildSlaveSupport/build.webkit.org-config/config.json: 9 1 10 2020-06-12 Keith Miller <keith_miller@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.