OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
7 "--spec", | |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | |
9 "--patch_root", | |
10 "infra", | |
11 "--revision_mapping_file", | |
12 "{\"infra\": \"got_revision\"}", | |
13 "--git-cache-dir", | |
14 "[GIT_CACHE]", | |
15 "--gerrit_repo", | |
16 "https://chromium.googlesource.com/infra/infra", | |
17 "--gerrit_ref", | |
18 "refs/changes/11/338811/3", | |
19 "--output_json", | |
20 "/path/to/tmp/json", | |
21 "--revision", | |
22 "infra@HEAD", | |
23 "--output_manifest" | |
24 ], | |
25 "env": { | |
26 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
27 }, | |
28 "name": "bot_update", | |
29 "~followup_annotations": [ | |
30 "@@@STEP_TEXT@Some step text@@@", | |
31 "@@@STEP_LOG_LINE@json.output@{@@@", | |
32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
33 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
34 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", | |
35 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
36 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
37 "@@@STEP_LOG_LINE@json.output@ \"infra\": {@@@", | |
38 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf
ra.git\", @@@", | |
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", | |
40 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
41 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
43 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@", | |
44 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
45 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8
ebbce29610670c756aed\", @@@", | |
46 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#197293}\"@@@", | |
47 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
48 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@", | |
49 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
50 "@@@STEP_LOG_LINE@json.output@}@@@", | |
51 "@@@STEP_LOG_END@json.output@@@", | |
52 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75
6aed\"@@@", | |
53 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" | |
54 ] | |
55 }, | |
56 { | |
57 "cmd": [ | |
58 "git", | |
59 "-c", | |
60 "user.email=commit-bot@chromium.org", | |
61 "-c", | |
62 "user.name=The Commit Bot", | |
63 "commit", | |
64 "-a", | |
65 "-m", | |
66 "Committed patch" | |
67 ], | |
68 "cwd": "[SLAVE_BUILD]/infra", | |
69 "name": "commit git patch" | |
70 }, | |
71 { | |
72 "cmd": [ | |
73 "python", | |
74 "-u", | |
75 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
76 "runhooks" | |
77 ], | |
78 "cwd": "[SLAVE_BUILD]/infra", | |
79 "env": { | |
80 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
81 }, | |
82 "name": "gclient runhooks" | |
83 }, | |
84 { | |
85 "cmd": [ | |
86 "python", | |
87 "-u", | |
88 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | |
89 "--issue", | |
90 "338811", | |
91 "--patchset", | |
92 "3", | |
93 "--gerrit_url", | |
94 "https://chromium-review.googlesource.com", | |
95 "--gerrit_fetch", | |
96 "--root", | |
97 "[SLAVE_BUILD]/infra", | |
98 "--commit", | |
99 "--verbose", | |
100 "--verbose", | |
101 "--skip_canned", | |
102 "CheckRietveldTryJobExecution", | |
103 "--skip_canned", | |
104 "CheckTreeIsOpen", | |
105 "--skip_canned", | |
106 "CheckBuildbotPendingBuilds", | |
107 "--upstream", | |
108 "5e03a58dc0850e5137a8ebbce29610670c756aed" | |
109 ], | |
110 "env": { | |
111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
112 }, | |
113 "name": "presubmit" | |
114 }, | |
115 { | |
116 "name": "$result", | |
117 "recipe_result": null, | |
118 "status_code": 0 | |
119 } | |
120 ] | |
OLD | NEW |