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

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

Issue 708993002: Revert "Use remove_build_metadata.py on all the trybots (take 2)." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month 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
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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel", 10 "linux_chromium_rel",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "base_unittests_run", 248 "base_unittests_run",
249 "browser_tests", 249 "browser_tests",
250 "chrome" 250 "chrome"
251 ], 251 ],
252 "name": "compile (with patch)" 252 "name": "compile (with patch)"
253 }, 253 },
254 { 254 {
255 "cmd": [ 255 "cmd": [
256 "python", 256 "python",
257 "-u", 257 "-u",
258 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
259 "--build-dir",
260 "[SLAVE_BUILD]/src/out/Release",
261 "--src-dir",
262 "[SLAVE_BUILD]/src"
263 ],
264 "cwd": "[SLAVE_BUILD]",
265 "name": "remove_build_metadata"
266 },
267 {
268 "cmd": [
269 "python",
270 "-u",
271 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 258 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
272 "/path/to/tmp/", 259 "/path/to/tmp/",
273 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 260 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
274 ], 261 ],
275 "name": "find isolated targets" 262 "name": "find isolated targets"
276 }, 263 },
277 { 264 {
278 "cmd": [ 265 "cmd": [
279 "python", 266 "python",
280 "-u", 267 "-u",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 482 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
496 "@@@STEP_FAILURE@@@" 483 "@@@STEP_FAILURE@@@"
497 ] 484 ]
498 }, 485 },
499 { 486 {
500 "name": "$final_result", 487 "name": "$final_result",
501 "reason": "Step('base_unittests') failed with return_code 1", 488 "reason": "Step('base_unittests') failed with return_code 1",
502 "status_code": 1 489 "status_code": 1
503 } 490 }
504 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698