| 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 "chromium.win", | 16 "chromium.win", |
| 18 "--builder", | 17 "--builder", |
| 19 "Win10 Tests x64", | 18 "Win10 Tests x64", |
| 20 "--slave", | 19 "--slave", |
| 21 "TestSlavename", | 20 "TestSlavename", |
| 22 "--spec", | 21 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
| 24 "--root", | 23 "--root", |
| 25 "src", | 24 "src", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@1111111", | 32 "src@1111111", |
| 34 "--force", | 33 "--force", |
| 35 "--output_manifest" | 34 "--output_manifest" |
| 36 ], | 35 ], |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | 36 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 38 }, |
| 41 "name": "bot_update", | 39 "name": "bot_update", |
| 42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 100 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 107 ] | 105 ] |
| 108 }, | 106 }, |
| 109 { | 107 { |
| 110 "cmd": [], | 108 "cmd": [], |
| 111 "cwd": "[SLAVE_BUILD]", | |
| 112 "name": "ensure_goma" | 109 "name": "ensure_goma" |
| 113 }, | 110 }, |
| 114 { | 111 { |
| 115 "cmd": [ | 112 "cmd": [ |
| 116 "python", | 113 "python", |
| 117 "-u", | 114 "-u", |
| 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 115 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 119 "--platform", | 116 "--platform", |
| 120 "windows-amd64", | 117 "windows-amd64", |
| 121 "--dest-directory", | 118 "--dest-directory", |
| 122 "[SLAVE_BUILD]\\cipd", | 119 "[CWD]\\cipd", |
| 123 "--json-output", | 120 "--json-output", |
| 124 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
| 125 ], | 122 ], |
| 126 "cwd": "[SLAVE_BUILD]", | |
| 127 "name": "ensure_goma.install cipd", | 123 "name": "ensure_goma.install cipd", |
| 128 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 129 "@@@STEP_NEST_LEVEL@1@@@", | 125 "@@@STEP_NEST_LEVEL@1@@@", |
| 130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 131 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 135 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 136 ] | 132 ] |
| 137 }, | 133 }, |
| 138 { | 134 { |
| 139 "cmd": [ | 135 "cmd": [ |
| 140 "[SLAVE_BUILD]\\cipd\\cipd", | 136 "fake_slave_build/cipd", |
| 141 "ensure", | 137 "ensure", |
| 142 "--root", | 138 "--root", |
| 143 "[CACHE]\\cipd\\goma", | 139 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 144 "--list", | 140 "--list", |
| 145 "infra_internal/goma/client/windows-amd64 release", | 141 "infra_internal/goma/client/windows-amd64 release", |
| 146 "--json-output", | 142 "--json-output", |
| 147 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
| 148 "--service-account-json", | 144 "--service-account-json", |
| 149 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 145 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 150 ], | 146 ], |
| 151 "cwd": "[SLAVE_BUILD]", | |
| 152 "name": "ensure_goma.ensure_installed", | 147 "name": "ensure_goma.ensure_installed", |
| 153 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 154 "@@@STEP_NEST_LEVEL@1@@@", | 149 "@@@STEP_NEST_LEVEL@1@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", | 150 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ {@@@", | 152 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ }@@@", | 155 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 156 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@}@@@", | 157 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 163 "@@@STEP_LOG_END@json.output@@@" | 158 "@@@STEP_LOG_END@json.output@@@" |
| 164 ] | 159 ] |
| 165 }, | 160 }, |
| 166 { | 161 { |
| 167 "cmd": [ | 162 "cmd": [ |
| 168 "python", | 163 "python", |
| 169 "-u", | 164 "-u", |
| 170 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 165 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 171 "--version" | 166 "--version" |
| 172 ], | 167 ], |
| 173 "cwd": "[SLAVE_BUILD]", | |
| 174 "name": "swarming.py --version", | 168 "name": "swarming.py --version", |
| 175 "stdout": "/path/to/tmp/", | 169 "stdout": "/path/to/tmp/", |
| 176 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 177 "@@@STEP_TEXT@0.4.10@@@" | 171 "@@@STEP_TEXT@0.4.10@@@" |
| 178 ] | 172 ] |
| 179 }, | 173 }, |
| 180 { | 174 { |
| 181 "cmd": [ | 175 "cmd": [ |
| 182 "python", | 176 "python", |
| 183 "-u", | 177 "-u", |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 185 "runhooks" | 179 "runhooks" |
| 186 ], | 180 ], |
| 187 "cwd": "[SLAVE_BUILD]", | |
| 188 "env": { | 181 "env": { |
| 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 190 "GYP_CHROMIUM_NO_ACTION": "1", | 183 "GYP_CHROMIUM_NO_ACTION": "1", |
| 191 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma
=1", | 184 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=x64 test_isolatio
n_mode=prepare use_goma=1", |
| 192 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 185 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 193 }, | 186 }, |
| 194 "name": "gclient runhooks" | 187 "name": "gclient runhooks" |
| 195 }, | 188 }, |
| 196 { | 189 { |
| 197 "cmd": [ | 190 "cmd": [ |
| 198 "python", | 191 "python", |
| 199 "-u", | 192 "-u", |
| 200 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 193 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 201 "--output", | 194 "--output", |
| 202 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
| 203 "--", | 196 "--", |
| 204 "--build-config-fs", | 197 "--build-config-fs", |
| 205 "Release_x64", | 198 "Release_x64", |
| 206 "--use-src-side-runtest-py", | 199 "--use-src-side-runtest-py", |
| 207 "--paths", | 200 "--paths", |
| 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\"}", | 201 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 209 "--properties", | 202 "--properties", |
| 210 "{\"buildername\": \"Win10 Tests x64\", \"buildnumber\": 571, \"mastername
\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" | 203 "{\"buildername\": \"Win10 Tests x64\", \"buildnumber\": 571, \"mastername
\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" |
| 211 ], | 204 ], |
| 212 "cwd": "[SLAVE_BUILD]", | |
| 213 "name": "get compile targets for scripts", | 205 "name": "get compile targets for scripts", |
| 214 "~followup_annotations": [ | 206 "~followup_annotations": [ |
| 215 "@@@STEP_LOG_LINE@json.output@{}@@@", | 207 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 216 "@@@STEP_LOG_END@json.output@@@" | 208 "@@@STEP_LOG_END@json.output@@@" |
| 217 ] | 209 ] |
| 218 }, | 210 }, |
| 219 { | 211 { |
| 220 "cmd": [ | 212 "cmd": [ |
| 221 "python", | 213 "python", |
| 222 "-u", | 214 "-u", |
| 223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 224 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 216 "[CWD]\\src\\testing\\buildbot\\chromium.win.json", |
| 225 "/path/to/tmp/json" | 217 "/path/to/tmp/json" |
| 226 ], | 218 ], |
| 227 "cwd": "[SLAVE_BUILD]", | |
| 228 "name": "read test spec", | 219 "name": "read test spec", |
| 229 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 230 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 221 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.win.json@@@", |
| 231 "@@@STEP_LOG_LINE@json.output@{@@@", | 222 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ \"Win10 Tests x64\": {@@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"Win10 Tests x64\": {@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ {@@@", | 225 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 237 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 228 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 238 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@ }@@@", | 230 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 240 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 231 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ }@@@", | 232 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@}@@@", | 233 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 243 "@@@STEP_LOG_END@json.output@@@" | 234 "@@@STEP_LOG_END@json.output@@@" |
| 244 ] | 235 ] |
| 245 }, | 236 }, |
| 246 { | 237 { |
| 247 "cmd": [ | 238 "cmd": [ |
| 248 "python", | 239 "python", |
| 249 "-u", | 240 "-u", |
| 250 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 241 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 251 "--show-path", | 242 "--show-path", |
| 252 "python", | 243 "python", |
| 253 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 244 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 254 ], | 245 ], |
| 255 "cwd": "[SLAVE_BUILD]", | |
| 256 "name": "cleanup_temp" | 246 "name": "cleanup_temp" |
| 257 }, | 247 }, |
| 258 { | 248 { |
| 259 "cmd": [ | 249 "cmd": [ |
| 260 "python", | 250 "python", |
| 261 "-u", | 251 "-u", |
| 262 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 252 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 263 "[SLAVE_BUILD]\\src\\out\\Release_x64" | 253 "[CWD]\\src\\out\\Release_x64" |
| 264 ], | 254 ], |
| 265 "cwd": "[SLAVE_BUILD]", | |
| 266 "name": "rmtree build directory", | 255 "name": "rmtree build directory", |
| 267 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 268 "@@@STEP_LOG_LINE@python.inline@@@@", | 257 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 269 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 258 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 270 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 259 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@@@@", | 260 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 272 "@@@STEP_LOG_LINE@python.inline@@@@", | 261 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 262 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 274 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 263 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 275 "@@@STEP_LOG_END@python.inline@@@" | 264 "@@@STEP_LOG_END@python.inline@@@" |
| 276 ] | 265 ] |
| 277 }, | 266 }, |
| 278 { | 267 { |
| 279 "cmd": [ | 268 "cmd": [ |
| 280 "python", | 269 "python", |
| 281 "-u", | 270 "-u", |
| 282 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 271 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 283 "--show-path", | 272 "--show-path", |
| 284 "python", | 273 "python", |
| 285 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 274 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
| 286 "--target", | 275 "--target", |
| 287 "Release_x64", | 276 "Release_x64", |
| 288 "--build-archive-url", | 277 "--build-archive-url", |
| 289 "gs://test-domain/test-archive.zip", | 278 "gs://test-domain/test-archive.zip", |
| 290 "--master-name", | 279 "--master-name", |
| 291 "chromium.win", | 280 "chromium.win", |
| 292 "--build-number", | 281 "--build-number", |
| 293 "571" | 282 "571" |
| 294 ], | 283 ], |
| 295 "cwd": "[SLAVE_BUILD]", | |
| 296 "name": "extract build" | 284 "name": "extract build" |
| 297 }, | 285 }, |
| 298 { | 286 { |
| 299 "cmd": [ | 287 "cmd": [ |
| 300 "python", | 288 "python", |
| 301 "-u", | 289 "-u", |
| 302 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 290 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 303 "--build-dir", | 291 "--build-dir", |
| 304 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 292 "[CWD]\\src\\out\\Release_x64", |
| 305 "--output-json", | 293 "--output-json", |
| 306 "/path/to/tmp/json" | 294 "/path/to/tmp/json" |
| 307 ], | 295 ], |
| 308 "cwd": "[SLAVE_BUILD]", | |
| 309 "name": "find isolated tests", | 296 "name": "find isolated tests", |
| 310 "~followup_annotations": [ | 297 "~followup_annotations": [ |
| 311 "@@@STEP_LOG_LINE@json.output@{@@@", | 298 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 314 "@@@STEP_LOG_LINE@json.output@}@@@", | 301 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 315 "@@@STEP_LOG_END@json.output@@@", | 302 "@@@STEP_LOG_END@json.output@@@", |
| 316 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 303 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 317 ] | 304 ] |
| 318 }, | 305 }, |
| 319 { | 306 { |
| 320 "cmd": [ | 307 "cmd": [ |
| 321 "python", | 308 "python", |
| 322 "-u", | 309 "-u", |
| 323 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 310 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 324 "trigger", | 311 "trigger", |
| 325 "--swarming", | 312 "--swarming", |
| 326 "https://chromium-swarm.appspot.com", | 313 "https://chromium-swarm.appspot.com", |
| 327 "--isolate-server", | 314 "--isolate-server", |
| 328 "https://isolateserver.appspot.com", | 315 "https://isolateserver.appspot.com", |
| 329 "--priority", | 316 "--priority", |
| 330 "25", | 317 "25", |
| 331 "--shards", | 318 "--shards", |
| 332 "1", | 319 "1", |
| 333 "--task-name", | 320 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 "purpose:post-commit", | 359 "purpose:post-commit", |
| 373 "--tag", | 360 "--tag", |
| 374 "slavename:TestSlavename", | 361 "slavename:TestSlavename", |
| 375 "--tag", | 362 "--tag", |
| 376 "stepname:browser_tests on Windows-10-10586", | 363 "stepname:browser_tests on Windows-10-10586", |
| 377 "--idempotent", | 364 "--idempotent", |
| 378 "ffffffffffffffffffffffffffffffffffffffff", | 365 "ffffffffffffffffffffffffffffffffffffffff", |
| 379 "--", | 366 "--", |
| 380 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 367 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 381 ], | 368 ], |
| 382 "cwd": "[SLAVE_BUILD]", | |
| 383 "name": "[trigger] browser_tests on Windows-10-10586", | 369 "name": "[trigger] browser_tests on Windows-10-10586", |
| 384 "~followup_annotations": [ | 370 "~followup_annotations": [ |
| 385 "@@@STEP_LOG_LINE@json.output@{@@@", | 371 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-10-10586/ffffffffff/Win10 Tests x64/571\", @@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-10-10586/ffffffffff/Win10 Tests x64/571\", @@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-10-10586/fffffff
fff/Win10 Tests x64/571\": {@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-10-10586/fffffff
fff/Win10 Tests x64/571\": {@@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ }@@@", | 378 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ }@@@", | 379 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@}@@@", | 380 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 395 "@@@STEP_LOG_END@json.output@@@", | 381 "@@@STEP_LOG_END@json.output@@@", |
| 396 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 382 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 397 ] | 383 ] |
| 398 }, | 384 }, |
| 399 { | 385 { |
| 400 "cmd": [ | 386 "cmd": [ |
| 401 "python", | 387 "python", |
| 402 "-u", | 388 "-u", |
| 403 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", | 389 "[CWD]\\src\\chrome\\test\\mini_installer\\test_installer.py", |
| 404 "--build-dir", | 390 "--build-dir", |
| 405 "[SLAVE_BUILD]\\src\\out", | 391 "[CWD]\\src\\out", |
| 406 "--target", | 392 "--target", |
| 407 "Release_x64", | 393 "Release_x64", |
| 408 "--force-clean", | 394 "--force-clean", |
| 409 "--config", | 395 "--config", |
| 410 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 396 "[CWD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
| 411 "--write-full-results-to", | 397 "--write-full-results-to", |
| 412 "/path/to/tmp/json" | 398 "/path/to/tmp/json" |
| 413 ], | 399 ], |
| 414 "cwd": "[SLAVE_BUILD]", | |
| 415 "name": "test_installer" | 400 "name": "test_installer" |
| 416 }, | 401 }, |
| 417 { | 402 { |
| 418 "allow_subannotations": true, | 403 "allow_subannotations": true, |
| 419 "cmd": [ | 404 "cmd": [ |
| 420 "python", | 405 "python", |
| 421 "-u", | 406 "-u", |
| 422 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 407 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 423 "python", | 408 "python", |
| 424 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 409 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
| 425 "--swarming-client-dir", | 410 "--swarming-client-dir", |
| 426 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 411 "[CWD]\\src\\tools\\swarming_client", |
| 427 "--temp-root-dir", | 412 "--temp-root-dir", |
| 428 "[TMP_BASE]", | 413 "[TMP]", |
| 429 "--merged-test-output", | 414 "--merged-test-output", |
| 430 "/path/to/tmp/json", | 415 "/path/to/tmp/json", |
| 431 "--", | 416 "--", |
| 432 "collect", | 417 "collect", |
| 433 "--swarming", | 418 "--swarming", |
| 434 "https://chromium-swarm.appspot.com", | 419 "https://chromium-swarm.appspot.com", |
| 435 "--decorate", | 420 "--decorate", |
| 436 "--print-status-updates", | 421 "--print-status-updates", |
| 437 "--shards", | 422 "--shards", |
| 438 "1", | 423 "1", |
| 439 "browser_tests/Windows-10-10586/ffffffffff/Win10 Tests x64/571" | 424 "browser_tests/Windows-10-10586/ffffffffff/Win10 Tests x64/571" |
| 440 ], | 425 ], |
| 441 "cwd": "[SLAVE_BUILD]", | |
| 442 "name": "browser_tests on Windows-10-10586", | 426 "name": "browser_tests on Windows-10-10586", |
| 443 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 444 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 428 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 445 ] | 429 ] |
| 446 }, | 430 }, |
| 447 { | 431 { |
| 448 "cmd": [ | 432 "cmd": [ |
| 449 "python", | 433 "python", |
| 450 "-u", | 434 "-u", |
| 451 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 435 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 452 "--input-gtest-json", | 436 "--input-gtest-json", |
| 453 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 437 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 454 "--master-name", | 438 "--master-name", |
| 455 "chromium.win", | 439 "chromium.win", |
| 456 "--builder-name", | 440 "--builder-name", |
| 457 "Win10 Tests x64", | 441 "Win10 Tests x64", |
| 458 "--build-number", | 442 "--build-number", |
| 459 "571", | 443 "571", |
| 460 "--test-type", | 444 "--test-type", |
| 461 "browser_tests on Windows-10-10586", | 445 "browser_tests on Windows-10-10586", |
| 462 "--test-results-server", | 446 "--test-results-server", |
| 463 "test-results.appspot.com", | 447 "test-results.appspot.com", |
| 464 "--chrome-revision", | 448 "--chrome-revision", |
| 465 "170242" | 449 "170242" |
| 466 ], | 450 ], |
| 467 "cwd": "[SLAVE_BUILD]", | |
| 468 "name": "Upload to test-results [browser_tests on Windows-10-10586]" | 451 "name": "Upload to test-results [browser_tests on Windows-10-10586]" |
| 469 }, | 452 }, |
| 470 { | 453 { |
| 471 "cmd": [ | 454 "cmd": [ |
| 472 "python", | 455 "python", |
| 473 "-u", | 456 "-u", |
| 474 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 457 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 475 "--target", | 458 "--target", |
| 476 "Release_x64" | 459 "Release_x64" |
| 477 ], | 460 ], |
| 478 "cwd": "[SLAVE_BUILD]", | |
| 479 "name": "process_dumps" | 461 "name": "process_dumps" |
| 480 }, | 462 }, |
| 481 { | 463 { |
| 482 "name": "$result", | 464 "name": "$result", |
| 483 "recipe_result": null, | 465 "recipe_result": null, |
| 484 "status_code": 0 | 466 "status_code": 0 |
| 485 } | 467 } |
| 486 ] | 468 ] |
| OLD | NEW |