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

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

Issue 1757843002: Revert of 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 },
90 "name": "checkout llvm" 87 "name": "checkout llvm"
91 }, 88 },
92 { 89 {
93 "cmd": [ 90 "cmd": [
94 "python", 91 "python",
95 "-u", 92 "-u",
96 "[DEPOT_TOOLS]/gn.py", 93 "[DEPOT_TOOLS]/gn.py",
97 "--root=[SLAVE_BUILD]/src", 94 "--root=[SLAVE_BUILD]/src",
98 "gen", 95 "gen",
99 "//out/Release", 96 "//out/Release",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
156 "@@@STEP_LOG_END@json.output (invalid)@@@" 153 "@@@STEP_LOG_END@json.output (invalid)@@@"
157 ] 154 ]
158 }, 155 },
159 { 156 {
160 "name": "$result", 157 "name": "$result",
161 "recipe_result": null, 158 "recipe_result": null,
162 "status_code": 0 159 "status_code": 0
163 } 160 }
164 ] 161 ]
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