| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Mac10.9", | 10 "WebKit Mac10.9", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "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'}]", | 14 "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'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"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\"}", | 18 "{\"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\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@1111111", | 24 "src@HEAD", |
| 25 "--revision", | 25 "--revision", |
| 26 "src/third_party/WebKit@HEAD", | 26 "src/third_party/WebKit@HEAD", |
| 27 "--force", | 27 "--force", |
| 28 "--output_manifest" | 28 "--output_manifest" |
| 29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", | 30 "cwd": "[SLAVE_BUILD]", |
| 31 "env": { | 31 "env": { |
| 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 33 }, | 33 }, |
| 34 "name": "bot_update", | 34 "name": "bot_update", |
| 35 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit\": \"HEAD\"@@@"
, | 41 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit\": \"HEAD\"@@@"
, |
| 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "python", | 156 "python", |
| 157 "-u", | 157 "-u", |
| 158 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 158 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 159 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 159 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
| 160 "/path/to/tmp/json" | 160 "/path/to/tmp/json" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", | 162 "cwd": "[SLAVE_BUILD]", |
| 163 "name": "read test spec", | 163 "name": "read test spec", |
| 164 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 165 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", | 165 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@{@@@", | 166 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"WebKit Mac10.9\": {@@@", | |
| 168 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | |
| 169 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 170 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | |
| 171 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | |
| 172 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 173 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | |
| 174 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 175 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 176 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 178 "@@@STEP_LOG_END@json.output@@@" | 167 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] | 168 ] |
| 180 }, | 169 }, |
| 181 { | 170 { |
| 182 "cmd": [ | 171 "cmd": [ |
| 183 "python", | 172 "python", |
| 184 "-u", | 173 "-u", |
| 185 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 186 "--show-path", | 175 "--show-path", |
| 187 "python", | 176 "python", |
| 188 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 189 ], | 178 ], |
| 190 "cwd": "[SLAVE_BUILD]", | 179 "cwd": "[SLAVE_BUILD]", |
| 191 "name": "cleanup_temp" | 180 "name": "cleanup_temp" |
| 192 }, | 181 }, |
| 193 { | 182 { |
| 194 "cmd": [ | 183 "cmd": [ |
| 195 "python", | 184 "python", |
| 196 "-u", | 185 "-u", |
| 197 "\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", | 186 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 198 "[SLAVE_BUILD]/src/out/Release" | 187 "gen", |
| 188 "-m", |
| 189 "chromium.webkit", |
| 190 "-b", |
| 191 "WebKit Mac10.9", |
| 192 "--config-file", |
| 193 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 194 "--goma-dir", |
| 195 "[BUILD]/goma", |
| 196 "//out/Release" |
| 199 ], | 197 ], |
| 200 "cwd": "[SLAVE_BUILD]", | 198 "cwd": "[SLAVE_BUILD]", |
| 201 "name": "rmtree build directory", | 199 "name": "generate_build_files" |
| 200 }, |
| 201 { |
| 202 "allow_subannotations": true, |
| 203 "cmd": [ |
| 204 "python", |
| 205 "-u", |
| 206 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 207 "--src-dir", |
| 208 "[SLAVE_BUILD]/src", |
| 209 "--output-json", |
| 210 "/path/to/tmp/json" |
| 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "clang_revision", |
| 202 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 203 "@@@STEP_LOG_LINE@python.inline@@@@", | 215 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 217 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@@@@", | 218 "@@@STEP_LOG_END@json.output@@@" |
| 207 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 208 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 209 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 210 "@@@STEP_LOG_END@python.inline@@@" | |
| 211 ] | 219 ] |
| 212 }, | 220 }, |
| 213 { | 221 { |
| 214 "cmd": [ | 222 "cmd": [ |
| 215 "python", | 223 "python", |
| 216 "-u", | 224 "-u", |
| 217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 225 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 218 "--show-path", | 226 "--show-path", |
| 219 "python", | 227 "python", |
| 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 229 "--ninja-path", |
| 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 221 "--target", | 231 "--target", |
| 222 "Release", | 232 "Release", |
| 223 "--build-archive-url", | 233 "--src-dir", |
| 224 "gs://test-domain/test-archive.zip", | 234 "[SLAVE_BUILD]/src", |
| 225 "--master-name", | 235 "--goma-cache-dir", |
| 226 "chromium.webkit", | 236 "[GOMA_CACHE]", |
| 227 "--build-number", | 237 "--build-tool", |
| 228 "571" | 238 "ninja", |
| 239 "--compiler", |
| 240 "goma-clang", |
| 241 "--goma-jsonstatus", |
| 242 "/path/to/tmp/json", |
| 243 "--goma-dir", |
| 244 "[BUILD]/goma", |
| 245 "--", |
| 246 "blink_tests" |
| 229 ], | 247 ], |
| 230 "cwd": "[SLAVE_BUILD]", | 248 "cwd": "[SLAVE_BUILD]", |
| 231 "name": "extract build" | 249 "name": "compile", |
| 250 "~followup_annotations": [ |
| 251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 252 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 253 ] |
| 254 }, |
| 255 { |
| 256 "allow_subannotations": true, |
| 257 "cmd": [ |
| 258 "python", |
| 259 "-u", |
| 260 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 261 "--show-path", |
| 262 "python", |
| 263 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 264 "--target", |
| 265 "Release", |
| 266 "--build-url", |
| 267 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac10.9", |
| 268 "--build_revision", |
| 269 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 270 "--gs-acl", |
| 271 "public-read", |
| 272 "--factory-properties", |
| 273 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"gs_acl\": \"public-re
ad\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recip
e\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", |
| 274 "--build-properties", |
| 275 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"gs_acl\": \"public-re
ad\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recip
e\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}" |
| 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", |
| 278 "name": "package build" |
| 232 }, | 279 }, |
| 233 { | 280 { |
| 234 "cmd": [ | 281 "cmd": [ |
| 235 "python", | 282 "python", |
| 236 "-u", | 283 "-u", |
| 237 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | |
| 238 "--build-dir", | |
| 239 "[SLAVE_BUILD]/src/out/Release", | |
| 240 "--output-json", | |
| 241 "/path/to/tmp/json" | |
| 242 ], | |
| 243 "cwd": "[SLAVE_BUILD]", | |
| 244 "name": "find isolated tests", | |
| 245 "~followup_annotations": [ | |
| 246 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 247 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | |
| 248 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | |
| 249 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 250 "@@@STEP_LOG_END@json.output@@@", | |
| 251 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
| 252 ] | |
| 253 }, | |
| 254 { | |
| 255 "cmd": [ | |
| 256 "python", | |
| 257 "-u", | |
| 258 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
| 259 "trigger", | |
| 260 "--swarming", | |
| 261 "https://chromium-swarm.appspot.com", | |
| 262 "--isolate-server", | |
| 263 "https://isolateserver.appspot.com", | |
| 264 "--priority", | |
| 265 "25", | |
| 266 "--shards", | |
| 267 "1", | |
| 268 "--task-name", | |
| 269 "browser_tests/Mac-10.9/ffffffffff/WebKit Mac10.9/571", | |
| 270 "--dump-json", | |
| 271 "/path/to/tmp/json", | |
| 272 "--expiration", | |
| 273 "3600", | |
| 274 "--io-timeout", | |
| 275 "1200", | |
| 276 "--hard-timeout", | |
| 277 "3600", | |
| 278 "--dimension", | |
| 279 "cpu", | |
| 280 "x86-64", | |
| 281 "--dimension", | |
| 282 "gpu", | |
| 283 "none", | |
| 284 "--dimension", | |
| 285 "os", | |
| 286 "Mac-10.9", | |
| 287 "--dimension", | |
| 288 "pool", | |
| 289 "Chrome", | |
| 290 "--tag", | |
| 291 "buildername:WebKit Mac10.9", | |
| 292 "--tag", | |
| 293 "buildnumber:571", | |
| 294 "--tag", | |
| 295 "data:ffffffffffffffffffffffffffffffffffffffff", | |
| 296 "--tag", | |
| 297 "master:chromium.webkit", | |
| 298 "--tag", | |
| 299 "name:browser_tests", | |
| 300 "--tag", | |
| 301 "os:Mac-10.9", | |
| 302 "--tag", | |
| 303 "project:chromium", | |
| 304 "--tag", | |
| 305 "purpose:CI", | |
| 306 "--tag", | |
| 307 "purpose:post-commit", | |
| 308 "--tag", | |
| 309 "slavename:TestSlavename", | |
| 310 "--tag", | |
| 311 "stepname:browser_tests on Mac-10.9", | |
| 312 "--idempotent", | |
| 313 "ffffffffffffffffffffffffffffffffffffffff", | |
| 314 "--", | |
| 315 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | |
| 316 ], | |
| 317 "cwd": "[SLAVE_BUILD]", | |
| 318 "name": "[trigger] browser_tests on Mac-10.9", | |
| 319 "~followup_annotations": [ | |
| 320 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 321 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/WebKit Mac10.9/571\", @@@", | |
| 322 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | |
| 323 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/WebK
it Mac10.9/571\": {@@@", | |
| 324 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | |
| 325 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | |
| 326 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | |
| 327 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 328 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 329 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 330 "@@@STEP_LOG_END@json.output@@@", | |
| 331 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | |
| 332 ] | |
| 333 }, | |
| 334 { | |
| 335 "cmd": [ | |
| 336 "python", | |
| 337 "-u", | |
| 338 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 339 "--target", | 285 "--target", |
| 340 "Release", | 286 "Release", |
| 341 "--factory-properties", | 287 "--factory-properties", |
| 342 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"gs_acl\": \"public-re
ad\", \"mastername\": \"chromium.webkit\", \"parent_build_archive_url\": \"gs://
test-domain/test-archive.zip\", \"parent_buildername\": \"WebKit Mac Builder\",
\"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"swarm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffff
ffffffffffffffffff\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 288 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"gs_acl\": \"public-re
ad\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recip
e\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", |
| 343 "--build-properties", | 289 "--build-properties", |
| 344 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"gs_acl\": \"public-re
ad\", \"mastername\": \"chromium.webkit\", \"parent_build_archive_url\": \"gs://
test-domain/test-archive.zip\", \"parent_buildername\": \"WebKit Mac Builder\",
\"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"swarm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffff
ffffffffffffffffff\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 290 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"gs_acl\": \"public-re
ad\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recip
e\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", |
| 345 "--step-name=webkit_tests", | 291 "--step-name=webkit_tests", |
| 346 "--builder-name=WebKit Mac10.9", | 292 "--builder-name=WebKit Mac10.9", |
| 347 "--slave-name=TestSlavename", | 293 "--slave-name=TestSlavename", |
| 348 "--build-number=571", | 294 "--build-number=571", |
| 349 "--run-python-script", | 295 "--run-python-script", |
| 350 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", | 296 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", |
| 351 "--target", | 297 "--target", |
| 352 "Release", | 298 "Release", |
| 353 "-o", | 299 "-o", |
| 354 "[SLAVE_BUILD]/layout-test-results", | 300 "[SLAVE_BUILD]/layout-test-results", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "public-read" | 336 "public-read" |
| 391 ], | 337 ], |
| 392 "cwd": "[SLAVE_BUILD]", | 338 "cwd": "[SLAVE_BUILD]", |
| 393 "name": "archive_webkit_tests_results", | 339 "name": "archive_webkit_tests_results", |
| 394 "~followup_annotations": [ | 340 "~followup_annotations": [ |
| 395 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", | 341 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", |
| 396 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" | 342 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" |
| 397 ] | 343 ] |
| 398 }, | 344 }, |
| 399 { | 345 { |
| 400 "allow_subannotations": true, | |
| 401 "cmd": [ | |
| 402 "python", | |
| 403 "-u", | |
| 404 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 405 "python", | |
| 406 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | |
| 407 "--swarming-client-dir", | |
| 408 "[SLAVE_BUILD]/src/tools/swarming_client", | |
| 409 "--temp-root-dir", | |
| 410 "[TMP_BASE]", | |
| 411 "--merged-test-output", | |
| 412 "/path/to/tmp/json", | |
| 413 "--", | |
| 414 "collect", | |
| 415 "--swarming", | |
| 416 "https://chromium-swarm.appspot.com", | |
| 417 "--decorate", | |
| 418 "--print-status-updates", | |
| 419 "--shards", | |
| 420 "1", | |
| 421 "browser_tests/Mac-10.9/ffffffffff/WebKit Mac10.9/571" | |
| 422 ], | |
| 423 "cwd": "[SLAVE_BUILD]", | |
| 424 "name": "browser_tests on Mac-10.9", | |
| 425 "~followup_annotations": [ | |
| 426 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | |
| 427 ] | |
| 428 }, | |
| 429 { | |
| 430 "cmd": [ | |
| 431 "python", | |
| 432 "-u", | |
| 433 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | |
| 434 "--input-gtest-json", | |
| 435 "{\"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 "--master-name", | |
| 437 "chromium.webkit", | |
| 438 "--builder-name", | |
| 439 "WebKit Mac10.9", | |
| 440 "--build-number", | |
| 441 "571", | |
| 442 "--test-type", | |
| 443 "browser_tests on Mac-10.9", | |
| 444 "--test-results-server", | |
| 445 "test-results.appspot.com", | |
| 446 "--chrome-revision", | |
| 447 "170242" | |
| 448 ], | |
| 449 "cwd": "[SLAVE_BUILD]", | |
| 450 "name": "Upload to test-results [browser_tests on Mac-10.9]" | |
| 451 }, | |
| 452 { | |
| 453 "name": "$result", | 346 "name": "$result", |
| 454 "recipe_result": null, | 347 "recipe_result": null, |
| 455 "status_code": 0 | 348 "status_code": 0 |
| 456 } | 349 } |
| 457 ] | 350 ] |
| OLD | NEW |