| 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.blink", | 16 "tryserver.blink", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 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 "--revision", | 39 "--revision", |
| 41 "src/third_party/WebKit@HEAD", | 40 "src/third_party/WebKit@HEAD", |
| 42 "--output_manifest" | 41 "--output_manifest" |
| 43 ], | 42 ], |
| 44 "cwd": "[SLAVE_BUILD]", | |
| 45 "env": { | 43 "env": { |
| 46 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 47 }, | 45 }, |
| 48 "name": "bot_update", | 46 "name": "bot_update", |
| 49 "~followup_annotations": [ | 47 "~followup_annotations": [ |
| 50 "@@@STEP_TEXT@Some step text@@@", | 48 "@@@STEP_TEXT@Some step text@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@{@@@", | 49 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 108 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 110 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 112 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 115 ] | 113 ] |
| 116 }, | 114 }, |
| 117 { | 115 { |
| 118 "cmd": [], | 116 "cmd": [], |
| 119 "cwd": "[SLAVE_BUILD]", | |
| 120 "name": "ensure_goma" | 117 "name": "ensure_goma" |
| 121 }, | 118 }, |
| 122 { | 119 { |
| 123 "cmd": [ | 120 "cmd": [ |
| 124 "python", | 121 "python", |
| 125 "-u", | 122 "-u", |
| 126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 127 "--platform", | 124 "--platform", |
| 128 "windows-amd64", | 125 "windows-amd64", |
| 129 "--dest-directory", | 126 "--dest-directory", |
| 130 "[SLAVE_BUILD]\\cipd", | 127 "[SLAVE_BUILD]\\cipd", |
| 131 "--json-output", | 128 "--json-output", |
| 132 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
| 133 ], | 130 ], |
| 134 "cwd": "[SLAVE_BUILD]", | |
| 135 "name": "ensure_goma.install cipd", | 131 "name": "ensure_goma.install cipd", |
| 136 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 137 "@@@STEP_NEST_LEVEL@1@@@", | 133 "@@@STEP_NEST_LEVEL@1@@@", |
| 138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 139 "@@@STEP_LOG_LINE@json.output@{@@@", | 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@}@@@", | 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] | 140 ] |
| 145 }, | 141 }, |
| 146 { | 142 { |
| 147 "cmd": [ | 143 "cmd": [ |
| 148 "[SLAVE_BUILD]\\cipd\\cipd", | 144 "[SLAVE_BUILD]\\cipd\\cipd", |
| 149 "ensure", | 145 "ensure", |
| 150 "--root", | 146 "--root", |
| 151 "[CACHE]\\cipd\\goma", | 147 "[CACHE]\\cipd\\goma", |
| 152 "--list", | 148 "--list", |
| 153 "infra_internal/goma/client/windows-amd64 release", | 149 "infra_internal/goma/client/windows-amd64 release", |
| 154 "--json-output", | 150 "--json-output", |
| 155 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
| 156 "--service-account-json", | 152 "--service-account-json", |
| 157 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 153 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 158 ], | 154 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "name": "ensure_goma.ensure_installed", | 155 "name": "ensure_goma.ensure_installed", |
| 161 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 162 "@@@STEP_NEST_LEVEL@1@@@", | 157 "@@@STEP_NEST_LEVEL@1@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ {@@@", | 160 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ }@@@", | 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@}@@@", | 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 171 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
| 172 ] | 167 ] |
| 173 }, | 168 }, |
| 174 { | 169 { |
| 175 "cmd": [ | 170 "cmd": [ |
| 176 "python", | 171 "python", |
| 177 "-u", | 172 "-u", |
| 178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 173 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 179 "--version" | 174 "--version" |
| 180 ], | 175 ], |
| 181 "cwd": "[SLAVE_BUILD]", | |
| 182 "name": "swarming.py --version", | 176 "name": "swarming.py --version", |
| 183 "stdout": "/path/to/tmp/", | 177 "stdout": "/path/to/tmp/", |
| 184 "~followup_annotations": [ | 178 "~followup_annotations": [ |
| 185 "@@@STEP_TEXT@0.4.10@@@" | 179 "@@@STEP_TEXT@0.4.10@@@" |
| 186 ] | 180 ] |
| 187 }, | 181 }, |
| 188 { | 182 { |
| 189 "cmd": [ | 183 "cmd": [ |
| 190 "python", | 184 "python", |
| 191 "-u", | 185 "-u", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 193 "runhooks" | 187 "runhooks" |
| 194 ], | 188 ], |
| 195 "cwd": "[SLAVE_BUILD]", | |
| 196 "env": { | 189 "env": { |
| 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 198 "GYP_CHROMIUM_NO_ACTION": "1", | 191 "GYP_CHROMIUM_NO_ACTION": "1", |
| 199 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_m
ode=prepare use_goma=1", | 192 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_m
ode=prepare use_goma=1", |
| 200 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 201 }, | 194 }, |
| 202 "name": "gclient runhooks (with patch)" | 195 "name": "gclient runhooks (with patch)" |
| 203 }, | 196 }, |
| 204 { | 197 { |
| 205 "cmd": [ | 198 "cmd": [ |
| 206 "python", | 199 "python", |
| 207 "-u", | 200 "-u", |
| 208 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 201 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 209 "--output", | 202 "--output", |
| 210 "/path/to/tmp/json", | 203 "/path/to/tmp/json", |
| 211 "--", | 204 "--", |
| 212 "--build-config-fs", | 205 "--build-config-fs", |
| 213 "Release", | 206 "Release", |
| 214 "--paths", | 207 "--paths", |
| 215 "{\"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\"}", | 208 "{\"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\"}", |
| 216 "--properties", | 209 "--properties", |
| 217 "{\"buildername\": \"win_blink_rel\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" | 210 "{\"buildername\": \"win_blink_rel\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" |
| 218 ], | 211 ], |
| 219 "cwd": "[SLAVE_BUILD]", | |
| 220 "name": "get compile targets for scripts", | 212 "name": "get compile targets for scripts", |
| 221 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 222 "@@@STEP_LOG_LINE@json.output@{}@@@", | 214 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 223 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
| 224 ] | 216 ] |
| 225 }, | 217 }, |
| 226 { | 218 { |
| 227 "cmd": [ | 219 "cmd": [ |
| 228 "python", | 220 "python", |
| 229 "-u", | 221 "-u", |
| 230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 222 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 231 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 223 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| 232 "/path/to/tmp/json" | 224 "/path/to/tmp/json" |
| 233 ], | 225 ], |
| 234 "cwd": "[SLAVE_BUILD]", | |
| 235 "name": "read test spec", | 226 "name": "read test spec", |
| 236 "~followup_annotations": [ | 227 "~followup_annotations": [ |
| 237 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 228 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@{}@@@", | 229 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 239 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
| 240 ] | 231 ] |
| 241 }, | 232 }, |
| 242 { | 233 { |
| 243 "cmd": [ | 234 "cmd": [ |
| 244 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 235 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 263 ] | 254 ] |
| 264 }, | 255 }, |
| 265 { | 256 { |
| 266 "cmd": [ | 257 "cmd": [ |
| 267 "python", | 258 "python", |
| 268 "-u", | 259 "-u", |
| 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 270 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 261 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| 271 "/path/to/tmp/json" | 262 "/path/to/tmp/json" |
| 272 ], | 263 ], |
| 273 "cwd": "[SLAVE_BUILD]", | |
| 274 "name": "read filter exclusion spec", | 264 "name": "read filter exclusion spec", |
| 275 "~followup_annotations": [ | 265 "~followup_annotations": [ |
| 276 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 266 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 277 "@@@STEP_LOG_LINE@json.output@{@@@", | 267 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 271 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 272 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ }@@@", | 275 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@}@@@", | 276 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 287 "@@@STEP_LOG_END@json.output@@@" | 277 "@@@STEP_LOG_END@json.output@@@" |
| 288 ] | 278 ] |
| 289 }, | 279 }, |
| 290 { | 280 { |
| 291 "cmd": [ | 281 "cmd": [ |
| 292 "python", | 282 "python", |
| 293 "-u", | 283 "-u", |
| 294 "import sys; sys.exit(0)" | 284 "import sys; sys.exit(0)" |
| 295 ], | 285 ], |
| 296 "cwd": "[SLAVE_BUILD]", | |
| 297 "name": "analyze", | 286 "name": "analyze", |
| 298 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 299 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 288 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 300 "@@@STEP_LOG_END@excluded_files@@@", | 289 "@@@STEP_LOG_END@excluded_files@@@", |
| 301 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 290 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 302 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 291 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 304 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
| 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\": [@@
@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 318 }, | 307 }, |
| 319 { | 308 { |
| 320 "cmd": [ | 309 "cmd": [ |
| 321 "python", | 310 "python", |
| 322 "-u", | 311 "-u", |
| 323 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 312 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 324 "--show-path", | 313 "--show-path", |
| 325 "python", | 314 "python", |
| 326 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 315 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 327 ], | 316 ], |
| 328 "cwd": "[SLAVE_BUILD]", | |
| 329 "name": "cleanup_temp" | 317 "name": "cleanup_temp" |
| 330 }, | 318 }, |
| 331 { | 319 { |
| 332 "cmd": [ | 320 "cmd": [ |
| 333 "python", | 321 "python", |
| 334 "-u", | 322 "-u", |
| 335 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 323 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 336 "gen", | 324 "gen", |
| 337 "-m", | 325 "-m", |
| 338 "tryserver.blink", | 326 "tryserver.blink", |
| 339 "-b", | 327 "-b", |
| 340 "win_blink_rel", | 328 "win_blink_rel", |
| 341 "--config-file", | 329 "--config-file", |
| 342 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 330 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 343 "--goma-dir", | 331 "--goma-dir", |
| 344 "[CACHE]\\cipd\\goma", | 332 "[CACHE]\\cipd\\goma", |
| 345 "//out/Release" | 333 "//out/Release" |
| 346 ], | 334 ], |
| 347 "cwd": "[SLAVE_BUILD]", | |
| 348 "env": { | 335 "env": { |
| 349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 350 }, | 337 }, |
| 351 "name": "generate_build_files (with patch)" | 338 "name": "generate_build_files (with patch)" |
| 352 }, | 339 }, |
| 353 { | 340 { |
| 354 "cmd": [ | 341 "cmd": [ |
| 355 "python", | 342 "python", |
| 356 "-u", | 343 "-u", |
| 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 344 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 376 "/path/to/tmp/json", | 363 "/path/to/tmp/json", |
| 377 "--goma-service-account-json-file", | 364 "--goma-service-account-json-file", |
| 378 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 365 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 379 "--goma-dir", | 366 "--goma-dir", |
| 380 "[CACHE]\\cipd\\goma", | 367 "[CACHE]\\cipd\\goma", |
| 381 "--goma-fail-fast", | 368 "--goma-fail-fast", |
| 382 "--goma-disable-local-fallback", | 369 "--goma-disable-local-fallback", |
| 383 "--", | 370 "--", |
| 384 "blink_tests" | 371 "blink_tests" |
| 385 ], | 372 ], |
| 386 "cwd": "[SLAVE_BUILD]", | |
| 387 "env": { | 373 "env": { |
| 388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 389 }, | 375 }, |
| 390 "name": "compile (with patch)", | 376 "name": "compile (with patch)", |
| 391 "~followup_annotations": [ | 377 "~followup_annotations": [ |
| 392 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 378 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 393 "@@@STEP_LOG_END@json.output (invalid)@@@" | 379 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 394 ] | 380 ] |
| 395 }, | 381 }, |
| 396 { | 382 { |
| 397 "cmd": [ | 383 "cmd": [ |
| 398 "python", | 384 "python", |
| 399 "-u", | 385 "-u", |
| 400 "import sys; sys.exit(0)" | 386 "import sys; sys.exit(0)" |
| 401 ], | 387 ], |
| 402 "cwd": "[SLAVE_BUILD]", | |
| 403 "name": "mark: before_tests" | 388 "name": "mark: before_tests" |
| 404 }, | 389 }, |
| 405 { | 390 { |
| 406 "cmd": [ | 391 "cmd": [ |
| 407 "python", | 392 "python", |
| 408 "-u", | 393 "-u", |
| 409 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 394 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 410 "--target", | 395 "--target", |
| 411 "Release", | 396 "Release", |
| 412 "--factory-properties", | 397 "--factory-properties", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 429 "/path/to/tmp/json", | 414 "/path/to/tmp/json", |
| 430 "--test-results-server", | 415 "--test-results-server", |
| 431 "test-results.appspot.com", | 416 "test-results.appspot.com", |
| 432 "--build-number", | 417 "--build-number", |
| 433 "571", | 418 "571", |
| 434 "--builder-name", | 419 "--builder-name", |
| 435 "win_blink_rel", | 420 "win_blink_rel", |
| 436 "--step-name", | 421 "--step-name", |
| 437 "webkit_tests (with patch)" | 422 "webkit_tests (with patch)" |
| 438 ], | 423 ], |
| 439 "cwd": "[SLAVE_BUILD]", | |
| 440 "name": "webkit_tests (with patch)", | 424 "name": "webkit_tests (with patch)", |
| 441 "~followup_annotations": [ | 425 "~followup_annotations": [ |
| 442 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 426 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 443 ] | 427 ] |
| 444 }, | 428 }, |
| 445 { | 429 { |
| 446 "cmd": [ | 430 "cmd": [ |
| 447 "python", | 431 "python", |
| 448 "-u", | 432 "-u", |
| 449 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 433 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
| 450 "--results-dir", | 434 "--results-dir", |
| 451 "[SLAVE_BUILD]\\layout-test-results", | 435 "[SLAVE_BUILD]\\layout-test-results", |
| 452 "--build-dir", | 436 "--build-dir", |
| 453 "[SLAVE_BUILD]\\src\\out", | 437 "[SLAVE_BUILD]\\src\\out", |
| 454 "--build-number", | 438 "--build-number", |
| 455 "571", | 439 "571", |
| 456 "--builder-name", | 440 "--builder-name", |
| 457 "win_blink_rel", | 441 "win_blink_rel", |
| 458 "--gs-bucket", | 442 "--gs-bucket", |
| 459 "gs://chromium-layout-test-archives" | 443 "gs://chromium-layout-test-archives" |
| 460 ], | 444 ], |
| 461 "cwd": "[SLAVE_BUILD]", | |
| 462 "name": "archive_webkit_tests_results", | 445 "name": "archive_webkit_tests_results", |
| 463 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 464 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_blink_rel/571/layout-test-results/results.html@@@", | 447 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_blink_rel/571/layout-test-results/results.html@@@", |
| 465 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_blink_rel/571/layout-test-results.zip@@@" | 448 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_blink_rel/571/layout-test-results.zip@@@" |
| 466 ] | 449 ] |
| 467 }, | 450 }, |
| 468 { | 451 { |
| 469 "cmd": [ | 452 "cmd": [ |
| 470 "python", | 453 "python", |
| 471 "-u", | 454 "-u", |
| 472 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 455 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 473 "--target", | 456 "--target", |
| 474 "Release" | 457 "Release" |
| 475 ], | 458 ], |
| 476 "cwd": "[SLAVE_BUILD]", | |
| 477 "name": "process_dumps" | 459 "name": "process_dumps" |
| 478 }, | 460 }, |
| 479 { | 461 { |
| 480 "name": "$result", | 462 "name": "$result", |
| 481 "recipe_result": null, | 463 "recipe_result": null, |
| 482 "status_code": 0 | 464 "status_code": 0 |
| 483 } | 465 } |
| 484 ] | 466 ] |
| OLD | NEW |