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", | |
8 "internal.infra", | |
9 "--builder", | |
10 "infra-internal-tester", | |
11 "--slave", | |
12 "TestSlavename", | |
13 "--spec", | 7 "--spec", |
14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.google
source.com/infra/infra_internal.git'}]", | 8 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.google
source.com/infra/infra_internal.git'}]", |
15 "--root", | 9 "--root", |
16 "infra_internal", | 10 "infra_internal", |
17 "--revision_mapping_file", | 11 "--revision_mapping_file", |
18 "{\"infra_internal\": \"got_revision\"}", | 12 "{\"infra_internal\": \"got_revision\"}", |
19 "--git-cache-dir", | 13 "--git-cache-dir", |
20 "[GIT_CACHE]", | 14 "[GIT_CACHE]", |
21 "--issue", | 15 "--issue", |
22 "12853011", | 16 "12853011", |
23 "--patchset", | 17 "--patchset", |
24 "1", | 18 "1", |
25 "--rietveld_server", | 19 "--rietveld_server", |
26 "https://codereview.chromium.org", | 20 "https://codereview.chromium.org", |
27 "--apply_issue_email_file", | 21 "--apply_issue_email_file", |
28 "[BUILD]/site_config/.rietveld_client_email", | 22 "[BUILD]/site_config/.rietveld_client_email", |
29 "--apply_issue_key_file", | 23 "--apply_issue_key_file", |
30 "[BUILD]/site_config/.rietveld_secret_key", | 24 "[BUILD]/site_config/.rietveld_secret_key", |
31 "--output_json", | 25 "--output_json", |
32 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
33 "--revision", | 27 "--revision", |
34 "infra_internal@HEAD", | 28 "infra_internal@HEAD", |
35 "--force", | |
36 "--output_manifest" | 29 "--output_manifest" |
37 ], | 30 ], |
38 "cwd": "[SLAVE_BUILD]", | 31 "cwd": "[SLAVE_BUILD]", |
39 "env": { | 32 "env": { |
40 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 33 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
41 }, | 34 }, |
42 "name": "bot_update", | 35 "name": "bot_update", |
43 "~followup_annotations": [ | 36 "~followup_annotations": [ |
44 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
45 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 ], | 134 ], |
142 "cwd": "[SLAVE_BUILD]", | 135 "cwd": "[SLAVE_BUILD]", |
143 "name": "go tests" | 136 "name": "go tests" |
144 }, | 137 }, |
145 { | 138 { |
146 "name": "$result", | 139 "name": "$result", |
147 "recipe_result": null, | 140 "recipe_result": null, |
148 "status_code": 0 | 141 "status_code": 0 |
149 } | 142 } |
150 ] | 143 ] |
OLD | NEW |