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

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

Issue 2156443003: tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: presubmit 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]\\Win8_GYP", 15 "[BUILDER_CACHE]\\win_gyp",
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]\\Win8_GYP", 58 "cwd": "[BUILDER_CACHE]\\win_gyp",
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]\\Win8_GYP\\src\\tools\\swarming_client\\swarming.py", 196 "[BUILDER_CACHE]\\win_gyp\\src\\tools\\swarming_client\\swarming.py",
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.4.10@@@" 202 "@@@STEP_TEXT@0.4.10@@@"
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]\\Win8_GYP\\src", 212 "cwd": "[BUILDER_CACHE]\\win_gyp\\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": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1", 216 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' 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]\\Win8_GYP\\src\\testing\\scripts\\get_compile_targets.py" , 225 "[BUILDER_CACHE]\\win_gyp\\src\\testing\\scripts\\get_compile_targets.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]\\\\Win8_GYP\\\\src\", \"runit.py\": \"RE CIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RE CIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 233 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_gyp\\\\src\", \"runit.py\": \"REC IPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"REC IPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
234 "--properties", 234 "--properties",
235 "{\"buildername\": \"Win8 GYP\", \"buildnumber\": 571, \"mastername\": \"c hromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" 235 "{\"buildername\": \"Win8 GYP\", \"buildnumber\": 571, \"mastername\": \"c hromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
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]\\Win8_GYP\\src\\testing\\buildbot\\chromium.win.json", 248 "[BUILDER_CACHE]\\win_gyp\\src\\testing\\buildbot\\chromium.win.json",
249 "/path/to/tmp/json" 249 "/path/to/tmp/json"
250 ], 250 ],
251 "name": "read test spec (chromium.win.json)", 251 "name": "read test spec (chromium.win.json)",
252 "~followup_annotations": [ 252 "~followup_annotations": [
253 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win8_GYP\\src\\testing\\buildbot\\chr omium.win.json@@@", 253 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_gyp\\src\\testing\\buildbot\\chro mium.win.json@@@",
254 "@@@STEP_LOG_LINE@json.output@{@@@", 254 "@@@STEP_LOG_LINE@json.output@{@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"Win8 GYP\": {@@@", 255 "@@@STEP_LOG_LINE@json.output@ \"Win8 GYP\": {@@@",
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]\\Win8_GYP\\src\\out\\Release", 286 "[BUILDER_CACHE]\\win_gyp\\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]\\Win8_GYP\\src\\tools\\mb\\mb.py", 295 "[BUILDER_CACHE]\\win_gyp\\src\\tools\\mb\\mb.py",
296 "gen", 296 "gen",
297 "-m", 297 "-m",
298 "chromium.win", 298 "chromium.win",
299 "-b", 299 "-b",
300 "Win8 GYP", 300 "Win8 GYP",
301 "--config-file", 301 "--config-file",
302 "[BUILDER_CACHE]\\Win8_GYP\\src\\tools\\mb\\mb_config.pyl", 302 "[BUILDER_CACHE]\\win_gyp\\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 "env": { 309 "env": {
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
311 }, 311 },
312 "name": "generate_build_files", 312 "name": "generate_build_files",
(...skipping 10 matching lines...) Expand all
323 "--show-path", 323 "--show-path",
324 "python", 324 "python",
325 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 325 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
326 "--gsutil-py-path", 326 "--gsutil-py-path",
327 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 327 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
328 "--ninja-path", 328 "--ninja-path",
329 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 329 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
330 "--target", 330 "--target",
331 "Release", 331 "Release",
332 "--src-dir", 332 "--src-dir",
333 "[BUILDER_CACHE]\\Win8_GYP\\src", 333 "[BUILDER_CACHE]\\win_gyp\\src",
334 "--goma-cache-dir", 334 "--goma-cache-dir",
335 "[GOMA_CACHE]", 335 "[GOMA_CACHE]",
336 "--goma-deps-cache-dir", 336 "--goma-deps-cache-dir",
337 "[GOMA_DEPS_CACHE]", 337 "[GOMA_DEPS_CACHE]",
338 "--build-data-dir", 338 "--build-data-dir",
339 "[ROOT]\\build_data_dir", 339 "[ROOT]\\build_data_dir",
340 "--compiler", 340 "--compiler",
341 "goma", 341 "goma",
342 "--goma-jsonstatus", 342 "--goma-jsonstatus",
343 "/path/to/tmp/json", 343 "/path/to/tmp/json",
(...skipping 13 matching lines...) Expand all
357 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 357 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
358 "@@@STEP_LOG_END@json.output (invalid)@@@" 358 "@@@STEP_LOG_END@json.output (invalid)@@@"
359 ] 359 ]
360 }, 360 },
361 { 361 {
362 "cmd": [ 362 "cmd": [
363 "python", 363 "python",
364 "-u", 364 "-u",
365 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 365 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
366 "--build-dir", 366 "--build-dir",
367 "[BUILDER_CACHE]\\Win8_GYP\\src\\out\\Release", 367 "[BUILDER_CACHE]\\win_gyp\\src\\out\\Release",
368 "--src-dir", 368 "--src-dir",
369 "[BUILDER_CACHE]\\Win8_GYP\\src" 369 "[BUILDER_CACHE]\\win_gyp\\src"
370 ], 370 ],
371 "cwd": "[SLAVE_BUILD]", 371 "cwd": "[SLAVE_BUILD]",
372 "name": "remove_build_metadata" 372 "name": "remove_build_metadata"
373 }, 373 },
374 { 374 {
375 "cmd": [ 375 "cmd": [
376 "python", 376 "python",
377 "-u", 377 "-u",
378 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 378 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
379 "[BUILDER_CACHE]\\Win8_GYP\\src\\tools\\swarming_client", 379 "[BUILDER_CACHE]\\win_gyp\\src\\tools\\swarming_client",
380 "batcharchive", 380 "batcharchive",
381 "--dump-json", 381 "--dump-json",
382 "/path/to/tmp/json", 382 "/path/to/tmp/json",
383 "--isolate-server", 383 "--isolate-server",
384 "https://isolateserver.appspot.com", 384 "https://isolateserver.appspot.com",
385 "--verbose", 385 "--verbose",
386 "[BUILDER_CACHE]\\Win8_GYP\\src\\out\\Release\\browser_tests.isolated.gen. json" 386 "[BUILDER_CACHE]\\win_gyp\\src\\out\\Release\\browser_tests.isolated.gen.j son"
387 ], 387 ],
388 "name": "isolate tests", 388 "name": "isolate tests",
389 "~followup_annotations": [ 389 "~followup_annotations": [
390 "@@@STEP_LOG_LINE@json.output@{@@@", 390 "@@@STEP_LOG_LINE@json.output@{@@@",
391 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 391 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
392 "@@@STEP_LOG_LINE@json.output@}@@@", 392 "@@@STEP_LOG_LINE@json.output@}@@@",
393 "@@@STEP_LOG_END@json.output@@@" 393 "@@@STEP_LOG_END@json.output@@@"
394 ] 394 ]
395 }, 395 },
396 { 396 {
397 "cmd": [ 397 "cmd": [
398 "python", 398 "python",
399 "-u", 399 "-u",
400 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 400 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
401 "--build-dir", 401 "--build-dir",
402 "[BUILDER_CACHE]\\Win8_GYP\\src\\out\\Release", 402 "[BUILDER_CACHE]\\win_gyp\\src\\out\\Release",
403 "--output-json", 403 "--output-json",
404 "/path/to/tmp/json" 404 "/path/to/tmp/json"
405 ], 405 ],
406 "cwd": "[BUILDER_CACHE]\\Win8_GYP", 406 "cwd": "[BUILDER_CACHE]\\win_gyp",
407 "env": { 407 "env": {
408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
409 }, 409 },
410 "name": "find isolated tests", 410 "name": "find isolated tests",
411 "~followup_annotations": [ 411 "~followup_annotations": [
412 "@@@STEP_LOG_LINE@json.output@{@@@", 412 "@@@STEP_LOG_LINE@json.output@{@@@",
413 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 413 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
414 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 414 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
415 "@@@STEP_LOG_LINE@json.output@}@@@", 415 "@@@STEP_LOG_LINE@json.output@}@@@",
416 "@@@STEP_LOG_END@json.output@@@", 416 "@@@STEP_LOG_END@json.output@@@",
417 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 417 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
418 ] 418 ]
419 }, 419 },
420 { 420 {
421 "cmd": [ 421 "cmd": [
422 "python", 422 "python",
423 "-u", 423 "-u",
424 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 424 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
425 "browser_tests" 425 "browser_tests"
426 ], 426 ],
427 "cwd": "[BUILDER_CACHE]\\Win8_GYP", 427 "cwd": "[BUILDER_CACHE]\\win_gyp",
428 "env": { 428 "env": {
429 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 429 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
430 }, 430 },
431 "name": "[error] browser_tests", 431 "name": "[error] browser_tests",
432 "~followup_annotations": [ 432 "~followup_annotations": [
433 "@@@STEP_LOG_LINE@python.inline@@@@", 433 "@@@STEP_LOG_LINE@python.inline@@@@",
434 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 434 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
435 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 435 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
436 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 436 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
437 "@@@STEP_LOG_END@python.inline@@@" 437 "@@@STEP_LOG_END@python.inline@@@"
438 ] 438 ]
439 }, 439 },
440 { 440 {
441 "cmd": [ 441 "cmd": [
442 "python", 442 "python",
443 "-u", 443 "-u",
444 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 444 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
445 "browser_tests" 445 "browser_tests"
446 ], 446 ],
447 "cwd": "[BUILDER_CACHE]\\Win8_GYP", 447 "cwd": "[BUILDER_CACHE]\\win_gyp",
448 "env": { 448 "env": {
449 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 449 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
450 }, 450 },
451 "name": "[collect error] browser_tests", 451 "name": "[collect error] browser_tests",
452 "~followup_annotations": [ 452 "~followup_annotations": [
453 "@@@STEP_LOG_LINE@python.inline@@@@", 453 "@@@STEP_LOG_LINE@python.inline@@@@",
454 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 454 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
455 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 455 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
456 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 456 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
457 "@@@STEP_LOG_END@python.inline@@@" 457 "@@@STEP_LOG_END@python.inline@@@"
458 ] 458 ]
459 }, 459 },
460 { 460 {
461 "cmd": [ 461 "cmd": [
462 "python", 462 "python",
463 "-u", 463 "-u",
464 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 464 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
465 "--target", 465 "--target",
466 "Release" 466 "Release"
467 ], 467 ],
468 "cwd": "[BUILDER_CACHE]\\Win8_GYP", 468 "cwd": "[BUILDER_CACHE]\\win_gyp",
469 "env": { 469 "env": {
470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
471 }, 471 },
472 "name": "process_dumps" 472 "name": "process_dumps"
473 }, 473 },
474 { 474 {
475 "name": "$result", 475 "name": "$result",
476 "recipe_result": null, 476 "recipe_result": null,
477 "status_code": 0 477 "status_code": 0
478 } 478 }
479 ] 479 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698