| OLD | NEW |
| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "base_unittests_run", | 226 "base_unittests_run", |
| 227 "browser_tests", | 227 "browser_tests", |
| 228 "browser_tests_run" | 228 "browser_tests_run" |
| 229 ], | 229 ], |
| 230 "name": "compile (with patch)" | 230 "name": "compile (with patch)" |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "cmd": [ | 233 "cmd": [ |
| 234 "python", | 234 "python", |
| 235 "-u", | 235 "-u", |
| 236 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | |
| 237 "--build-dir", | |
| 238 "[SLAVE_BUILD]/src/out/Release", | |
| 239 "--src-dir", | |
| 240 "[SLAVE_BUILD]/src" | |
| 241 ], | |
| 242 "cwd": "[SLAVE_BUILD]", | |
| 243 "name": "remove_build_metadata" | |
| 244 }, | |
| 245 { | |
| 246 "cmd": [ | |
| 247 "python", | |
| 248 "-u", | |
| 249 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 236 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 250 "/path/to/tmp/", | 237 "/path/to/tmp/", |
| 251 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 238 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
| 252 ], | 239 ], |
| 253 "name": "find isolated targets" | 240 "name": "find isolated targets" |
| 254 }, | 241 }, |
| 255 { | 242 { |
| 256 "cmd": [ | 243 "cmd": [ |
| 257 "python", | 244 "python", |
| 258 "-u", | 245 "-u", |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 867 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 881 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 868 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 882 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 869 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 883 "@@@STEP_LOG_LINE@python.inline@@@@", | 870 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 884 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 871 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 885 "@@@STEP_LOG_END@python.inline@@@", | 872 "@@@STEP_LOG_END@python.inline@@@", |
| 886 "@@@STEP_FAILURE@@@" | 873 "@@@STEP_FAILURE@@@" |
| 887 ] | 874 ] |
| 888 } | 875 } |
| 889 ] | 876 ] |
| OLD | NEW |