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 "tryserver.infra", | 8 "tryserver.infra", |
9 "--builder", | 9 "--builder", |
10 "Luci-go Presubmit", | 10 "Luci-go Presubmit", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]", |
15 "--root", | 15 "--root", |
16 "infra/go/src/github.com/luci/luci-go", | 16 "infra/go/src/github.com/luci/luci-go", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"infra/go/src/github.com/luci/luci-go\": \"got_revision\"}", | 18 "{\"infra/go/src/github.com/luci/luci-go\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "infra@origin/master", | 30 "infra@origin/master", |
31 "--revision", | 31 "--revision", |
32 "infra/go/src/github.com/luci/luci-go@HEAD", | 32 "infra/go/src/github.com/luci/luci-go@HEAD", |
33 "--force", | 33 "--force", |
34 "--output_manifest" | 34 "--output_manifest" |
35 ], | 35 ], |
36 "cwd": "[SLAVE_BUILD]", | |
37 "env": { | 36 "env": { |
38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
39 }, | 38 }, |
40 "name": "bot_update", | 39 "name": "bot_update", |
41 "~followup_annotations": [ | 40 "~followup_annotations": [ |
42 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
43 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
(...skipping 24 matching lines...) Expand all Loading... |
71 "git", | 70 "git", |
72 "-c", | 71 "-c", |
73 "user.email=commit-bot@chromium.org", | 72 "user.email=commit-bot@chromium.org", |
74 "-c", | 73 "-c", |
75 "user.name=The Commit Bot", | 74 "user.name=The Commit Bot", |
76 "commit", | 75 "commit", |
77 "-a", | 76 "-a", |
78 "-m", | 77 "-m", |
79 "Committed patch" | 78 "Committed patch" |
80 ], | 79 ], |
81 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", | 80 "cwd": "[CWD]/infra/go/src/github.com/luci/luci-go", |
82 "name": "commit git patch" | 81 "name": "commit git patch" |
83 }, | 82 }, |
84 { | 83 { |
85 "cmd": [ | 84 "cmd": [ |
86 "python", | 85 "python", |
87 "-u", | 86 "-u", |
88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
89 "runhooks" | 88 "runhooks" |
90 ], | 89 ], |
91 "cwd": "[SLAVE_BUILD]", | |
92 "env": { | 90 "env": { |
93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
94 }, | 92 }, |
95 "name": "gclient runhooks" | 93 "name": "gclient runhooks" |
96 }, | 94 }, |
97 { | 95 { |
98 "cmd": [ | 96 "cmd": [ |
99 "python", | 97 "python", |
100 "-u", | 98 "-u", |
101 "[SLAVE_BUILD]/infra/go/env.py", | 99 "[CWD]/infra/go/env.py", |
102 "go", | 100 "go", |
103 "version" | 101 "version" |
104 ], | 102 ], |
105 "cwd": "[SLAVE_BUILD]", | |
106 "name": "go third parties" | 103 "name": "go third parties" |
107 }, | 104 }, |
108 { | 105 { |
109 "cmd": [ | 106 "cmd": [ |
110 "python", | 107 "python", |
111 "-u", | 108 "-u", |
112 "[SLAVE_BUILD]/infra/go/env.py", | 109 "[CWD]/infra/go/env.py", |
113 "python", | 110 "python", |
114 "[DEPOT_TOOLS]/presubmit_support.py", | 111 "[ROOT]/b/depot_tools/presubmit_support.py", |
115 "--root", | 112 "--root", |
116 "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", | 113 "[CWD]/infra/go/src/github.com/luci/luci-go", |
117 "--commit", | 114 "--commit", |
118 "--verbose", | 115 "--verbose", |
119 "--verbose", | 116 "--verbose", |
120 "--issue", | 117 "--issue", |
121 "12853011", | 118 "12853011", |
122 "--patchset", | 119 "--patchset", |
123 "1", | 120 "1", |
124 "--skip_canned", | 121 "--skip_canned", |
125 "CheckRietveldTryJobExecution", | 122 "CheckRietveldTryJobExecution", |
126 "--skip_canned", | 123 "--skip_canned", |
127 "CheckTreeIsOpen", | 124 "CheckTreeIsOpen", |
128 "--skip_canned", | 125 "--skip_canned", |
129 "CheckBuildbotPendingBuilds", | 126 "CheckBuildbotPendingBuilds", |
130 "--rietveld_url", | 127 "--rietveld_url", |
131 "https://codereview.chromium.org", | 128 "https://codereview.chromium.org", |
132 "--rietveld_fetch", | 129 "--rietveld_fetch", |
133 "--upstream", | 130 "--upstream", |
134 "0fe06637d251d5832f57351f23a63d1cf9458a9d", | 131 "0fe06637d251d5832f57351f23a63d1cf9458a9d", |
135 "--rietveld_email", | 132 "--rietveld_email", |
136 "" | 133 "" |
137 ], | 134 ], |
138 "cwd": "[SLAVE_BUILD]", | |
139 "env": { | 135 "env": { |
140 "PRESUBMIT_BUILDER": "1" | 136 "PRESUBMIT_BUILDER": "1" |
141 }, | 137 }, |
142 "name": "presubmit" | 138 "name": "presubmit" |
143 }, | 139 }, |
144 { | 140 { |
145 "name": "$result", | 141 "name": "$result", |
146 "recipe_result": null, | 142 "recipe_result": null, |
147 "status_code": 0 | 143 "status_code": 0 |
148 } | 144 } |
149 ] | 145 ] |
OLD | NEW |