| OLD | NEW |
| 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 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "tryserver.chromium.win", | 16 "tryserver.chromium.win", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 32 "--patchset", | 31 "--patchset", |
| 33 "1", | 32 "1", |
| 34 "--rietveld_server", | 33 "--rietveld_server", |
| 35 "https://codereview.chromium.org", | 34 "https://codereview.chromium.org", |
| 36 "--output_json", | 35 "--output_json", |
| 37 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
| 38 "--revision", | 37 "--revision", |
| 39 "src@HEAD", | 38 "src@HEAD", |
| 40 "--output_manifest" | 39 "--output_manifest" |
| 41 ], | 40 ], |
| 42 "cwd": "[SLAVE_BUILD]", | |
| 43 "env": { | 41 "env": { |
| 44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 45 }, | 43 }, |
| 46 "name": "bot_update", | 44 "name": "bot_update", |
| 47 "~followup_annotations": [ | 45 "~followup_annotations": [ |
| 48 "@@@STEP_TEXT@Some step text@@@", | 46 "@@@STEP_TEXT@Some step text@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@{@@@", | 47 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 112 ] | 110 ] |
| 113 }, | 111 }, |
| 114 { | 112 { |
| 115 "cmd": [], | 113 "cmd": [], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "ensure_goma" | 114 "name": "ensure_goma" |
| 118 }, | 115 }, |
| 119 { | 116 { |
| 120 "cmd": [ | 117 "cmd": [ |
| 121 "python", | 118 "python", |
| 122 "-u", | 119 "-u", |
| 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 120 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 124 "--platform", | 121 "--platform", |
| 125 "windows-amd64", | 122 "windows-amd64", |
| 126 "--dest-directory", | 123 "--dest-directory", |
| 127 "[SLAVE_BUILD]\\cipd", | 124 "[SLAVE_BUILD]\\cipd", |
| 128 "--json-output", | 125 "--json-output", |
| 129 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
| 130 ], | 127 ], |
| 131 "cwd": "[SLAVE_BUILD]", | |
| 132 "name": "ensure_goma.install cipd", | 128 "name": "ensure_goma.install cipd", |
| 133 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 134 "@@@STEP_NEST_LEVEL@1@@@", | 130 "@@@STEP_NEST_LEVEL@1@@@", |
| 135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 131 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 136 "@@@STEP_LOG_LINE@json.output@{@@@", | 132 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@}@@@", | 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 136 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] | 137 ] |
| 142 }, | 138 }, |
| 143 { | 139 { |
| 144 "cmd": [ | 140 "cmd": [ |
| 145 "[SLAVE_BUILD]\\cipd\\cipd", | 141 "[SLAVE_BUILD]\\cipd\\cipd", |
| 146 "ensure", | 142 "ensure", |
| 147 "--root", | 143 "--root", |
| 148 "[CACHE]\\cipd\\goma", | 144 "[CACHE]\\cipd\\goma", |
| 149 "--list", | 145 "--list", |
| 150 "infra_internal/goma/client/windows-amd64 release", | 146 "infra_internal/goma/client/windows-amd64 release", |
| 151 "--json-output", | 147 "--json-output", |
| 152 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
| 153 "--service-account-json", | 149 "--service-account-json", |
| 154 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 150 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 155 ], | 151 ], |
| 156 "cwd": "[SLAVE_BUILD]", | |
| 157 "name": "ensure_goma.ensure_installed", | 152 "name": "ensure_goma.ensure_installed", |
| 158 "~followup_annotations": [ | 153 "~followup_annotations": [ |
| 159 "@@@STEP_NEST_LEVEL@1@@@", | 154 "@@@STEP_NEST_LEVEL@1@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ {@@@", | 157 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ }@@@", | 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 168 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
| 169 ] | 164 ] |
| 170 }, | 165 }, |
| 171 { | 166 { |
| 172 "cmd": [ | 167 "cmd": [ |
| 173 "python", | 168 "python", |
| 174 "-u", | 169 "-u", |
| 175 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 170 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 176 "--version" | 171 "--version" |
| 177 ], | 172 ], |
| 178 "cwd": "[SLAVE_BUILD]", | |
| 179 "name": "swarming.py --version", | 173 "name": "swarming.py --version", |
| 180 "stdout": "/path/to/tmp/", | 174 "stdout": "/path/to/tmp/", |
| 181 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 182 "@@@STEP_TEXT@0.4.10@@@" | 176 "@@@STEP_TEXT@0.4.10@@@" |
| 183 ] | 177 ] |
| 184 }, | 178 }, |
| 185 { | 179 { |
| 186 "cmd": [ | 180 "cmd": [ |
| 187 "python", | 181 "python", |
| 188 "-u", | 182 "-u", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 190 "runhooks" | 184 "runhooks" |
| 191 ], | 185 ], |
| 192 "cwd": "[SLAVE_BUILD]", | |
| 193 "env": { | 186 "env": { |
| 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 195 "GYP_CHROMIUM_NO_ACTION": "1", | 188 "GYP_CHROMIUM_NO_ACTION": "1", |
| 196 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare
use_goma=1", | 189 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare
use_goma=1", |
| 197 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 190 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 198 }, | 191 }, |
| 199 "name": "gclient runhooks (with patch)" | 192 "name": "gclient runhooks (with patch)" |
| 200 }, | 193 }, |
| 201 { | 194 { |
| 202 "cmd": [ | 195 "cmd": [ |
| 203 "python", | 196 "python", |
| 204 "-u", | 197 "-u", |
| 205 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 198 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 206 "--output", | 199 "--output", |
| 207 "/path/to/tmp/json", | 200 "/path/to/tmp/json", |
| 208 "--", | 201 "--", |
| 209 "--build-config-fs", | 202 "--build-config-fs", |
| 210 "Debug_x64", | 203 "Debug_x64", |
| 211 "--use-src-side-runtest-py", | 204 "--use-src-side-runtest-py", |
| 212 "--paths", | 205 "--paths", |
| 213 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 206 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 214 "--properties", | 207 "--properties", |
| 215 "{\"buildername\": \"win_clang\", \"buildnumber\": 571, \"mastername\": \"
tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 208 "{\"buildername\": \"win_clang\", \"buildnumber\": 571, \"mastername\": \"
tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" |
| 216 ], | 209 ], |
| 217 "cwd": "[SLAVE_BUILD]", | |
| 218 "name": "get compile targets for scripts", | 210 "name": "get compile targets for scripts", |
| 219 "~followup_annotations": [ | 211 "~followup_annotations": [ |
| 220 "@@@STEP_LOG_LINE@json.output@{}@@@", | 212 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 221 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
| 222 ] | 214 ] |
| 223 }, | 215 }, |
| 224 { | 216 { |
| 225 "cmd": [ | 217 "cmd": [ |
| 226 "python", | 218 "python", |
| 227 "-u", | 219 "-u", |
| 228 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 220 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 229 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 221 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 230 "/path/to/tmp/json" | 222 "/path/to/tmp/json" |
| 231 ], | 223 ], |
| 232 "cwd": "[SLAVE_BUILD]", | |
| 233 "name": "read test spec", | 224 "name": "read test spec", |
| 234 "~followup_annotations": [ | 225 "~followup_annotations": [ |
| 235 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 226 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@{}@@@", | 227 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 237 "@@@STEP_LOG_END@json.output@@@" | 228 "@@@STEP_LOG_END@json.output@@@" |
| 238 ] | 229 ] |
| 239 }, | 230 }, |
| 240 { | 231 { |
| 241 "cmd": [ | 232 "cmd": [ |
| 242 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 233 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 261 ] | 252 ] |
| 262 }, | 253 }, |
| 263 { | 254 { |
| 264 "cmd": [ | 255 "cmd": [ |
| 265 "python", | 256 "python", |
| 266 "-u", | 257 "-u", |
| 267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 268 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 259 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| 269 "/path/to/tmp/json" | 260 "/path/to/tmp/json" |
| 270 ], | 261 ], |
| 271 "cwd": "[SLAVE_BUILD]", | |
| 272 "name": "read filter exclusion spec", | 262 "name": "read filter exclusion spec", |
| 273 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 274 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 264 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 275 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 269 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 270 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ }@@@", | 273 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@}@@@", | 274 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 285 "@@@STEP_LOG_END@json.output@@@" | 275 "@@@STEP_LOG_END@json.output@@@" |
| 286 ] | 276 ] |
| 287 }, | 277 }, |
| 288 { | 278 { |
| 289 "cmd": [ | 279 "cmd": [ |
| 290 "python", | 280 "python", |
| 291 "-u", | 281 "-u", |
| 292 "import sys; sys.exit(0)" | 282 "import sys; sys.exit(0)" |
| 293 ], | 283 ], |
| 294 "cwd": "[SLAVE_BUILD]", | |
| 295 "name": "analyze", | 284 "name": "analyze", |
| 296 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 286 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 298 "@@@STEP_LOG_END@excluded_files@@@", | 287 "@@@STEP_LOG_END@excluded_files@@@", |
| 299 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 288 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 300 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 289 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 301 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 290 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
| 302 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 291 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 304 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
| 305 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 306 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 307 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
| 308 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 309 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 298 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 310 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 299 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
| 311 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 300 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 312 "@@@STEP_LOG_END@analyze_details@@@" | 301 "@@@STEP_LOG_END@analyze_details@@@" |
| 313 ] | 302 ] |
| 314 }, | 303 }, |
| 315 { | 304 { |
| 316 "cmd": [ | 305 "cmd": [ |
| 317 "python", | 306 "python", |
| 318 "-u", | 307 "-u", |
| 319 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 308 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 320 "--show-path", | 309 "--show-path", |
| 321 "python", | 310 "python", |
| 322 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 311 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 323 ], | 312 ], |
| 324 "cwd": "[SLAVE_BUILD]", | |
| 325 "name": "cleanup_temp" | 313 "name": "cleanup_temp" |
| 326 }, | 314 }, |
| 327 { | 315 { |
| 328 "cmd": [ | 316 "cmd": [ |
| 329 "python", | 317 "python", |
| 330 "-u", | 318 "-u", |
| 331 "[SLAVE_BUILD]\\src\\tools\\clang\\scripts\\update.py" | 319 "[SLAVE_BUILD]\\src\\tools\\clang\\scripts\\update.py" |
| 332 ], | 320 ], |
| 333 "cwd": "[SLAVE_BUILD]", | |
| 334 "name": "update_clang" | 321 "name": "update_clang" |
| 335 }, | 322 }, |
| 336 { | 323 { |
| 337 "cmd": [ | 324 "cmd": [ |
| 338 "python", | 325 "python", |
| 339 "-u", | 326 "-u", |
| 340 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 327 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 341 "gen", | 328 "gen", |
| 342 "-m", | 329 "-m", |
| 343 "tryserver.chromium.win", | 330 "tryserver.chromium.win", |
| 344 "-b", | 331 "-b", |
| 345 "win_clang", | 332 "win_clang", |
| 346 "--config-file", | 333 "--config-file", |
| 347 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 334 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 348 "--goma-dir", | 335 "--goma-dir", |
| 349 "[CACHE]\\cipd\\goma", | 336 "[CACHE]\\cipd\\goma", |
| 350 "//out/Debug_x64" | 337 "//out/Debug_x64" |
| 351 ], | 338 ], |
| 352 "cwd": "[SLAVE_BUILD]", | |
| 353 "env": { | 339 "env": { |
| 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 355 }, | 341 }, |
| 356 "name": "generate_build_files (with patch)" | 342 "name": "generate_build_files (with patch)" |
| 357 }, | 343 }, |
| 358 { | 344 { |
| 359 "allow_subannotations": true, | 345 "allow_subannotations": true, |
| 360 "cmd": [ | 346 "cmd": [ |
| 361 "python", | 347 "python", |
| 362 "-u", | 348 "-u", |
| 363 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 349 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 364 "--src-dir", | 350 "--src-dir", |
| 365 "[SLAVE_BUILD]\\src", | 351 "[SLAVE_BUILD]\\src", |
| 366 "--output-json", | 352 "--output-json", |
| 367 "/path/to/tmp/json" | 353 "/path/to/tmp/json" |
| 368 ], | 354 ], |
| 369 "cwd": "[SLAVE_BUILD]", | |
| 370 "env": { | 355 "env": { |
| 371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 372 }, | 357 }, |
| 373 "name": "clang_revision", | 358 "name": "clang_revision", |
| 374 "~followup_annotations": [ | 359 "~followup_annotations": [ |
| 375 "@@@STEP_LOG_LINE@json.output@{@@@", | 360 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 361 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@}@@@", | 362 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 378 "@@@STEP_LOG_END@json.output@@@" | 363 "@@@STEP_LOG_END@json.output@@@" |
| 379 ] | 364 ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 404 "/path/to/tmp/json", | 389 "/path/to/tmp/json", |
| 405 "--goma-service-account-json-file", | 390 "--goma-service-account-json-file", |
| 406 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 391 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 407 "--goma-dir", | 392 "--goma-dir", |
| 408 "[CACHE]\\cipd\\goma", | 393 "[CACHE]\\cipd\\goma", |
| 409 "--goma-fail-fast", | 394 "--goma-fail-fast", |
| 410 "--goma-disable-local-fallback", | 395 "--goma-disable-local-fallback", |
| 411 "--", | 396 "--", |
| 412 "all" | 397 "all" |
| 413 ], | 398 ], |
| 414 "cwd": "[SLAVE_BUILD]", | |
| 415 "env": { | 399 "env": { |
| 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 417 }, | 401 }, |
| 418 "name": "compile (with patch)", | 402 "name": "compile (with patch)", |
| 419 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 420 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 404 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 421 "@@@STEP_LOG_END@json.output (invalid)@@@" | 405 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 422 ] | 406 ] |
| 423 }, | 407 }, |
| 424 { | 408 { |
| 425 "cmd": [ | 409 "cmd": [ |
| 426 "python", | 410 "python", |
| 427 "-u", | 411 "-u", |
| 428 "import sys; sys.exit(0)" | 412 "import sys; sys.exit(0)" |
| 429 ], | 413 ], |
| 430 "cwd": "[SLAVE_BUILD]", | |
| 431 "name": "mark: before_tests" | 414 "name": "mark: before_tests" |
| 432 }, | 415 }, |
| 433 { | 416 { |
| 434 "name": "$result", | 417 "name": "$result", |
| 435 "recipe_result": null, | 418 "recipe_result": null, |
| 436 "status_code": 0 | 419 "status_code": 0 |
| 437 } | 420 } |
| 438 ] | 421 ] |
| OLD | NEW |