| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_swarming", | 10 "win_swarming", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 88 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 89 "--build-dir", | 89 "--build-dir", |
| 90 "[SLAVE_BUILD]\\src\\out\\Debug", | 90 "[SLAVE_BUILD]\\src\\out\\Debug", |
| 91 "--clean-isolated-files" | 91 "--clean-isolated-files" |
| 92 ], | 92 ], |
| 93 "name": "clean isolated files" | 93 "name": "clean isolated files" |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "cmd": [ | |
| 97 "python", | |
| 98 "-u", | |
| 99 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | |
| 100 "runhooks" | |
| 101 ], | |
| 102 "cwd": "[SLAVE_BUILD]\\src", | |
| 103 "env": { | |
| 104 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | |
| 105 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 t
arget_arch=ia32 test_isolation_mode=prepare use_goma=1", | |
| 106 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
| 107 }, | |
| 108 "name": "gclient runhooks" | |
| 109 }, | |
| 110 { | |
| 111 "cmd": [ | |
| 112 "python", | |
| 113 "-u", | |
| 114 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | |
| 115 "--version" | |
| 116 ], | |
| 117 "name": "swarming.py --version", | |
| 118 "stdout": "/path/to/tmp/", | |
| 119 "~followup_annotations": [ | |
| 120 "@@@STEP_TEXT@0.4.10@@@" | |
| 121 ] | |
| 122 }, | |
| 123 { | |
| 124 "cmd": [], | 96 "cmd": [], |
| 125 "name": "ensure_goma" | 97 "name": "ensure_goma" |
| 126 }, | 98 }, |
| 127 { | 99 { |
| 128 "cmd": [ | 100 "cmd": [ |
| 129 "python", | 101 "python", |
| 130 "-u", | 102 "-u", |
| 131 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 103 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 132 "--platform", | 104 "--platform", |
| 133 "windows-386", | 105 "windows-386", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 "@@@STEP_LOG_LINE@json.output@ }@@@", | 143 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 144 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@}@@@", | 145 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 174 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
| 175 ] | 147 ] |
| 176 }, | 148 }, |
| 177 { | 149 { |
| 178 "cmd": [ | 150 "cmd": [ |
| 179 "python", | 151 "python", |
| 180 "-u", | 152 "-u", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 154 "runhooks" |
| 155 ], |
| 156 "cwd": "[SLAVE_BUILD]\\src", |
| 157 "env": { |
| 158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 159 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h2
64=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 161 }, |
| 162 "name": "gclient runhooks" |
| 163 }, |
| 164 { |
| 165 "cmd": [ |
| 166 "python", |
| 167 "-u", |
| 168 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 169 "--version" |
| 170 ], |
| 171 "name": "swarming.py --version", |
| 172 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@0.4.10@@@" |
| 175 ] |
| 176 }, |
| 177 { |
| 178 "cmd": [ |
| 179 "python", |
| 180 "-u", |
| 181 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 181 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 182 "--show-path", | 182 "--show-path", |
| 183 "python", | 183 "python", |
| 184 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 184 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 185 "--gsutil-py-path", | 185 "--gsutil-py-path", |
| 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 187 "--ninja-path", | 187 "--ninja-path", |
| 188 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 188 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 189 "--target", | 189 "--target", |
| 190 "Debug", | 190 "Debug", |
| (...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2386 "@@@STEP_LOG_END@json.output@@@", | 2386 "@@@STEP_LOG_END@json.output@@@", |
| 2387 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2387 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2388 ] | 2388 ] |
| 2389 }, | 2389 }, |
| 2390 { | 2390 { |
| 2391 "name": "$result", | 2391 "name": "$result", |
| 2392 "recipe_result": null, | 2392 "recipe_result": null, |
| 2393 "status_code": 0 | 2393 "status_code": 0 |
| 2394 } | 2394 } |
| 2395 ] | 2395 ] |
| OLD | NEW |