Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Win_Builder.json

Issue 2154263006: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (patchset #2 id:20… (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\win", 15 "[BUILDER_CACHE]\\GPU_Win_Builder",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
49 "--git-cache-dir", 49 "--git-cache-dir",
50 "[GIT_CACHE]", 50 "[GIT_CACHE]",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--force", 55 "--force",
56 "--output_manifest" 56 "--output_manifest"
57 ], 57 ],
58 "cwd": "[BUILDER_CACHE]\\win", 58 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder",
59 "env": { 59 "env": {
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 61 },
62 "name": "bot_update", 62 "name": "bot_update",
63 "~followup_annotations": [ 63 "~followup_annotations": [
64 "@@@STEP_TEXT@Some step text@@@", 64 "@@@STEP_TEXT@Some step text@@@",
65 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "@@@STEP_LOG_LINE@json.output@ }@@@", 186 "@@@STEP_LOG_LINE@json.output@ }@@@",
187 "@@@STEP_LOG_LINE@json.output@ ]@@@", 187 "@@@STEP_LOG_LINE@json.output@ ]@@@",
188 "@@@STEP_LOG_LINE@json.output@}@@@", 188 "@@@STEP_LOG_LINE@json.output@}@@@",
189 "@@@STEP_LOG_END@json.output@@@" 189 "@@@STEP_LOG_END@json.output@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", 196 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\swarming_client\\swarming.p y",
197 "--version" 197 "--version"
198 ], 198 ],
199 "name": "swarming.py --version", 199 "name": "swarming.py --version",
200 "stdout": "/path/to/tmp/", 200 "stdout": "/path/to/tmp/",
201 "~followup_annotations": [ 201 "~followup_annotations": [
202 "@@@STEP_TEXT@0.8.6@@@" 202 "@@@STEP_TEXT@0.8.6@@@"
203 ] 203 ]
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
210 "runhooks" 210 "runhooks"
211 ], 211 ],
212 "cwd": "[BUILDER_CACHE]\\win\\src", 212 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder\\src",
213 "env": { 213 "env": {
214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
215 "GYP_CHROMIUM_NO_ACTION": "1", 215 "GYP_CHROMIUM_NO_ACTION": "1",
216 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_ arch=ia32 test_isolation_mode=prepare use_goma=1", 216 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_ arch=ia32 test_isolation_mode=prepare use_goma=1",
217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
218 }, 218 },
219 "name": "gclient runhooks" 219 "name": "gclient runhooks"
220 }, 220 },
221 { 221 {
222 "cmd": [ 222 "cmd": [
223 "python", 223 "python",
224 "-u", 224 "-u",
225 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", 225 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\scripts\\get_compile_targ ets.py",
226 "--output", 226 "--output",
227 "/path/to/tmp/json", 227 "/path/to/tmp/json",
228 "--", 228 "--",
229 "--build-config-fs", 229 "--build-config-fs",
230 "Release", 230 "Release",
231 "--use-src-side-runtest-py", 231 "--use-src-side-runtest-py",
232 "--paths", 232 "--paths",
233 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 233 "{\"checkout\": \"[BUILDER_CACHE]\\\\GPU_Win_Builder\\\\src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\ ": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
234 "--properties", 234 "--properties",
235 "{\"buildername\": \"GPU Win Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.gpu\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}" 235 "{\"buildername\": \"GPU Win Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.gpu\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}"
236 ], 236 ],
237 "name": "get compile targets for scripts", 237 "name": "get compile targets for scripts",
238 "~followup_annotations": [ 238 "~followup_annotations": [
239 "@@@STEP_LOG_LINE@json.output@{}@@@", 239 "@@@STEP_LOG_LINE@json.output@{}@@@",
240 "@@@STEP_LOG_END@json.output@@@" 240 "@@@STEP_LOG_END@json.output@@@"
241 ] 241 ]
242 }, 242 },
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "python", 245 "python",
246 "-u", 246 "-u",
247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
248 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.gpu.json", 248 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\buildbot\\chromium.gpu.js on",
249 "/path/to/tmp/json" 249 "/path/to/tmp/json"
250 ], 250 ],
251 "name": "read test spec (chromium.gpu.json)", 251 "name": "read test spec (chromium.gpu.json)",
252 "~followup_annotations": [ 252 "~followup_annotations": [
253 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .gpu.json@@@", 253 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\buildb ot\\chromium.gpu.json@@@",
254 "@@@STEP_LOG_LINE@json.output@{@@@", 254 "@@@STEP_LOG_LINE@json.output@{@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"Win7 Release (NVIDIA)\": {@@@", 255 "@@@STEP_LOG_LINE@json.output@ \"Win7 Release (NVIDIA)\": {@@@",
256 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
257 "@@@STEP_LOG_LINE@json.output@ {@@@", 257 "@@@STEP_LOG_LINE@json.output@ {@@@",
258 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 258 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
259 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 259 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
260 "@@@STEP_LOG_LINE@json.output@ }, @@@", 260 "@@@STEP_LOG_LINE@json.output@ }, @@@",
261 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 261 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
262 "@@@STEP_LOG_LINE@json.output@ }@@@", 262 "@@@STEP_LOG_LINE@json.output@ }@@@",
263 "@@@STEP_LOG_LINE@json.output@ ]@@@", 263 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 12 matching lines...) Expand all
276 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 276 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
277 ], 277 ],
278 "name": "cleanup_temp" 278 "name": "cleanup_temp"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
283 "-u", 283 "-u",
284 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 284 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
285 "--build-dir", 285 "--build-dir",
286 "[BUILDER_CACHE]\\win\\src\\out\\Release", 286 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\out\\Release",
287 "--clean-isolated-files" 287 "--clean-isolated-files"
288 ], 288 ],
289 "name": "clean isolated files" 289 "name": "clean isolated files"
290 }, 290 },
291 { 291 {
292 "cmd": [ 292 "cmd": [
293 "python", 293 "python",
294 "-u", 294 "-u",
295 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", 295 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\mb\\mb.py",
296 "gen", 296 "gen",
297 "-m", 297 "-m",
298 "chromium.gpu", 298 "chromium.gpu",
299 "-b", 299 "-b",
300 "GPU Win Builder", 300 "GPU Win Builder",
301 "--config-file", 301 "--config-file",
302 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 302 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\mb\\mb_config.pyl",
303 "--goma-dir", 303 "--goma-dir",
304 "[CACHE]\\cipd\\goma", 304 "[CACHE]\\cipd\\goma",
305 "--swarming-targets-file", 305 "--swarming-targets-file",
306 "browser_tests\n", 306 "browser_tests\n",
307 "//out/Release" 307 "//out/Release"
308 ], 308 ],
309 "cwd": "[BUILDER_CACHE]\\win\\src", 309 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder\\src",
310 "env": { 310 "env": {
311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
312 }, 312 },
313 "name": "generate_build_files", 313 "name": "generate_build_files",
314 "~followup_annotations": [ 314 "~followup_annotations": [
315 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 315 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
316 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 316 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
317 ] 317 ]
318 }, 318 },
319 { 319 {
320 "cmd": [ 320 "cmd": [
321 "python", 321 "python",
322 "-u", 322 "-u",
323 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 323 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
324 "--show-path", 324 "--show-path",
325 "python", 325 "python",
326 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 326 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
327 "--gsutil-py-path", 327 "--gsutil-py-path",
328 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 328 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
329 "--ninja-path", 329 "--ninja-path",
330 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 330 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
331 "--target", 331 "--target",
332 "Release", 332 "Release",
333 "--src-dir", 333 "--src-dir",
334 "[BUILDER_CACHE]\\win\\src", 334 "[BUILDER_CACHE]\\GPU_Win_Builder\\src",
335 "--goma-cache-dir", 335 "--goma-cache-dir",
336 "[GOMA_CACHE]", 336 "[GOMA_CACHE]",
337 "--goma-deps-cache-dir", 337 "--goma-deps-cache-dir",
338 "[GOMA_DEPS_CACHE]", 338 "[GOMA_DEPS_CACHE]",
339 "--build-data-dir", 339 "--build-data-dir",
340 "[ROOT]\\build_data_dir", 340 "[ROOT]\\build_data_dir",
341 "--compiler", 341 "--compiler",
342 "goma", 342 "goma",
343 "--goma-jsonstatus", 343 "--goma-jsonstatus",
344 "/path/to/tmp/json", 344 "/path/to/tmp/json",
(...skipping 14 matching lines...) Expand all
359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
360 "@@@STEP_LOG_END@json.output (invalid)@@@" 360 "@@@STEP_LOG_END@json.output (invalid)@@@"
361 ] 361 ]
362 }, 362 },
363 { 363 {
364 "cmd": [ 364 "cmd": [
365 "python", 365 "python",
366 "-u", 366 "-u",
367 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 367 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
368 "--build-dir", 368 "--build-dir",
369 "[BUILDER_CACHE]\\win\\src\\out\\Release", 369 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\out\\Release",
370 "--src-dir", 370 "--src-dir",
371 "[BUILDER_CACHE]\\win\\src" 371 "[BUILDER_CACHE]\\GPU_Win_Builder\\src"
372 ], 372 ],
373 "cwd": "[SLAVE_BUILD]", 373 "cwd": "[SLAVE_BUILD]",
374 "name": "remove_build_metadata" 374 "name": "remove_build_metadata"
375 }, 375 },
376 { 376 {
377 "cmd": [ 377 "cmd": [
378 "python", 378 "python",
379 "-u", 379 "-u",
380 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 380 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
381 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", 381 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\swarming_client",
382 "batcharchive", 382 "batcharchive",
383 "--dump-json", 383 "--dump-json",
384 "/path/to/tmp/json", 384 "/path/to/tmp/json",
385 "--isolate-server", 385 "--isolate-server",
386 "https://isolateserver.appspot.com", 386 "https://isolateserver.appspot.com",
387 "--verbose", 387 "--verbose",
388 "[BUILDER_CACHE]\\win\\src\\out\\Release\\browser_tests.isolated.gen.json" 388 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\out\\Release\\browser_tests.isolat ed.gen.json"
389 ], 389 ],
390 "name": "isolate tests", 390 "name": "isolate tests",
391 "~followup_annotations": [ 391 "~followup_annotations": [
392 "@@@STEP_LOG_LINE@json.output@{@@@", 392 "@@@STEP_LOG_LINE@json.output@{@@@",
393 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 393 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
394 "@@@STEP_LOG_LINE@json.output@}@@@", 394 "@@@STEP_LOG_LINE@json.output@}@@@",
395 "@@@STEP_LOG_END@json.output@@@" 395 "@@@STEP_LOG_END@json.output@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "allow_subannotations": true, 399 "allow_subannotations": true,
400 "cmd": [ 400 "cmd": [
401 "python", 401 "python",
402 "-u", 402 "-u",
403 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 403 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
404 "--show-path", 404 "--show-path",
405 "python", 405 "python",
406 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 406 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
407 "--target", 407 "--target",
408 "Release", 408 "Release",
409 "--gsutil-py-path", 409 "--gsutil-py-path",
410 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 410 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
411 "--staging-dir", 411 "--staging-dir",
412 "[CACHE]\\chrome_staging", 412 "[CACHE]\\chrome_staging",
413 "--src-dir", 413 "--src-dir",
414 "[BUILDER_CACHE]\\win\\src", 414 "[BUILDER_CACHE]\\GPU_Win_Builder\\src",
415 "--build-url", 415 "--build-url",
416 "gs://chromium-gpu-archive/chromium.gpu/GPU Win Builder", 416 "gs://chromium-gpu-archive/chromium.gpu/GPU Win Builder",
417 "--build_revision", 417 "--build_revision",
418 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 418 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
419 "--factory-properties", 419 "--factory-properties",
420 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 420 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
421 "--build-properties", 421 "--build-properties",
422 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 422 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
423 ], 423 ],
424 "name": "package build" 424 "name": "package build"
(...skipping 25 matching lines...) Expand all
450 "~followup_annotations": [ 450 "~followup_annotations": [
451 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" 451 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@"
452 ] 452 ]
453 }, 453 },
454 { 454 {
455 "name": "$result", 455 "name": "$result",
456 "recipe_result": null, 456 "recipe_result": null,
457 "status_code": 0 457 "status_code": 0
458 } 458 }
459 ] 459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698