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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux ARM Cross-Compile", | 10 "Linux ARM Cross-Compile", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "-u", | 94 "-u", |
95 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 95 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
96 "--output", | 96 "--output", |
97 "/path/to/tmp/json", | 97 "/path/to/tmp/json", |
98 "--", | 98 "--", |
99 "--build-config-fs", | 99 "--build-config-fs", |
100 "Release", | 100 "Release", |
101 "--paths", | 101 "--paths", |
102 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 102 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
103 "--properties", | 103 "--properties", |
104 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}" | 104 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"ma
stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" |
105 ], | 105 ], |
106 "name": "get compile targets for scripts", | 106 "name": "get compile targets for scripts", |
107 "~followup_annotations": [ | 107 "~followup_annotations": [ |
108 "@@@STEP_LOG_LINE@json.output@{}@@@", | 108 "@@@STEP_LOG_LINE@json.output@{}@@@", |
109 "@@@STEP_LOG_END@json.output@@@" | 109 "@@@STEP_LOG_END@json.output@@@" |
110 ] | 110 ] |
111 }, | 111 }, |
112 { | 112 { |
113 "cmd": [ | 113 "cmd": [ |
114 "python", | 114 "python", |
(...skipping 12 matching lines...) Expand all Loading... |
127 "--src-dir", | 127 "--src-dir", |
128 "[SLAVE_BUILD]/src", | 128 "[SLAVE_BUILD]/src", |
129 "--build-tool", | 129 "--build-tool", |
130 "ninja", | 130 "ninja", |
131 "--", | 131 "--", |
132 "browser_tests_run" | 132 "browser_tests_run" |
133 ], | 133 ], |
134 "name": "compile" | 134 "name": "compile" |
135 } | 135 } |
136 ] | 136 ] |
OLD | NEW |