Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json

Issue 1751613003: WebRTC: Temporarily make libfuzzer bot use HEAD Clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_libfuzzer_rel", 10 "linux_libfuzzer_rel",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 }, 77 },
78 "name": "gclient runhooks" 78 "name": "gclient runhooks"
79 }, 79 },
80 { 80 {
81 "cmd": [ 81 "cmd": [
82 "tools/clang/scripts/update.py", 82 "tools/clang/scripts/update.py",
83 "--force-local-build", 83 "--force-local-build",
84 "--without-android" 84 "--without-android"
85 ], 85 ],
86 "cwd": "[SLAVE_BUILD]/src", 86 "cwd": "[SLAVE_BUILD]/src",
87 "env": {
88 "LLVM_FORCE_HEAD_REVISION": "YES"
89 },
87 "name": "checkout llvm" 90 "name": "checkout llvm"
88 }, 91 },
89 { 92 {
90 "cmd": [ 93 "cmd": [
91 "python", 94 "python",
92 "-u", 95 "-u",
93 "[DEPOT_TOOLS]/gn.py", 96 "[DEPOT_TOOLS]/gn.py",
94 "--root=[SLAVE_BUILD]/src", 97 "--root=[SLAVE_BUILD]/src",
95 "gen", 98 "gen",
96 "//out/Release", 99 "//out/Release",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
153 "@@@STEP_LOG_END@json.output (invalid)@@@" 156 "@@@STEP_LOG_END@json.output (invalid)@@@"
154 ] 157 ]
155 }, 158 },
156 { 159 {
157 "name": "$result", 160 "name": "$result",
158 "recipe_result": null, 161 "recipe_result": null,
159 "status_code": 0 162 "status_code": 0
160 } 163 }
161 ] 164 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698