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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_asan_rel", | 10 "linux_chromium_asan_rel", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "-u", | 97 "-u", |
98 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 98 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
99 "--output", | 99 "--output", |
100 "/path/to/tmp/json", | 100 "/path/to/tmp/json", |
101 "--", | 101 "--", |
102 "--build-config-fs", | 102 "--build-config-fs", |
103 "Release", | 103 "Release", |
104 "--paths", | 104 "--paths", |
105 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 105 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
106 "--properties", | 106 "--properties", |
107 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}" | 107 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}" |
108 ], | 108 ], |
109 "name": "get compile targets for scripts", | 109 "name": "get compile targets for scripts", |
110 "~followup_annotations": [ | 110 "~followup_annotations": [ |
111 "@@@STEP_LOG_LINE@json.output@{}@@@", | 111 "@@@STEP_LOG_LINE@json.output@{}@@@", |
112 "@@@STEP_LOG_END@json.output@@@" | 112 "@@@STEP_LOG_END@json.output@@@" |
113 ] | 113 ] |
114 }, | 114 }, |
115 { | 115 { |
116 "cmd": [ | 116 "cmd": [ |
117 "python", | 117 "python", |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 { | 370 { |
371 "cmd": [ | 371 "cmd": [ |
372 "python", | 372 "python", |
373 "-u", | 373 "-u", |
374 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", | 374 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", |
375 "--build-config-fs", | 375 "--build-config-fs", |
376 "Release", | 376 "Release", |
377 "--paths", | 377 "--paths", |
378 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 378 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
379 "--properties", | 379 "--properties", |
380 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}", | 380 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}", |
381 "run", | 381 "run", |
382 "--output", | 382 "--output", |
383 "/path/to/tmp/json" | 383 "/path/to/tmp/json" |
384 ], | 384 ], |
385 "name": "nacl_integration (with patch)", | 385 "name": "nacl_integration (with patch)", |
386 "~followup_annotations": [ | 386 "~followup_annotations": [ |
387 "@@@STEP_LOG_LINE@json.output@{@@@", | 387 "@@@STEP_LOG_LINE@json.output@{@@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
389 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
390 "@@@STEP_LOG_LINE@json.output@}@@@", | 390 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 687 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
688 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 688 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
689 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 689 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
690 "@@@STEP_LOG_LINE@python.inline@@@@", | 690 "@@@STEP_LOG_LINE@python.inline@@@@", |
691 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 691 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
692 "@@@STEP_LOG_END@python.inline@@@", | 692 "@@@STEP_LOG_END@python.inline@@@", |
693 "@@@STEP_FAILURE@@@" | 693 "@@@STEP_FAILURE@@@" |
694 ] | 694 ] |
695 } | 695 } |
696 ] | 696 ] |
OLD | NEW |