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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests_no_builder.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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "base_unittests", 246 "base_unittests",
247 "base_unittests_run", 247 "base_unittests_run",
248 "browser_tests" 248 "browser_tests"
249 ], 249 ],
250 "name": "compile (with patch)" 250 "name": "compile (with patch)"
251 }, 251 },
252 { 252 {
253 "cmd": [ 253 "cmd": [
254 "python", 254 "python",
255 "-u", 255 "-u",
256 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
257 "--build-dir",
258 "[SLAVE_BUILD]/src/out/Release",
259 "--src-dir",
260 "[SLAVE_BUILD]/src"
261 ],
262 "cwd": "[SLAVE_BUILD]",
263 "name": "remove_build_metadata"
264 },
265 {
266 "cmd": [
267 "python",
268 "-u",
269 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 256 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
270 "/path/to/tmp/", 257 "/path/to/tmp/",
271 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 258 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
272 ], 259 ],
273 "name": "find isolated targets" 260 "name": "find isolated targets"
274 }, 261 },
275 { 262 {
276 "cmd": [ 263 "cmd": [
277 "python", 264 "python",
278 "-u", 265 "-u",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 480 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
494 "@@@STEP_FAILURE@@@" 481 "@@@STEP_FAILURE@@@"
495 ] 482 ]
496 }, 483 },
497 { 484 {
498 "name": "$final_result", 485 "name": "$final_result",
499 "reason": "Step('base_unittests') failed with return_code 1", 486 "reason": "Step('base_unittests') failed with return_code 1",
500 "status_code": 1 487 "status_code": 1
501 } 488 }
502 ] 489 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698