| 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]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.webkit", | 17 "chromium.webkit", |
| 17 "--builder", | 18 "--builder", |
| 18 "WebKit Win7", | 19 "WebKit Win7", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 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'}]", | 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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 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\"}", | 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\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "src@1111111", | 33 "src@1111111", |
| 33 "--revision", | 34 "--revision", |
| 34 "src/third_party/WebKit@HEAD", | 35 "src/third_party/WebKit@HEAD", |
| 35 "--force", | 36 "--force", |
| 36 "--output_manifest" | 37 "--output_manifest" |
| 37 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
| 38 "env": { | 40 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 42 }, |
| 41 "name": "bot_update", | 43 "name": "bot_update", |
| 42 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 45 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 46 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 104 "@@@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}\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 108 ] | 110 ] |
| 109 }, | 111 }, |
| 110 { | 112 { |
| 111 "cmd": [], | 113 "cmd": [], |
| 114 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "ensure_goma" | 115 "name": "ensure_goma" |
| 113 }, | 116 }, |
| 114 { | 117 { |
| 115 "cmd": [ | 118 "cmd": [ |
| 116 "python", | 119 "python", |
| 117 "-u", | 120 "-u", |
| 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 121 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 119 "--platform", | 122 "--platform", |
| 120 "windows-386", | 123 "windows-386", |
| 121 "--dest-directory", | 124 "--dest-directory", |
| 122 "[CWD]\\cipd", | 125 "[SLAVE_BUILD]\\cipd", |
| 123 "--json-output", | 126 "--json-output", |
| 124 "/path/to/tmp/json" | 127 "/path/to/tmp/json" |
| 125 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "ensure_goma.install cipd", | 130 "name": "ensure_goma.install cipd", |
| 127 "~followup_annotations": [ | 131 "~followup_annotations": [ |
| 128 "@@@STEP_NEST_LEVEL@1@@@", | 132 "@@@STEP_NEST_LEVEL@1@@@", |
| 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 133 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 130 "@@@STEP_LOG_LINE@json.output@{@@@", | 134 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@}@@@", | 137 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" | 138 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] | 139 ] |
| 136 }, | 140 }, |
| 137 { | 141 { |
| 138 "cmd": [ | 142 "cmd": [ |
| 139 "fake_slave_build/cipd", | 143 "[SLAVE_BUILD]\\cipd\\cipd", |
| 140 "ensure", | 144 "ensure", |
| 141 "--root", | 145 "--root", |
| 142 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 146 "[CACHE]\\cipd\\goma", |
| 143 "--list", | 147 "--list", |
| 144 "infra_internal/goma/client/windows-amd64 release", | 148 "infra_internal/goma/client/windows-amd64 release", |
| 145 "--json-output", | 149 "--json-output", |
| 146 "/path/to/tmp/json", | 150 "/path/to/tmp/json", |
| 147 "--service-account-json", | 151 "--service-account-json", |
| 148 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 152 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 149 ], | 153 ], |
| 154 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "ensure_goma.ensure_installed", | 155 "name": "ensure_goma.ensure_installed", |
| 151 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 152 "@@@STEP_NEST_LEVEL@1@@@", | 157 "@@@STEP_NEST_LEVEL@1@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ {@@@", | 160 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 156 "@@@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---------\", @@@", |
| 157 "@@@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\"@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ }@@@", | 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 167 ] |
| 163 }, | 168 }, |
| 164 { | 169 { |
| 165 "cmd": [ | 170 "cmd": [ |
| 166 "python", | 171 "python", |
| 167 "-u", | 172 "-u", |
| 168 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 173 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 169 "--version" | 174 "--version" |
| 170 ], | 175 ], |
| 176 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "swarming.py --version", | 177 "name": "swarming.py --version", |
| 172 "stdout": "/path/to/tmp/", | 178 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ | 179 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@0.4.10@@@" | 180 "@@@STEP_TEXT@0.4.10@@@" |
| 175 ] | 181 ] |
| 176 }, | 182 }, |
| 177 { | 183 { |
| 178 "cmd": [ | 184 "cmd": [ |
| 179 "python", | 185 "python", |
| 180 "-u", | 186 "-u", |
| 181 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 182 "runhooks" | 188 "runhooks" |
| 183 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
| 184 "env": { | 191 "env": { |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 186 "GYP_CHROMIUM_NO_ACTION": "1", | 193 "GYP_CHROMIUM_NO_ACTION": "1", |
| 187 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=ia32 test_isolati
on_mode=prepare use_goma=1", | 194 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", |
| 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 195 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 189 }, | 196 }, |
| 190 "name": "gclient runhooks" | 197 "name": "gclient runhooks" |
| 191 }, | 198 }, |
| 192 { | 199 { |
| 193 "cmd": [ | 200 "cmd": [ |
| 194 "python", | 201 "python", |
| 195 "-u", | 202 "-u", |
| 196 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 203 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 197 "--output", | 204 "--output", |
| 198 "/path/to/tmp/json", | 205 "/path/to/tmp/json", |
| 199 "--", | 206 "--", |
| 200 "--build-config-fs", | 207 "--build-config-fs", |
| 201 "Release", | 208 "Release", |
| 202 "--paths", | 209 "--paths", |
| 203 "{\"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\"}", | 210 "{\"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\"}", |
| 204 "--properties", | 211 "--properties", |
| 205 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" | 212 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" |
| 206 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
| 207 "name": "get compile targets for scripts", | 215 "name": "get compile targets for scripts", |
| 208 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 209 "@@@STEP_LOG_LINE@json.output@{}@@@", | 217 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 210 "@@@STEP_LOG_END@json.output@@@" | 218 "@@@STEP_LOG_END@json.output@@@" |
| 211 ] | 219 ] |
| 212 }, | 220 }, |
| 213 { | 221 { |
| 214 "cmd": [ | 222 "cmd": [ |
| 215 "python", | 223 "python", |
| 216 "-u", | 224 "-u", |
| 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 218 "[CWD]\\src\\testing\\buildbot\\chromium.webkit.json", | 226 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| 219 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 220 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "read test spec", | 230 "name": "read test spec", |
| 222 "~followup_annotations": [ | 231 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webkit.json@@@
", | 232 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ {@@@", | 236 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 239 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 241 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 242 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ }@@@", | 243 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@}@@@", | 244 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 246 ] |
| 238 }, | 247 }, |
| 239 { | 248 { |
| 240 "cmd": [ | 249 "cmd": [ |
| 241 "python", | 250 "python", |
| 242 "-u", | 251 "-u", |
| 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 244 "--show-path", | 253 "--show-path", |
| 245 "python", | 254 "python", |
| 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 247 ], | 256 ], |
| 257 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "cleanup_temp" | 258 "name": "cleanup_temp" |
| 249 }, | 259 }, |
| 250 { | 260 { |
| 251 "cmd": [ | 261 "cmd": [ |
| 252 "python", | 262 "python", |
| 253 "-u", | 263 "-u", |
| 254 "\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", | 264 "\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", |
| 255 "[CWD]\\src\\out\\Release" | 265 "[SLAVE_BUILD]\\src\\out\\Release" |
| 256 ], | 266 ], |
| 267 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "rmtree build directory", | 268 "name": "rmtree build directory", |
| 258 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@python.inline@@@@", | 270 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 260 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 271 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 272 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@@@@", | 273 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 263 "@@@STEP_LOG_LINE@python.inline@@@@", | 274 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 264 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 275 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 265 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 276 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 266 "@@@STEP_LOG_END@python.inline@@@" | 277 "@@@STEP_LOG_END@python.inline@@@" |
| 267 ] | 278 ] |
| 268 }, | 279 }, |
| 269 { | 280 { |
| 270 "cmd": [ | 281 "cmd": [ |
| 271 "python", | 282 "python", |
| 272 "-u", | 283 "-u", |
| 273 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 284 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 274 "--show-path", | 285 "--show-path", |
| 275 "python", | 286 "python", |
| 276 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 287 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
| 277 "--target", | 288 "--target", |
| 278 "Release", | 289 "Release", |
| 279 "--build-archive-url", | 290 "--build-archive-url", |
| 280 "gs://test-domain/test-archive.zip", | 291 "gs://test-domain/test-archive.zip", |
| 281 "--master-name", | 292 "--master-name", |
| 282 "chromium.webkit", | 293 "chromium.webkit", |
| 283 "--build-number", | 294 "--build-number", |
| 284 "571" | 295 "571" |
| 285 ], | 296 ], |
| 297 "cwd": "[SLAVE_BUILD]", |
| 286 "name": "extract build" | 298 "name": "extract build" |
| 287 }, | 299 }, |
| 288 { | 300 { |
| 289 "cmd": [ | 301 "cmd": [ |
| 290 "python", | 302 "python", |
| 291 "-u", | 303 "-u", |
| 292 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 304 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 293 "--build-dir", | 305 "--build-dir", |
| 294 "[CWD]\\src\\out\\Release", | 306 "[SLAVE_BUILD]\\src\\out\\Release", |
| 295 "--output-json", | 307 "--output-json", |
| 296 "/path/to/tmp/json" | 308 "/path/to/tmp/json" |
| 297 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
| 298 "name": "find isolated tests", | 311 "name": "find isolated tests", |
| 299 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 300 "@@@STEP_LOG_LINE@json.output@{@@@", | 313 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@}@@@", | 316 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 304 "@@@STEP_LOG_END@json.output@@@", | 317 "@@@STEP_LOG_END@json.output@@@", |
| 305 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 318 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 306 ] | 319 ] |
| 307 }, | 320 }, |
| 308 { | 321 { |
| 309 "cmd": [ | 322 "cmd": [ |
| 310 "python", | 323 "python", |
| 311 "-u", | 324 "-u", |
| 312 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 325 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 313 "trigger", | 326 "trigger", |
| 314 "--swarming", | 327 "--swarming", |
| 315 "https://chromium-swarm.appspot.com", | 328 "https://chromium-swarm.appspot.com", |
| 316 "--isolate-server", | 329 "--isolate-server", |
| 317 "https://isolateserver.appspot.com", | 330 "https://isolateserver.appspot.com", |
| 318 "--priority", | 331 "--priority", |
| 319 "25", | 332 "25", |
| 320 "--shards", | 333 "--shards", |
| 321 "1", | 334 "1", |
| 322 "--task-name", | 335 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "purpose:post-commit", | 374 "purpose:post-commit", |
| 362 "--tag", | 375 "--tag", |
| 363 "slavename:TestSlavename", | 376 "slavename:TestSlavename", |
| 364 "--tag", | 377 "--tag", |
| 365 "stepname:browser_tests on Windows-7-SP1", | 378 "stepname:browser_tests on Windows-7-SP1", |
| 366 "--idempotent", | 379 "--idempotent", |
| 367 "ffffffffffffffffffffffffffffffffffffffff", | 380 "ffffffffffffffffffffffffffffffffffffffff", |
| 368 "--", | 381 "--", |
| 369 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 382 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 370 ], | 383 ], |
| 384 "cwd": "[SLAVE_BUILD]", |
| 371 "name": "[trigger] browser_tests on Windows-7-SP1", | 385 "name": "[trigger] browser_tests on Windows-7-SP1", |
| 372 "~followup_annotations": [ | 386 "~followup_annotations": [ |
| 373 "@@@STEP_LOG_LINE@json.output@{@@@", | 387 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/WebKit Win7/571\", @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/WebKit Win7/571\", @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/WebKit Win7/571\": {@@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/WebKit Win7/571\": {@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ }@@@", | 394 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 393 "Release", | 407 "Release", |
| 394 "--factory-properties", | 408 "--factory-properties", |
| 395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 409 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
| 396 "--build-properties", | 410 "--build-properties", |
| 397 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 411 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
| 398 "--step-name=webkit_tests", | 412 "--step-name=webkit_tests", |
| 399 "--builder-name=WebKit Win7", | 413 "--builder-name=WebKit Win7", |
| 400 "--slave-name=TestSlavename", | 414 "--slave-name=TestSlavename", |
| 401 "--build-number=571", | 415 "--build-number=571", |
| 402 "--run-python-script", | 416 "--run-python-script", |
| 403 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\layout_test_wrapper.py", | 417 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py", |
| 404 "--target", | 418 "--target", |
| 405 "Release", | 419 "Release", |
| 406 "-o", | 420 "-o", |
| 407 "[CWD]\\layout-test-results", | 421 "[SLAVE_BUILD]\\layout-test-results", |
| 408 "--build-dir", | 422 "--build-dir", |
| 409 "[CWD]\\src\\out", | 423 "[SLAVE_BUILD]\\src\\out", |
| 410 "--json-test-results", | 424 "--json-test-results", |
| 411 "/path/to/tmp/json", | 425 "/path/to/tmp/json", |
| 412 "--test-results-server", | 426 "--test-results-server", |
| 413 "test-results.appspot.com", | 427 "test-results.appspot.com", |
| 414 "--build-number", | 428 "--build-number", |
| 415 "571", | 429 "571", |
| 416 "--builder-name", | 430 "--builder-name", |
| 417 "WebKit Win7", | 431 "WebKit Win7", |
| 418 "--step-name", | 432 "--step-name", |
| 419 "webkit_tests" | 433 "webkit_tests" |
| 420 ], | 434 ], |
| 435 "cwd": "[SLAVE_BUILD]", |
| 421 "name": "webkit_tests", | 436 "name": "webkit_tests", |
| 422 "~followup_annotations": [ | 437 "~followup_annotations": [ |
| 423 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 438 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 424 ] | 439 ] |
| 425 }, | 440 }, |
| 426 { | 441 { |
| 427 "cmd": [ | 442 "cmd": [ |
| 428 "python", | 443 "python", |
| 429 "-u", | 444 "-u", |
| 430 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\archive_layout_test_results.p
y", | 445 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
| 431 "--results-dir", | 446 "--results-dir", |
| 432 "[CWD]\\layout-test-results", | 447 "[SLAVE_BUILD]\\layout-test-results", |
| 433 "--build-dir", | 448 "--build-dir", |
| 434 "[CWD]\\src\\out", | 449 "[SLAVE_BUILD]\\src\\out", |
| 435 "--build-number", | 450 "--build-number", |
| 436 "571", | 451 "571", |
| 437 "--builder-name", | 452 "--builder-name", |
| 438 "WebKit Win7", | 453 "WebKit Win7", |
| 439 "--gs-bucket", | 454 "--gs-bucket", |
| 440 "gs://chromium-layout-test-archives", | 455 "gs://chromium-layout-test-archives", |
| 441 "--gs-acl", | 456 "--gs-acl", |
| 442 "public-read" | 457 "public-read" |
| 443 ], | 458 ], |
| 459 "cwd": "[SLAVE_BUILD]", |
| 444 "name": "archive_webkit_tests_results", | 460 "name": "archive_webkit_tests_results", |
| 445 "~followup_annotations": [ | 461 "~followup_annotations": [ |
| 446 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", | 462 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", |
| 447 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" | 463 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" |
| 448 ] | 464 ] |
| 449 }, | 465 }, |
| 450 { | 466 { |
| 451 "allow_subannotations": true, | 467 "allow_subannotations": true, |
| 452 "cmd": [ | 468 "cmd": [ |
| 453 "python", | 469 "python", |
| 454 "-u", | 470 "-u", |
| 455 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 471 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 456 "python", | 472 "python", |
| 457 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 473 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
| 458 "--swarming-client-dir", | 474 "--swarming-client-dir", |
| 459 "[CWD]\\src\\tools\\swarming_client", | 475 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 460 "--temp-root-dir", | 476 "--temp-root-dir", |
| 461 "[TMP]", | 477 "[TMP_BASE]", |
| 462 "--merged-test-output", | 478 "--merged-test-output", |
| 463 "/path/to/tmp/json", | 479 "/path/to/tmp/json", |
| 464 "--", | 480 "--", |
| 465 "collect", | 481 "collect", |
| 466 "--swarming", | 482 "--swarming", |
| 467 "https://chromium-swarm.appspot.com", | 483 "https://chromium-swarm.appspot.com", |
| 468 "--decorate", | 484 "--decorate", |
| 469 "--print-status-updates", | 485 "--print-status-updates", |
| 470 "--shards", | 486 "--shards", |
| 471 "1", | 487 "1", |
| 472 "browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571" | 488 "browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571" |
| 473 ], | 489 ], |
| 490 "cwd": "[SLAVE_BUILD]", |
| 474 "name": "browser_tests on Windows-7-SP1", | 491 "name": "browser_tests on Windows-7-SP1", |
| 475 "~followup_annotations": [ | 492 "~followup_annotations": [ |
| 476 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 493 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 477 ] | 494 ] |
| 478 }, | 495 }, |
| 479 { | 496 { |
| 480 "cmd": [ | 497 "cmd": [ |
| 481 "python", | 498 "python", |
| 482 "-u", | 499 "-u", |
| 483 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 500 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 484 "--input-gtest-json", | 501 "--input-gtest-json", |
| 485 "{\"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\"}}]}}"
, | 502 "{\"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\"}}]}}"
, |
| 486 "--master-name", | 503 "--master-name", |
| 487 "chromium.webkit", | 504 "chromium.webkit", |
| 488 "--builder-name", | 505 "--builder-name", |
| 489 "WebKit Win7", | 506 "WebKit Win7", |
| 490 "--build-number", | 507 "--build-number", |
| 491 "571", | 508 "571", |
| 492 "--test-type", | 509 "--test-type", |
| 493 "browser_tests on Windows-7-SP1", | 510 "browser_tests on Windows-7-SP1", |
| 494 "--test-results-server", | 511 "--test-results-server", |
| 495 "test-results.appspot.com", | 512 "test-results.appspot.com", |
| 496 "--chrome-revision", | 513 "--chrome-revision", |
| 497 "170242" | 514 "170242" |
| 498 ], | 515 ], |
| 516 "cwd": "[SLAVE_BUILD]", |
| 499 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" | 517 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" |
| 500 }, | 518 }, |
| 501 { | 519 { |
| 502 "cmd": [ | 520 "cmd": [ |
| 503 "python", | 521 "python", |
| 504 "-u", | 522 "-u", |
| 505 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 523 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 506 "--target", | 524 "--target", |
| 507 "Release" | 525 "Release" |
| 508 ], | 526 ], |
| 527 "cwd": "[SLAVE_BUILD]", |
| 509 "name": "process_dumps" | 528 "name": "process_dumps" |
| 510 }, | 529 }, |
| 511 { | 530 { |
| 512 "name": "$result", | 531 "name": "$result", |
| 513 "recipe_result": null, | 532 "recipe_result": null, |
| 514 "status_code": 0 | 533 "status_code": 0 |
| 515 } | 534 } |
| 516 ] | 535 ] |
| OLD | NEW |