| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests", | 10 "Android Tests", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "-u", | 95 "-u", |
| 96 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 96 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 97 "--output", | 97 "--output", |
| 98 "/path/to/tmp/json", | 98 "/path/to/tmp/json", |
| 99 "--", | 99 "--", |
| 100 "--build-config-fs", | 100 "--build-config-fs", |
| 101 "Release", | 101 "Release", |
| 102 "--paths", | 102 "--paths", |
| 103 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 103 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 104 "--properties", | 104 "--properties", |
| 105 "{\"buildername\": \"Android Tests\", \"buildnumber\": 571, \"slavename\":
\"TestSlavename\"}" | 105 "{\"buildername\": \"Android Tests\", \"buildnumber\": 571, \"mastername\"
: \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"a
ndroid\"}" |
| 106 ], | 106 ], |
| 107 "name": "get compile targets for scripts", | 107 "name": "get compile targets for scripts", |
| 108 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 109 "@@@STEP_LOG_LINE@json.output@{}@@@", | 109 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 110 "@@@STEP_LOG_END@json.output@@@" | 110 "@@@STEP_LOG_END@json.output@@@" |
| 111 ] | 111 ] |
| 112 }, | 112 }, |
| 113 { | 113 { |
| 114 "cmd": [ | 114 "cmd": [ |
| 115 "python", | 115 "python", |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 884 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 885 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 885 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 886 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 886 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 887 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 887 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 888 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 888 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 889 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 889 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 890 "@@@STEP_LOG_END@python.inline@@@" | 890 "@@@STEP_LOG_END@python.inline@@@" |
| 891 ] | 891 ] |
| 892 } | 892 } |
| 893 ] | 893 ] |
| OLD | NEW |