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