| 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.gpu", | 17 "chromium.gpu", |
| 17 "--builder", | 18 "--builder", |
| 18 "Win7 Debug (NVIDIA)", | 19 "Win7 Debug (NVIDIA)", |
| 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=shared_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=shared_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 "Debug", | 204 "Debug", |
| 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 Debug (NVIDIA)\", \"buildnumber\": 571, \"master
name\": \"chromium.gpu\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 209 "{\"buildername\": \"Win7 Debug (NVIDIA)\", \"buildnumber\": 571, \"master
name\": \"chromium.gpu\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" |
| 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.gpu.json", | 223 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.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.gpu.json@@@", | 229 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.js
on@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@{@@@", | 230 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 222 "@@@STEP_LOG_LINE@json.output@ \"Win7 Debug (NVIDIA)\": {@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"Win7 Debug (NVIDIA)\": {@@@", |
| 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\\Debug" | 262 "[SLAVE_BUILD]\\src\\out\\Debug" |
| 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 "Debug", | 286 "Debug", |
| 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.gpu", | 290 "chromium.gpu", |
| 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\\Debug", | 303 "[SLAVE_BUILD]\\src\\out\\Debug", |
| 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 Debug (NVIDIA)/571\", @@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Debug (NVIDIA)/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 Debug (NVIDIA)/571\": {@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Debug (NVIDIA)/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 "allow_subannotations": true, | 399 "allow_subannotations": true, |
| 386 "cmd": [ | 400 "cmd": [ |
| 387 "python", | 401 "python", |
| 388 "-u", | 402 "-u", |
| 389 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 403 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 390 "python", | 404 "python", |
| 391 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 405 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
| 392 "--swarming-client-dir", | 406 "--swarming-client-dir", |
| 393 "[CWD]\\src\\tools\\swarming_client", | 407 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 394 "--temp-root-dir", | 408 "--temp-root-dir", |
| 395 "[TMP]", | 409 "[TMP_BASE]", |
| 396 "--merged-test-output", | 410 "--merged-test-output", |
| 397 "/path/to/tmp/json", | 411 "/path/to/tmp/json", |
| 398 "--", | 412 "--", |
| 399 "collect", | 413 "collect", |
| 400 "--swarming", | 414 "--swarming", |
| 401 "https://chromium-swarm.appspot.com", | 415 "https://chromium-swarm.appspot.com", |
| 402 "--decorate", | 416 "--decorate", |
| 403 "--print-status-updates", | 417 "--print-status-updates", |
| 404 "--shards", | 418 "--shards", |
| 405 "1", | 419 "1", |
| 406 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Debug (NVIDIA)/571" | 420 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Debug (NVIDIA)/571" |
| 407 ], | 421 ], |
| 422 "cwd": "[SLAVE_BUILD]", |
| 408 "name": "browser_tests on Windows-7-SP1", | 423 "name": "browser_tests on Windows-7-SP1", |
| 409 "~followup_annotations": [ | 424 "~followup_annotations": [ |
| 410 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 425 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 411 ] | 426 ] |
| 412 }, | 427 }, |
| 413 { | 428 { |
| 414 "cmd": [ | 429 "cmd": [ |
| 415 "python", | 430 "python", |
| 416 "-u", | 431 "-u", |
| 417 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 432 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 418 "--input-gtest-json", | 433 "--input-gtest-json", |
| 419 "{\"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\"}}]}}"
, | 434 "{\"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\"}}]}}"
, |
| 420 "--master-name", | 435 "--master-name", |
| 421 "chromium.gpu", | 436 "chromium.gpu", |
| 422 "--builder-name", | 437 "--builder-name", |
| 423 "Win7 Debug (NVIDIA)", | 438 "Win7 Debug (NVIDIA)", |
| 424 "--build-number", | 439 "--build-number", |
| 425 "571", | 440 "571", |
| 426 "--test-type", | 441 "--test-type", |
| 427 "browser_tests on Windows-7-SP1", | 442 "browser_tests on Windows-7-SP1", |
| 428 "--test-results-server", | 443 "--test-results-server", |
| 429 "test-results.appspot.com", | 444 "test-results.appspot.com", |
| 430 "--chrome-revision", | 445 "--chrome-revision", |
| 431 "170242" | 446 "170242" |
| 432 ], | 447 ], |
| 448 "cwd": "[SLAVE_BUILD]", |
| 433 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" | 449 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" |
| 434 }, | 450 }, |
| 435 { | 451 { |
| 436 "cmd": [ | 452 "cmd": [ |
| 437 "python", | 453 "python", |
| 438 "-u", | 454 "-u", |
| 439 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 455 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 440 "--target", | 456 "--target", |
| 441 "Debug" | 457 "Debug" |
| 442 ], | 458 ], |
| 459 "cwd": "[SLAVE_BUILD]", |
| 443 "name": "process_dumps" | 460 "name": "process_dumps" |
| 444 }, | 461 }, |
| 445 { | 462 { |
| 446 "name": "$result", | 463 "name": "$result", |
| 447 "recipe_result": null, | 464 "recipe_result": null, |
| 448 "status_code": 0 | 465 "status_code": 0 |
| 449 } | 466 } |
| 450 ] | 467 ] |
| OLD | NEW |