| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", |
| 79 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", |
| 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", |
| 81 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\"@@@" | 81 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\"@@@" |
| 82 ] | 82 ] |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 89 "--version" |
| 90 ], |
| 91 "name": "swarming.py --version", |
| 92 "stdout": "/path/to/tmp/", |
| 93 "~followup_annotations": [ |
| 94 "@@@STEP_TEXT@0.4.10@@@" |
| 95 ] |
| 96 }, |
| 97 { |
| 98 "cmd": [ |
| 99 "python", |
| 100 "-u", |
| 88 "[DEPOT_TOOLS]/gclient.py", | 101 "[DEPOT_TOOLS]/gclient.py", |
| 89 "runhooks" | 102 "runhooks" |
| 90 ], | 103 ], |
| 91 "env": { | 104 "env": { |
| 92 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 105 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_
outdir=https://isolateserver.appspot.com use_goma=1" |
| 93 }, | 106 }, |
| 94 "name": "gclient runhooks" | 107 "name": "gclient runhooks" |
| 95 }, | 108 }, |
| 96 { | 109 { |
| 97 "cmd": [ | 110 "cmd": [ |
| 98 "python", | 111 "python", |
| 99 "-u", | 112 "-u", |
| 113 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 114 "--build-dir", |
| 115 "[SLAVE_BUILD]/src/out/Release", |
| 116 "--clean-isolated-files" |
| 117 ], |
| 118 "name": "clean isolated files" |
| 119 }, |
| 120 { |
| 121 "cmd": [ |
| 122 "python", |
| 123 "-u", |
| 100 "[BUILD]/scripts/slave/compile.py", | 124 "[BUILD]/scripts/slave/compile.py", |
| 101 "--target", | 125 "--target", |
| 102 "Release", | 126 "Release", |
| 103 "--src-dir", | 127 "--src-dir", |
| 104 "[SLAVE_BUILD]/src", | 128 "[SLAVE_BUILD]/src", |
| 105 "--build-tool", | 129 "--build-tool", |
| 106 "ninja", | 130 "ninja", |
| 107 "--compiler", | 131 "--compiler", |
| 108 "goma", | 132 "goma", |
| 109 "--goma-dir", | 133 "--goma-dir", |
| 110 "[BUILD]/goma", | 134 "[BUILD]/goma", |
| 111 "--", | 135 "--", |
| 112 "blink_tests" | 136 "blink_tests" |
| 113 ], | 137 ], |
| 114 "name": "compile" | 138 "name": "compile" |
| 115 }, | 139 }, |
| 116 { | 140 { |
| 117 "cmd": [ | 141 "cmd": [ |
| 118 "python", | 142 "python", |
| 119 "-u", | 143 "-u", |
| 144 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 145 "--build-dir", |
| 146 "[SLAVE_BUILD]/src/out/Release", |
| 147 "--output-json", |
| 148 "/path/to/tmp/json" |
| 149 ], |
| 150 "name": "find isolated tests", |
| 151 "~followup_annotations": [ |
| 152 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@", |
| 157 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 158 ] |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 120 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", | 164 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", |
| 121 "--build-dir", | 165 "--build-dir", |
| 122 "[SLAVE_BUILD]/src/out", | 166 "[SLAVE_BUILD]/src/out", |
| 123 "--target", | 167 "--target", |
| 124 "Release" | 168 "Release" |
| 125 ], | 169 ], |
| 126 "name": "webkit_lint" | 170 "name": "webkit_lint" |
| 127 }, | 171 }, |
| 128 { | 172 { |
| 129 "cmd": [ | 173 "cmd": [ |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | 272 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", |
| 229 "@@@STEP_LOG_END@python.inline@@@" | 273 "@@@STEP_LOG_END@python.inline@@@" |
| 230 ] | 274 ] |
| 231 }, | 275 }, |
| 232 { | 276 { |
| 233 "name": "$final_result", | 277 "name": "$final_result", |
| 234 "reason": "Step('wtf_unittests') failed with return_code 1", | 278 "reason": "Step('wtf_unittests') failed with return_code 1", |
| 235 "status_code": 1 | 279 "status_code": 1 |
| 236 } | 280 } |
| 237 ] | 281 ] |
| OLD | NEW |