| 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": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", | 189 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 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 "Release", | 203 "Release", |
| 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_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" | 208 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"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.gpu.json", | 221 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.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.gpu.js
on@@@", | 226 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.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 "python", | 233 "python", |
| 243 "-u", | 234 "-u", |
| 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 235 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 245 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 236 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 246 "/path/to/tmp/json" | 237 "/path/to/tmp/json" |
| 247 ], | 238 ], |
| 248 "cwd": "[SLAVE_BUILD]", | |
| 249 "name": "read test spec (2)", | 239 "name": "read test spec (2)", |
| 250 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 251 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 241 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@{}@@@", | 242 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 253 "@@@STEP_LOG_END@json.output@@@" | 243 "@@@STEP_LOG_END@json.output@@@" |
| 254 ] | 244 ] |
| 255 }, | 245 }, |
| 256 { | 246 { |
| 257 "cmd": [ | 247 "cmd": [ |
| 258 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 248 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 277 ] | 267 ] |
| 278 }, | 268 }, |
| 279 { | 269 { |
| 280 "cmd": [ | 270 "cmd": [ |
| 281 "python", | 271 "python", |
| 282 "-u", | 272 "-u", |
| 283 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 284 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 274 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| 285 "/path/to/tmp/json" | 275 "/path/to/tmp/json" |
| 286 ], | 276 ], |
| 287 "cwd": "[SLAVE_BUILD]", | |
| 288 "name": "read filter exclusion spec", | 277 "name": "read filter exclusion spec", |
| 289 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 290 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 279 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 291 "@@@STEP_LOG_LINE@json.output@{@@@", | 280 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 284 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 285 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ }@@@", | 288 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@}@@@", | 289 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 301 "@@@STEP_LOG_END@json.output@@@" | 290 "@@@STEP_LOG_END@json.output@@@" |
| 302 ] | 291 ] |
| 303 }, | 292 }, |
| 304 { | 293 { |
| 305 "cmd": [ | 294 "cmd": [ |
| 306 "python", | 295 "python", |
| 307 "-u", | 296 "-u", |
| 308 "import sys; sys.exit(0)" | 297 "import sys; sys.exit(0)" |
| 309 ], | 298 ], |
| 310 "cwd": "[SLAVE_BUILD]", | |
| 311 "name": "analyze", | 299 "name": "analyze", |
| 312 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 313 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 301 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 314 "@@@STEP_LOG_END@excluded_files@@@", | 302 "@@@STEP_LOG_END@excluded_files@@@", |
| 315 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 303 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 316 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 304 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 317 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 305 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", |
| 318 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 306 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 319 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 307 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 320 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", | 308 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 336 }, | 324 }, |
| 337 { | 325 { |
| 338 "cmd": [ | 326 "cmd": [ |
| 339 "python", | 327 "python", |
| 340 "-u", | 328 "-u", |
| 341 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 329 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 342 "--show-path", | 330 "--show-path", |
| 343 "python", | 331 "python", |
| 344 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 332 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 345 ], | 333 ], |
| 346 "cwd": "[SLAVE_BUILD]", | |
| 347 "name": "cleanup_temp" | 334 "name": "cleanup_temp" |
| 348 }, | 335 }, |
| 349 { | 336 { |
| 350 "cmd": [ | 337 "cmd": [ |
| 351 "python", | 338 "python", |
| 352 "-u", | 339 "-u", |
| 353 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 340 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 354 "gen", | 341 "gen", |
| 355 "-m", | 342 "-m", |
| 356 "tryserver.chromium.win", | 343 "tryserver.chromium.win", |
| 357 "-b", | 344 "-b", |
| 358 "win_chromium_rel_ng", | 345 "win_chromium_rel_ng", |
| 359 "--config-file", | 346 "--config-file", |
| 360 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 347 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 361 "--goma-dir", | 348 "--goma-dir", |
| 362 "[CACHE]\\cipd\\goma", | 349 "[CACHE]\\cipd\\goma", |
| 363 "//out/Release" | 350 "//out/Release" |
| 364 ], | 351 ], |
| 365 "cwd": "[SLAVE_BUILD]", | |
| 366 "env": { | 352 "env": { |
| 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 368 }, | 354 }, |
| 369 "name": "generate_build_files (with patch)" | 355 "name": "generate_build_files (with patch)" |
| 370 }, | 356 }, |
| 371 { | 357 { |
| 372 "cmd": [ | 358 "cmd": [ |
| 373 "python", | 359 "python", |
| 374 "-u", | 360 "-u", |
| 375 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 361 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 396 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 382 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 397 "--goma-dir", | 383 "--goma-dir", |
| 398 "[CACHE]\\cipd\\goma", | 384 "[CACHE]\\cipd\\goma", |
| 399 "--goma-fail-fast", | 385 "--goma-fail-fast", |
| 400 "--goma-disable-local-fallback", | 386 "--goma-disable-local-fallback", |
| 401 "--ninja-ensure-up-to-date", | 387 "--ninja-ensure-up-to-date", |
| 402 "--", | 388 "--", |
| 403 "chromium_builder_tests", | 389 "chromium_builder_tests", |
| 404 "mini_installer" | 390 "mini_installer" |
| 405 ], | 391 ], |
| 406 "cwd": "[SLAVE_BUILD]", | |
| 407 "env": { | 392 "env": { |
| 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 393 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 409 }, | 394 }, |
| 410 "name": "compile (with patch)", | 395 "name": "compile (with patch)", |
| 411 "~followup_annotations": [ | 396 "~followup_annotations": [ |
| 412 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 397 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 413 "@@@STEP_LOG_END@json.output (invalid)@@@" | 398 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 414 ] | 399 ] |
| 415 }, | 400 }, |
| 416 { | 401 { |
| 417 "cmd": [ | 402 "cmd": [ |
| 418 "python", | 403 "python", |
| 419 "-u", | 404 "-u", |
| 420 "import sys; sys.exit(0)" | 405 "import sys; sys.exit(0)" |
| 421 ], | 406 ], |
| 422 "cwd": "[SLAVE_BUILD]", | |
| 423 "name": "mark: before_tests" | 407 "name": "mark: before_tests" |
| 424 }, | 408 }, |
| 425 { | 409 { |
| 426 "cmd": [ | 410 "cmd": [ |
| 427 "python", | 411 "python", |
| 428 "-u", | 412 "-u", |
| 429 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", | 413 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", |
| 430 "--build-dir", | 414 "--build-dir", |
| 431 "[SLAVE_BUILD]\\src\\out", | 415 "[SLAVE_BUILD]\\src\\out", |
| 432 "--target", | 416 "--target", |
| 433 "Release", | 417 "Release", |
| 434 "--force-clean", | 418 "--force-clean", |
| 435 "--config", | 419 "--config", |
| 436 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 420 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
| 437 "--write-full-results-to", | 421 "--write-full-results-to", |
| 438 "/path/to/tmp/json" | 422 "/path/to/tmp/json" |
| 439 ], | 423 ], |
| 440 "cwd": "[SLAVE_BUILD]", | |
| 441 "name": "test_installer (with patch)" | 424 "name": "test_installer (with patch)" |
| 442 }, | 425 }, |
| 443 { | 426 { |
| 444 "cmd": [ | 427 "cmd": [ |
| 445 "python", | 428 "python", |
| 446 "-u", | 429 "-u", |
| 447 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 430 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 448 "--target", | 431 "--target", |
| 449 "Release" | 432 "Release" |
| 450 ], | 433 ], |
| 451 "cwd": "[SLAVE_BUILD]", | |
| 452 "name": "process_dumps", | 434 "name": "process_dumps", |
| 453 "~followup_annotations": [ | 435 "~followup_annotations": [ |
| 454 "step returned non-zero exit code: 1", | 436 "step returned non-zero exit code: 1", |
| 455 "@@@STEP_EXCEPTION@@@" | 437 "@@@STEP_EXCEPTION@@@" |
| 456 ] | 438 ] |
| 457 }, | 439 }, |
| 458 { | 440 { |
| 459 "name": "$result", | 441 "name": "$result", |
| 460 "recipe_result": null, | 442 "recipe_result": null, |
| 461 "status_code": 0 | 443 "status_code": 0 |
| 462 } | 444 } |
| 463 ] | 445 ] |
| OLD | NEW |