| 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.fyi", | 17 "chromium.fyi", |
| 17 "--builder", | 18 "--builder", |
| 18 "Win7 Tests (ANGLE)", | 19 "Win7 Tests (ANGLE)", |
| 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@HEAD", | 33 "src@HEAD", |
| 33 "--revision", | 34 "--revision", |
| 34 "src/third_party/angle@HEAD", | 35 "src/third_party/angle@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\": \"HEAD\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...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_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", | 193 "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", |
| 187 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 194 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 188 }, | 195 }, |
| 189 "name": "gclient runhooks" | 196 "name": "gclient runhooks" |
| 190 }, | 197 }, |
| 191 { | 198 { |
| 192 "cmd": [ | 199 "cmd": [ |
| 193 "python", | 200 "python", |
| 194 "-u", | 201 "-u", |
| 195 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 196 "--output", | 203 "--output", |
| 197 "/path/to/tmp/json", | 204 "/path/to/tmp/json", |
| 198 "--", | 205 "--", |
| 199 "--build-config-fs", | 206 "--build-config-fs", |
| 200 "Release", | 207 "Release", |
| 201 "--paths", | 208 "--paths", |
| 202 "{\"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 "{\"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\"}", |
| 203 "--properties", | 210 "--properties", |
| 204 "{\"buildername\": \"Win7 Tests (ANGLE)\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 211 "{\"buildername\": \"Win7 Tests (ANGLE)\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" |
| 205 ], | 212 ], |
| 213 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "get compile targets for scripts", | 214 "name": "get compile targets for scripts", |
| 207 "~followup_annotations": [ | 215 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@json.output@{}@@@", | 216 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
| 210 ] | 218 ] |
| 211 }, | 219 }, |
| 212 { | 220 { |
| 213 "cmd": [ | 221 "cmd": [ |
| 214 "python", | 222 "python", |
| 215 "-u", | 223 "-u", |
| 216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 224 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 217 "[CWD]\\src\\testing\\buildbot\\chromium.fyi.json", | 225 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 218 "/path/to/tmp/json" | 226 "/path/to/tmp/json" |
| 219 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
| 220 "name": "read test spec", | 229 "name": "read test spec", |
| 221 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 222 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.fyi.json@@@", | 231 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
| 223 "@@@STEP_LOG_LINE@json.output@{@@@", | 232 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (ANGLE)\": {@@@", | 233 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (ANGLE)\": {@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ {@@@", | 235 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 238 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 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_LINE@json.output@ }@@@", | 242 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@}@@@", | 243 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 235 "@@@STEP_LOG_END@json.output@@@" | 244 "@@@STEP_LOG_END@json.output@@@" |
| 236 ] | 245 ] |
| 237 }, | 246 }, |
| 238 { | 247 { |
| 239 "cmd": [ | 248 "cmd": [ |
| 240 "python", | 249 "python", |
| 241 "-u", | 250 "-u", |
| 242 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 243 "--show-path", | 252 "--show-path", |
| 244 "python", | 253 "python", |
| 245 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 246 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", |
| 247 "name": "cleanup_temp" | 257 "name": "cleanup_temp" |
| 248 }, | 258 }, |
| 249 { | 259 { |
| 250 "cmd": [ | 260 "cmd": [ |
| 251 "python", | 261 "python", |
| 252 "-u", | 262 "-u", |
| 253 "\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 "\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", |
| 254 "[CWD]\\src\\out\\Release" | 264 "[SLAVE_BUILD]\\src\\out\\Release" |
| 255 ], | 265 ], |
| 266 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "rmtree build directory", | 267 "name": "rmtree build directory", |
| 257 "~followup_annotations": [ | 268 "~followup_annotations": [ |
| 258 "@@@STEP_LOG_LINE@python.inline@@@@", | 269 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 259 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 270 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 260 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 271 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@@@@", | 272 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@@@@", | 273 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 263 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 274 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 264 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 275 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 265 "@@@STEP_LOG_END@python.inline@@@" | 276 "@@@STEP_LOG_END@python.inline@@@" |
| 266 ] | 277 ] |
| 267 }, | 278 }, |
| 268 { | 279 { |
| 269 "cmd": [ | 280 "cmd": [ |
| 270 "python", | 281 "python", |
| 271 "-u", | 282 "-u", |
| 272 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 283 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 273 "--show-path", | 284 "--show-path", |
| 274 "python", | 285 "python", |
| 275 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 286 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
| 276 "--target", | 287 "--target", |
| 277 "Release", | 288 "Release", |
| 278 "--build-archive-url", | 289 "--build-archive-url", |
| 279 "gs://test-domain/test-archive.zip", | 290 "gs://test-domain/test-archive.zip", |
| 280 "--master-name", | 291 "--master-name", |
| 281 "chromium.fyi", | 292 "chromium.fyi", |
| 282 "--build-number", | 293 "--build-number", |
| 283 "571" | 294 "571" |
| 284 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
| 285 "name": "extract build" | 297 "name": "extract build" |
| 286 }, | 298 }, |
| 287 { | 299 { |
| 288 "cmd": [ | 300 "cmd": [ |
| 289 "python", | 301 "python", |
| 290 "-u", | 302 "-u", |
| 291 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 303 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 292 "--build-dir", | 304 "--build-dir", |
| 293 "[CWD]\\src\\out\\Release", | 305 "[SLAVE_BUILD]\\src\\out\\Release", |
| 294 "--output-json", | 306 "--output-json", |
| 295 "/path/to/tmp/json" | 307 "/path/to/tmp/json" |
| 296 ], | 308 ], |
| 309 "cwd": "[SLAVE_BUILD]", |
| 297 "name": "find isolated tests", | 310 "name": "find isolated tests", |
| 298 "~followup_annotations": [ | 311 "~followup_annotations": [ |
| 299 "@@@STEP_LOG_LINE@json.output@{@@@", | 312 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 313 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@}@@@", | 315 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 303 "@@@STEP_LOG_END@json.output@@@", | 316 "@@@STEP_LOG_END@json.output@@@", |
| 304 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 317 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 305 ] | 318 ] |
| 306 }, | 319 }, |
| 307 { | 320 { |
| 308 "cmd": [ | 321 "cmd": [ |
| 309 "python", | 322 "python", |
| 310 "-u", | 323 "-u", |
| 311 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 324 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 312 "trigger", | 325 "trigger", |
| 313 "--swarming", | 326 "--swarming", |
| 314 "https://chromium-swarm.appspot.com", | 327 "https://chromium-swarm.appspot.com", |
| 315 "--isolate-server", | 328 "--isolate-server", |
| 316 "https://isolateserver.appspot.com", | 329 "https://isolateserver.appspot.com", |
| 317 "--priority", | 330 "--priority", |
| 318 "35", | 331 "35", |
| 319 "--shards", | 332 "--shards", |
| 320 "1", | 333 "1", |
| 321 "--task-name", | 334 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "purpose:post-commit", | 373 "purpose:post-commit", |
| 361 "--tag", | 374 "--tag", |
| 362 "slavename:TestSlavename", | 375 "slavename:TestSlavename", |
| 363 "--tag", | 376 "--tag", |
| 364 "stepname:browser_tests on Windows-7-SP1", | 377 "stepname:browser_tests on Windows-7-SP1", |
| 365 "--idempotent", | 378 "--idempotent", |
| 366 "ffffffffffffffffffffffffffffffffffffffff", | 379 "ffffffffffffffffffffffffffffffffffffffff", |
| 367 "--", | 380 "--", |
| 368 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 381 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 369 ], | 382 ], |
| 383 "cwd": "[SLAVE_BUILD]", |
| 370 "name": "[trigger] browser_tests on Windows-7-SP1", | 384 "name": "[trigger] browser_tests on Windows-7-SP1", |
| 371 "~followup_annotations": [ | 385 "~followup_annotations": [ |
| 372 "@@@STEP_LOG_LINE@json.output@{@@@", | 386 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Tests (ANGLE)/571\", @@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Tests (ANGLE)/571\", @@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Tests (ANGLE)/571\": {@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Tests (ANGLE)/571\": {@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ }@@@", | 393 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ }@@@", | 394 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 381 "@@@STEP_LOG_LINE@json.output@}@@@", | 395 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 382 "@@@STEP_LOG_END@json.output@@@", | 396 "@@@STEP_LOG_END@json.output@@@", |
| 383 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 397 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 384 ] | 398 ] |
| 385 }, | 399 }, |
| 386 { | 400 { |
| 387 "allow_subannotations": true, | 401 "allow_subannotations": true, |
| 388 "cmd": [ | 402 "cmd": [ |
| 389 "python", | 403 "python", |
| 390 "-u", | 404 "-u", |
| 391 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 405 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 392 "python", | 406 "python", |
| 393 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 407 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
| 394 "--swarming-client-dir", | 408 "--swarming-client-dir", |
| 395 "[CWD]\\src\\tools\\swarming_client", | 409 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 396 "--temp-root-dir", | 410 "--temp-root-dir", |
| 397 "[TMP]", | 411 "[TMP_BASE]", |
| 398 "--merged-test-output", | 412 "--merged-test-output", |
| 399 "/path/to/tmp/json", | 413 "/path/to/tmp/json", |
| 400 "--", | 414 "--", |
| 401 "collect", | 415 "collect", |
| 402 "--swarming", | 416 "--swarming", |
| 403 "https://chromium-swarm.appspot.com", | 417 "https://chromium-swarm.appspot.com", |
| 404 "--decorate", | 418 "--decorate", |
| 405 "--print-status-updates", | 419 "--print-status-updates", |
| 406 "--shards", | 420 "--shards", |
| 407 "1", | 421 "1", |
| 408 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (ANGLE)/571" | 422 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (ANGLE)/571" |
| 409 ], | 423 ], |
| 424 "cwd": "[SLAVE_BUILD]", |
| 410 "name": "browser_tests on Windows-7-SP1", | 425 "name": "browser_tests on Windows-7-SP1", |
| 411 "~followup_annotations": [ | 426 "~followup_annotations": [ |
| 412 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 427 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 413 ] | 428 ] |
| 414 }, | 429 }, |
| 415 { | 430 { |
| 416 "cmd": [ | 431 "cmd": [ |
| 417 "python", | 432 "python", |
| 418 "-u", | 433 "-u", |
| 419 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 434 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 420 "--input-gtest-json", | 435 "--input-gtest-json", |
| 421 "{\"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\"}}]}}"
, | 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\"}}]}}"
, |
| 422 "--master-name", | 437 "--master-name", |
| 423 "chromium.fyi", | 438 "chromium.fyi", |
| 424 "--builder-name", | 439 "--builder-name", |
| 425 "Win7 Tests (ANGLE)", | 440 "Win7 Tests (ANGLE)", |
| 426 "--build-number", | 441 "--build-number", |
| 427 "571", | 442 "571", |
| 428 "--test-type", | 443 "--test-type", |
| 429 "browser_tests on Windows-7-SP1", | 444 "browser_tests on Windows-7-SP1", |
| 430 "--test-results-server", | 445 "--test-results-server", |
| 431 "test-results.appspot.com", | 446 "test-results.appspot.com", |
| 432 "--chrome-revision", | 447 "--chrome-revision", |
| 433 "170242" | 448 "170242" |
| 434 ], | 449 ], |
| 450 "cwd": "[SLAVE_BUILD]", |
| 435 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" | 451 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" |
| 436 }, | 452 }, |
| 437 { | 453 { |
| 438 "cmd": [ | 454 "cmd": [ |
| 439 "python", | 455 "python", |
| 440 "-u", | 456 "-u", |
| 441 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 457 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 442 "--target", | 458 "--target", |
| 443 "Release" | 459 "Release" |
| 444 ], | 460 ], |
| 461 "cwd": "[SLAVE_BUILD]", |
| 445 "name": "process_dumps" | 462 "name": "process_dumps" |
| 446 }, | 463 }, |
| 447 { | 464 { |
| 448 "name": "$result", | 465 "name": "$result", |
| 449 "recipe_result": null, | 466 "recipe_result": null, |
| 450 "status_code": 0 | 467 "status_code": 0 |
| 451 } | 468 } |
| 452 ] | 469 ] |
| OLD | NEW |