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