| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tester", | 10 "Linux Tester", |
| 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'}, {'deps_file': 'DEPS', 'managed': True, 'name'
: 'webrtc.DEPS', 'url': 'https://chromium.googlesource.com/chromium/deps/webrtc/
webrtc.DEPS'}]", | 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'}, {'deps_file': 'DEPS', 'managed': True, 'name'
: 'webrtc.DEPS', 'url': 'https://chromium.googlesource.com/chromium/deps/webrtc/
webrtc.DEPS'}]", |
| 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/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_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/libjingle/source/talk@HEAD", | 26 "src/third_party/libjingle/source/talk@HEAD", |
| 27 "--revision", | 27 "--revision", |
| 28 "src/third_party/webrtc@HEAD", | 28 "src/third_party/webrtc@HEAD", |
| 29 "--force", |
| 29 "--output_manifest" | 30 "--output_manifest" |
| 30 ], | 31 ], |
| 31 "cwd": "[SLAVE_BUILD]", | 32 "cwd": "[SLAVE_BUILD]", |
| 32 "env": { | 33 "env": { |
| 33 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 34 }, | 35 }, |
| 35 "name": "bot_update", | 36 "name": "bot_update", |
| 36 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 37 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 ], | 368 ], |
| 368 "cwd": "[SLAVE_BUILD]", | 369 "cwd": "[SLAVE_BUILD]", |
| 369 "name": "remoting_unittests" | 370 "name": "remoting_unittests" |
| 370 }, | 371 }, |
| 371 { | 372 { |
| 372 "name": "$result", | 373 "name": "$result", |
| 373 "recipe_result": null, | 374 "recipe_result": null, |
| 374 "status_code": 0 | 375 "status_code": 0 |
| 375 } | 376 } |
| 376 ] | 377 ] |
| OLD | NEW |