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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Mac Builder", | 10 "Mac Builder", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "-u", | 133 "-u", |
134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
135 "--output", | 135 "--output", |
136 "/path/to/tmp/json", | 136 "/path/to/tmp/json", |
137 "--", | 137 "--", |
138 "--build-config-fs", | 138 "--build-config-fs", |
139 "Release", | 139 "Release", |
140 "--paths", | 140 "--paths", |
141 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 141 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
142 "--properties", | 142 "--properties", |
143 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"slavename\": \
"TestSlavename\"}" | 143 "{\"buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}
" |
144 ], | 144 ], |
145 "name": "get compile targets for scripts", | 145 "name": "get compile targets for scripts", |
146 "~followup_annotations": [ | 146 "~followup_annotations": [ |
147 "@@@STEP_LOG_LINE@json.output@{}@@@", | 147 "@@@STEP_LOG_LINE@json.output@{}@@@", |
148 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
149 ] | 149 ] |
150 }, | 150 }, |
151 { | 151 { |
152 "cmd": [ | 152 "cmd": [ |
153 "python", | 153 "python", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 "--build_revision", | 236 "--build_revision", |
237 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 237 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
238 "--factory-properties", | 238 "--factory-properties", |
239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
240 "--build-properties", | 240 "--build-properties", |
241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
242 ], | 242 ], |
243 "name": "package build" | 243 "name": "package build" |
244 } | 244 } |
245 ] | 245 ] |
OLD | NEW |