Chromium Code Reviews| 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", | |
|
tandrii(chromium)
2016/09/19 19:04:30
retrain expectations.
| |
| 8 "tryserver.chromium.linux", | |
| 9 "--builder", | |
| 10 "linux_rel", | |
| 11 "--slave", | |
| 12 "totallyaslave-c4", | |
| 7 "--spec", | 13 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", |
| 9 "--patch_root", | 15 "--root", |
| 10 "src", | 16 "src", |
| 11 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 12 "{\"src\": \"got_cr_revision\"}", | 18 "{\"src\": \"got_cr_revision\"}", |
| 13 "--git-cache-dir", | 19 "--git-cache-dir", |
| 14 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 15 "--apply_issue_email_file", | 21 "--apply_issue_oauth2_file", |
| 16 "[BUILD]/site_config/.rietveld_client_email", | 22 "/creds/something", |
| 17 "--apply_issue_key_file", | |
| 18 "[BUILD]/site_config/.rietveld_secret_key", | |
| 19 "--output_json", | 23 "--output_json", |
| 20 "/path/to/tmp/json", | 24 "/path/to/tmp/json", |
| 21 "--revision", | 25 "--revision", |
| 22 "src@HEAD" | 26 "src@HEAD" |
| 23 ], | 27 ], |
| 24 "env": { | 28 "env": { |
| 25 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 26 }, | 30 }, |
| 27 "name": "bot_update", | 31 "name": "bot_update", |
| 28 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 45 "@@@SET_BUILD_PROPERTY@got_cr_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0 fe58cb9\"@@@", | 49 "@@@SET_BUILD_PROPERTY@got_cr_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0 fe58cb9\"@@@", |
| 46 "@@@SET_BUILD_PROPERTY@got_cr_revision_cp@\"refs/heads/master@{#170242}\"@ @@" | 50 "@@@SET_BUILD_PROPERTY@got_cr_revision_cp@\"refs/heads/master@{#170242}\"@ @@" |
| 47 ] | 51 ] |
| 48 }, | 52 }, |
| 49 { | 53 { |
| 50 "name": "$result", | 54 "name": "$result", |
| 51 "recipe_result": null, | 55 "recipe_result": null, |
| 52 "status_code": 0 | 56 "status_code": 0 |
| 53 } | 57 } |
| 54 ] | 58 ] |
| OLD | NEW |