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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_blink_trybot.json

Issue 1507193004: Use MB on all of the blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: reparent Created 5 years 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_rel", 10 "mac_blink_rel",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 }, 114 },
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "[DEPOT_TOOLS]/gclient.py", 119 "[DEPOT_TOOLS]/gclient.py",
120 "runhooks" 120 "runhooks"
121 ], 121 ],
122 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
123 "env": { 123 "env": {
124 "GYP_CHROMIUM_NO_ACTION": "1",
124 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1" 125 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1"
125 }, 126 },
126 "name": "gclient runhooks (with patch)" 127 "name": "gclient runhooks (with patch)"
127 }, 128 },
128 { 129 {
129 "cmd": [ 130 "cmd": [
130 "python", 131 "python",
131 "-u", 132 "-u",
132 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 133 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
133 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", 134 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 203 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
203 "@@@STEP_LOG_LINE@json.output@ }@@@", 204 "@@@STEP_LOG_LINE@json.output@ }@@@",
204 "@@@STEP_LOG_LINE@json.output@}@@@", 205 "@@@STEP_LOG_LINE@json.output@}@@@",
205 "@@@STEP_LOG_END@json.output@@@" 206 "@@@STEP_LOG_END@json.output@@@"
206 ] 207 ]
207 }, 208 },
208 { 209 {
209 "cmd": [ 210 "cmd": [
210 "python", 211 "python",
211 "-u", 212 "-u",
212 "[SLAVE_BUILD]/src/build/gyp_chromium", 213 "[SLAVE_BUILD]/src/tools/mb/mb.py",
213 "--analyzer", 214 "analyze",
215 "-m",
216 "tryserver.blink",
217 "-b",
218 "mac_blink_rel",
219 "-v",
220 "//out/Release",
214 "{\"additional_compile_targets\": [], \"files\": [\"v8/foo.cc\"], \"test_t argets\": [\"blink_tests\"]}", 221 "{\"additional_compile_targets\": [], \"files\": [\"v8/foo.cc\"], \"test_t argets\": [\"blink_tests\"]}",
215 "/path/to/tmp/json" 222 "/path/to/tmp/json"
216 ], 223 ],
217 "cwd": "[SLAVE_BUILD]", 224 "cwd": "[SLAVE_BUILD]",
218 "env": {
219 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1"
220 },
221 "name": "analyze", 225 "name": "analyze",
222 "~followup_annotations": [ 226 "~followup_annotations": [
223 "@@@STEP_TEXT@No compile necessary@@@", 227 "@@@STEP_TEXT@No compile necessary@@@",
224 "@@@STEP_LOG_LINE@json.output@{@@@", 228 "@@@STEP_LOG_LINE@json.output@{@@@",
225 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 229 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
226 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 230 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
227 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 231 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
228 "@@@STEP_LOG_LINE@json.output@}@@@", 232 "@@@STEP_LOG_LINE@json.output@}@@@",
229 "@@@STEP_LOG_END@json.output@@@", 233 "@@@STEP_LOG_END@json.output@@@",
230 "@@@STEP_LOG_LINE@analyze_details@{@@@", 234 "@@@STEP_LOG_LINE@analyze_details@{@@@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 235 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
232 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 236 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
233 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 237 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
234 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 238 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
235 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 239 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
236 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 240 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
237 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 241 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
238 "@@@STEP_LOG_LINE@analyze_details@}@@@", 242 "@@@STEP_LOG_LINE@analyze_details@}@@@",
239 "@@@STEP_LOG_END@analyze_details@@@" 243 "@@@STEP_LOG_END@analyze_details@@@"
240 ] 244 ]
241 }, 245 },
242 { 246 {
243 "name": "$result", 247 "name": "$result",
244 "recipe_result": null, 248 "recipe_result": null,
245 "status_code": 0 249 "status_code": 0
246 } 250 }
247 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698