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 "ClangToTLinuxASan tester", | 10 "ClangToTLinuxASan tester", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "-u", | 118 "-u", |
119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
120 "--output", | 120 "--output", |
121 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
122 "--", | 122 "--", |
123 "--build-config-fs", | 123 "--build-config-fs", |
124 "Release", | 124 "Release", |
125 "--paths", | 125 "--paths", |
126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
127 "--properties", | 127 "--properties", |
128 "{\"buildername\": \"ClangToTLinuxASan tester\", \"buildnumber\": 571, \"s
lavename\": \"TestSlavename\"}" | 128 "{\"buildername\": \"ClangToTLinuxASan tester\", \"buildnumber\": 571, \"m
astername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" |
129 ], | 129 ], |
130 "name": "get compile targets for scripts", | 130 "name": "get compile targets for scripts", |
131 "~followup_annotations": [ | 131 "~followup_annotations": [ |
132 "@@@STEP_LOG_LINE@json.output@{}@@@", | 132 "@@@STEP_LOG_LINE@json.output@{}@@@", |
133 "@@@STEP_LOG_END@json.output@@@" | 133 "@@@STEP_LOG_END@json.output@@@" |
134 ] | 134 ] |
135 }, | 135 }, |
136 { | 136 { |
137 "cmd": [ | 137 "cmd": [ |
138 "python", | 138 "python", |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "https://chromium-swarm.appspot.com", | 295 "https://chromium-swarm.appspot.com", |
296 "--decorate", | 296 "--decorate", |
297 "--print-status-updates", | 297 "--print-status-updates", |
298 "--shards", | 298 "--shards", |
299 "1", | 299 "1", |
300 "browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinuxASan tester/571" | 300 "browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinuxASan tester/571" |
301 ], | 301 ], |
302 "name": "browser_tests" | 302 "name": "browser_tests" |
303 } | 303 } |
304 ] | 304 ] |
OLD | NEW |