OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "taskkill" | 9 "name": "taskkill" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "chromium.fyi", | 17 "chromium.fyi", |
17 "--builder", | 18 "--builder", |
18 "CrWinClngLLDdbg", | 19 "CrWinClngLLDdbg", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--git-cache-dir", | 28 "--git-cache-dir", |
28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
29 "--output_json", | 30 "--output_json", |
30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
31 "--revision", | 32 "--revision", |
32 "src@HEAD", | 33 "src@HEAD", |
33 "--force", | 34 "--force", |
34 "--output_manifest" | 35 "--output_manifest" |
35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
36 "env": { | 38 "env": { |
37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 40 }, |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
105 ] | 107 ] |
106 }, | 108 }, |
107 { | 109 { |
108 "cmd": [ | 110 "cmd": [ |
109 "python", | 111 "python", |
110 "-u", | 112 "-u", |
111 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 113 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
112 "--version" | 114 "--version" |
113 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
114 "name": "swarming.py --version", | 117 "name": "swarming.py --version", |
115 "stdout": "/path/to/tmp/", | 118 "stdout": "/path/to/tmp/", |
116 "~followup_annotations": [ | 119 "~followup_annotations": [ |
117 "@@@STEP_TEXT@0.4.10@@@" | 120 "@@@STEP_TEXT@0.4.10@@@" |
118 ] | 121 ] |
119 }, | 122 }, |
120 { | 123 { |
121 "cmd": [ | 124 "cmd": [ |
122 "python", | 125 "python", |
123 "-u", | 126 "-u", |
124 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
125 "runhooks" | 128 "runhooks" |
126 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", |
127 "env": { | 131 "env": { |
128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
129 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=i
a32 test_isolation_mode=prepare use_lld=1", | 133 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=i
a32 test_isolation_mode=prepare use_lld=1", |
130 "LLVM_FORCE_HEAD_REVISION": "YES", | 134 "LLVM_FORCE_HEAD_REVISION": "YES", |
131 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 135 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
132 }, | 136 }, |
133 "name": "gclient runhooks" | 137 "name": "gclient runhooks" |
134 }, | 138 }, |
135 { | 139 { |
136 "cmd": [ | 140 "cmd": [ |
137 "python", | 141 "python", |
138 "-u", | 142 "-u", |
139 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 143 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
140 "--output", | 144 "--output", |
141 "/path/to/tmp/json", | 145 "/path/to/tmp/json", |
142 "--", | 146 "--", |
143 "--build-config-fs", | 147 "--build-config-fs", |
144 "Debug", | 148 "Debug", |
145 "--paths", | 149 "--paths", |
146 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 150 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
147 "--properties", | 151 "--properties", |
148 "{\"buildername\": \"CrWinClngLLDdbg\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" | 152 "{\"buildername\": \"CrWinClngLLDdbg\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" |
149 ], | 153 ], |
| 154 "cwd": "[SLAVE_BUILD]", |
150 "name": "get compile targets for scripts", | 155 "name": "get compile targets for scripts", |
151 "~followup_annotations": [ | 156 "~followup_annotations": [ |
152 "@@@STEP_LOG_LINE@json.output@{}@@@", | 157 "@@@STEP_LOG_LINE@json.output@{}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 158 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 159 ] |
155 }, | 160 }, |
156 { | 161 { |
157 "cmd": [ | 162 "cmd": [ |
158 "python", | 163 "python", |
159 "-u", | 164 "-u", |
160 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 165 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
161 "[CWD]\\src\\testing\\buildbot\\chromium.fyi.json", | 166 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
162 "/path/to/tmp/json" | 167 "/path/to/tmp/json" |
163 ], | 168 ], |
| 169 "cwd": "[SLAVE_BUILD]", |
164 "name": "read test spec", | 170 "name": "read test spec", |
165 "~followup_annotations": [ | 171 "~followup_annotations": [ |
166 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.fyi.json@@@", | 172 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
167 "@@@STEP_LOG_LINE@json.output@{@@@", | 173 "@@@STEP_LOG_LINE@json.output@{@@@", |
168 "@@@STEP_LOG_LINE@json.output@ \"CrWinClngLLDdbg tester\": {@@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"CrWinClngLLDdbg tester\": {@@@", |
169 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
170 "@@@STEP_LOG_LINE@json.output@ {@@@", | 176 "@@@STEP_LOG_LINE@json.output@ {@@@", |
171 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
172 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
173 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 179 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
174 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
175 "@@@STEP_LOG_LINE@json.output@ }@@@", | 181 "@@@STEP_LOG_LINE@json.output@ }@@@", |
176 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 182 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
177 "@@@STEP_LOG_LINE@json.output@ }@@@", | 183 "@@@STEP_LOG_LINE@json.output@ }@@@", |
178 "@@@STEP_LOG_LINE@json.output@}@@@", | 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
179 "@@@STEP_LOG_END@json.output@@@" | 185 "@@@STEP_LOG_END@json.output@@@" |
180 ] | 186 ] |
181 }, | 187 }, |
182 { | 188 { |
183 "cmd": [ | 189 "cmd": [ |
184 "python", | 190 "python", |
185 "-u", | 191 "-u", |
186 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 192 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
187 "--show-path", | 193 "--show-path", |
188 "python", | 194 "python", |
189 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 195 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
190 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]", |
191 "name": "cleanup_temp" | 198 "name": "cleanup_temp" |
192 }, | 199 }, |
193 { | 200 { |
194 "cmd": [ | 201 "cmd": [ |
195 "python", | 202 "python", |
196 "-u", | 203 "-u", |
197 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 204 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
198 "--build-dir", | 205 "--build-dir", |
199 "[CWD]\\src\\out\\Debug", | 206 "[SLAVE_BUILD]\\src\\out\\Debug", |
200 "--clean-isolated-files" | 207 "--clean-isolated-files" |
201 ], | 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
202 "name": "clean isolated files" | 210 "name": "clean isolated files" |
203 }, | 211 }, |
204 { | 212 { |
205 "allow_subannotations": true, | 213 "allow_subannotations": true, |
206 "cmd": [ | 214 "cmd": [ |
207 "python", | 215 "python", |
208 "-u", | 216 "-u", |
209 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
210 "--src-dir", | 218 "--src-dir", |
211 "[CWD]\\src", | 219 "[SLAVE_BUILD]\\src", |
212 "--output-json", | 220 "--output-json", |
213 "/path/to/tmp/json" | 221 "/path/to/tmp/json" |
214 ], | 222 ], |
| 223 "cwd": "[SLAVE_BUILD]", |
215 "env": { | 224 "env": { |
216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
217 "LLVM_FORCE_HEAD_REVISION": "YES" | 226 "LLVM_FORCE_HEAD_REVISION": "YES" |
218 }, | 227 }, |
219 "name": "clang_revision", | 228 "name": "clang_revision", |
220 "~followup_annotations": [ | 229 "~followup_annotations": [ |
221 "@@@STEP_LOG_LINE@json.output@{@@@", | 230 "@@@STEP_LOG_LINE@json.output@{@@@", |
222 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
223 "@@@STEP_LOG_LINE@json.output@}@@@", | 232 "@@@STEP_LOG_LINE@json.output@}@@@", |
224 "@@@STEP_LOG_END@json.output@@@" | 233 "@@@STEP_LOG_END@json.output@@@" |
225 ] | 234 ] |
226 }, | 235 }, |
227 { | 236 { |
228 "cmd": [ | 237 "cmd": [ |
229 "python", | 238 "python", |
230 "-u", | 239 "-u", |
231 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 240 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
232 "--show-path", | 241 "--show-path", |
233 "python", | 242 "python", |
234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
235 "--gsutil-py-path", | 244 "--gsutil-py-path", |
236 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 245 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
237 "--ninja-path", | 246 "--ninja-path", |
238 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 247 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
239 "--target", | 248 "--target", |
240 "Debug", | 249 "Debug", |
241 "--src-dir", | 250 "--src-dir", |
242 "[CWD]\\src", | 251 "[SLAVE_BUILD]\\src", |
243 "--goma-cache-dir", | 252 "--goma-cache-dir", |
244 "[ROOT]\\b\\build\\slave\\goma_cache", | 253 "[GOMA_CACHE]", |
245 "--build-tool", | 254 "--build-tool", |
246 "ninja", | 255 "ninja", |
247 "--build-data-dir", | 256 "--build-data-dir", |
248 "[ROOT]\\build_data_dir", | 257 "[ROOT]\\build_data_dir", |
249 "--compiler", | 258 "--compiler", |
250 "clang", | 259 "clang", |
251 "--", | 260 "--", |
252 "all" | 261 "all" |
253 ], | 262 ], |
| 263 "cwd": "[SLAVE_BUILD]", |
254 "env": { | 264 "env": { |
255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
256 "LLVM_FORCE_HEAD_REVISION": "YES" | 266 "LLVM_FORCE_HEAD_REVISION": "YES" |
257 }, | 267 }, |
258 "name": "compile" | 268 "name": "compile" |
259 }, | 269 }, |
260 { | 270 { |
261 "cmd": [ | 271 "cmd": [ |
262 "python", | 272 "python", |
263 "-u", | 273 "-u", |
264 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 274 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
265 "--build-dir", | 275 "--build-dir", |
266 "[CWD]\\src\\out\\Debug", | 276 "[SLAVE_BUILD]\\src\\out\\Debug", |
267 "--src-dir", | 277 "--src-dir", |
268 "[CWD]\\src" | 278 "[SLAVE_BUILD]\\src" |
269 ], | 279 ], |
270 "cwd": "[CWD]", | 280 "cwd": "[SLAVE_BUILD]", |
271 "name": "remove_build_metadata" | 281 "name": "remove_build_metadata" |
272 }, | 282 }, |
273 { | 283 { |
274 "cmd": [ | 284 "cmd": [ |
275 "python", | 285 "python", |
276 "-u", | 286 "-u", |
277 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 287 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
278 "[CWD]\\src\\tools\\swarming_client", | 288 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
279 "batcharchive", | 289 "batcharchive", |
280 "--dump-json", | 290 "--dump-json", |
281 "/path/to/tmp/json", | 291 "/path/to/tmp/json", |
282 "--isolate-server", | 292 "--isolate-server", |
283 "https://isolateserver.appspot.com", | 293 "https://isolateserver.appspot.com", |
284 "--verbose", | 294 "--verbose", |
285 "[CWD]\\src\\out\\Debug\\browser_tests.isolated.gen.json" | 295 "[SLAVE_BUILD]\\src\\out\\Debug\\browser_tests.isolated.gen.json" |
286 ], | 296 ], |
| 297 "cwd": "[SLAVE_BUILD]", |
287 "name": "isolate tests", | 298 "name": "isolate tests", |
288 "~followup_annotations": [ | 299 "~followup_annotations": [ |
289 "@@@STEP_LOG_LINE@json.output@{@@@", | 300 "@@@STEP_LOG_LINE@json.output@{@@@", |
290 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
291 "@@@STEP_LOG_LINE@json.output@}@@@", | 302 "@@@STEP_LOG_LINE@json.output@}@@@", |
292 "@@@STEP_LOG_END@json.output@@@" | 303 "@@@STEP_LOG_END@json.output@@@" |
293 ] | 304 ] |
294 }, | 305 }, |
295 { | 306 { |
296 "allow_subannotations": true, | 307 "allow_subannotations": true, |
297 "cmd": [ | 308 "cmd": [ |
298 "python", | 309 "python", |
299 "-u", | 310 "-u", |
300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 311 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
301 "--show-path", | 312 "--show-path", |
302 "python", | 313 "python", |
303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 314 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
304 "--target", | 315 "--target", |
305 "Debug", | 316 "Debug", |
306 "--build-url", | 317 "--build-url", |
307 "gs://chromium-fyi-archive/chromium.fyi/CrWinClngLLDdbg", | 318 "gs://chromium-fyi-archive/chromium.fyi/CrWinClngLLDdbg", |
308 "--build_revision", | 319 "--build_revision", |
309 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 320 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
310 "--factory-properties", | 321 "--factory-properties", |
311 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLDd
bg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna
me\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi
r\": \"/path/to/workdir/TestSlavename\"}", | 322 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLDd
bg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna
me\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi
r\": \"/path/to/workdir/TestSlavename\"}", |
312 "--build-properties", | 323 "--build-properties", |
313 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLDd
bg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna
me\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi
r\": \"/path/to/workdir/TestSlavename\"}" | 324 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClngLLDd
bg\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna
me\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi
r\": \"/path/to/workdir/TestSlavename\"}" |
314 ], | 325 ], |
| 326 "cwd": "[SLAVE_BUILD]", |
315 "name": "package build" | 327 "name": "package build" |
316 }, | 328 }, |
317 { | 329 { |
318 "cmd": [], | 330 "cmd": [], |
| 331 "cwd": "[SLAVE_BUILD]", |
319 "name": "trigger", | 332 "name": "trigger", |
320 "trigger_specs": [ | 333 "trigger_specs": [ |
321 { | 334 { |
322 "builder_name": "CrWinClngLLDdbg tester", | 335 "builder_name": "CrWinClngLLDdbg tester", |
323 "properties": { | 336 "properties": { |
324 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 337 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
325 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 338 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
326 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 339 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
327 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 340 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
328 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 341 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
(...skipping 10 matching lines...) Expand all Loading... |
339 "~followup_annotations": [ | 352 "~followup_annotations": [ |
340 "@@@STEP_TEXT@CrWinClngLLDdbg tester@@@" | 353 "@@@STEP_TEXT@CrWinClngLLDdbg tester@@@" |
341 ] | 354 ] |
342 }, | 355 }, |
343 { | 356 { |
344 "name": "$result", | 357 "name": "$result", |
345 "recipe_result": null, | 358 "recipe_result": null, |
346 "status_code": 0 | 359 "status_code": 0 |
347 } | 360 } |
348 ] | 361 ] |
OLD | NEW |