Chromium Code Reviews

Side by Side Diff: recipe_modules/bot_update/example.expected/trychange_oauth2_json.json

Issue 2294413002: bot_update: add --auth-refresh-token-json passthrough for apply_issue (Closed)
Patch Set: Review again Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « recipe_modules/bot_update/example.py ('k') | recipe_modules/bot_update/resources/bot_update.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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...)
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 ]
OLDNEW
« no previous file with comments | « recipe_modules/bot_update/example.py ('k') | recipe_modules/bot_update/resources/bot_update.py » ('j') | no next file with comments »

Powered by Google App Engine