| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder-Trybot", | 10 "Linux Builder-Trybot", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src/third_party/skia", | 16 "src/third_party/skia", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"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\"}", | 18 "{\"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\"}", |
| 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@HEAD", | 24 "src@HEAD", |
| 25 "--revision", | 25 "--revision", |
| 26 "src/third_party/skia@origin/master", | 26 "src/third_party/skia@origin/master", |
| 27 "--force", |
| 27 "--output_manifest" | 28 "--output_manifest" |
| 28 ], | 29 ], |
| 29 "cwd": "[SLAVE_BUILD]", | 30 "cwd": "[SLAVE_BUILD]", |
| 30 "env": { | 31 "env": { |
| 31 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 32 }, | 33 }, |
| 33 "name": "bot_update", | 34 "name": "bot_update", |
| 34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "~followup_annotations": [ | 343 "~followup_annotations": [ |
| 343 "@@@STEP_TEXT@Linux Tests-Trybot@@@" | 344 "@@@STEP_TEXT@Linux Tests-Trybot@@@" |
| 344 ] | 345 ] |
| 345 }, | 346 }, |
| 346 { | 347 { |
| 347 "name": "$result", | 348 "name": "$result", |
| 348 "recipe_result": null, | 349 "recipe_result": null, |
| 349 "status_code": 0 | 350 "status_code": 0 |
| 350 } | 351 } |
| 351 ] | 352 ] |
| OLD | NEW |