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 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "Auto-roll - release process", | 10 "Auto-roll - release process", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@HEAD", | 24 "v8@HEAD", |
25 "--force", | 25 "--force", |
26 "--no_shallow", | 26 "--no_shallow", |
27 "--output_manifest" | 27 "--output_manifest" |
28 ], | 28 ], |
29 "cwd": "[SLAVE_BUILD]", | |
30 "env": { | 29 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 31 }, |
33 "name": "bot_update", | 32 "name": "bot_update", |
34 "~followup_annotations": [ | 33 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", |
(...skipping 15 matching lines...) Expand all Loading... |
55 "@@@STEP_LOG_LINE@json.output@}@@@", | 54 "@@@STEP_LOG_LINE@json.output@}@@@", |
56 "@@@STEP_LOG_END@json.output@@@", | 55 "@@@STEP_LOG_END@json.output@@@", |
57 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
59 ] | 58 ] |
60 }, | 59 }, |
61 { | 60 { |
62 "cmd": [ | 61 "cmd": [ |
63 "python", | 62 "python", |
64 "-u", | 63 "-u", |
65 "[BUILD]/scripts/tools/runit.py", | 64 "[ROOT]/b/build/scripts/tools/runit.py", |
66 "[BUILD]/scripts/tools/pycurl.py", | 65 "[ROOT]/b/build/scripts/tools/pycurl.py", |
67 "https://v8-status.appspot.com/lkgr" | 66 "https://v8-status.appspot.com/lkgr" |
68 ], | 67 ], |
69 "cwd": "[SLAVE_BUILD]", | |
70 "name": "get new lkgr", | 68 "name": "get new lkgr", |
71 "stdout": "/path/to/tmp/", | 69 "stdout": "/path/to/tmp/", |
72 "~followup_annotations": [ | 70 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@logs@New candidate: 0df953c9e12c1e3b0e37f2d4ef1ef8c319e0
95cb (396002)@@@", | 71 "@@@STEP_LOG_LINE@logs@New candidate: 0df953c9e12c1e3b0e37f2d4ef1ef8c319e0
95cb (396002)@@@", |
74 "@@@STEP_LOG_END@logs@@@" | 72 "@@@STEP_LOG_END@logs@@@" |
75 ] | 73 ] |
76 }, | 74 }, |
77 { | 75 { |
78 "cmd": [ | 76 "cmd": [ |
79 "git", | 77 "git", |
80 "fetch", | 78 "fetch", |
81 "https://chromium.googlesource.com/v8/v8", | 79 "https://chromium.googlesource.com/v8/v8", |
82 "+refs/heads/lkgr:refs/heads/lkgr" | 80 "+refs/heads/lkgr:refs/heads/lkgr" |
83 ], | 81 ], |
84 "cwd": "[SLAVE_BUILD]/v8", | 82 "cwd": "[CWD]/v8", |
85 "name": "git fetch" | 83 "name": "git fetch" |
86 }, | 84 }, |
87 { | 85 { |
88 "cmd": [ | 86 "cmd": [ |
89 "git", | 87 "git", |
90 "show-ref", | 88 "show-ref", |
91 "-s", | 89 "-s", |
92 "refs/heads/lkgr" | 90 "refs/heads/lkgr" |
93 ], | 91 ], |
94 "cwd": "[SLAVE_BUILD]/v8", | 92 "cwd": "[CWD]/v8", |
95 "name": "git show-ref refs/heads/lkgr", | 93 "name": "git show-ref refs/heads/lkgr", |
96 "stdout": "/path/to/tmp/", | 94 "stdout": "/path/to/tmp/", |
97 "~followup_annotations": [ | 95 "~followup_annotations": [ |
98 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", | 96 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", |
99 "@@@STEP_LOG_END@ref@@@" | 97 "@@@STEP_LOG_END@ref@@@" |
100 ] | 98 ] |
101 }, | 99 }, |
102 { | 100 { |
103 "cmd": [ | 101 "cmd": [ |
104 "echo", | 102 "echo", |
105 "There is no new lkgr." | 103 "There is no new lkgr." |
106 ], | 104 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "log" | 105 "name": "log" |
109 }, | 106 }, |
110 { | 107 { |
111 "cmd": [ | 108 "cmd": [ |
112 "git", | 109 "git", |
113 "fetch", | 110 "fetch", |
114 "https://chromium.googlesource.com/v8/v8", | 111 "https://chromium.googlesource.com/v8/v8", |
115 "+refs/heads/candidate:refs/heads/candidate" | 112 "+refs/heads/candidate:refs/heads/candidate" |
116 ], | 113 ], |
117 "cwd": "[SLAVE_BUILD]/v8", | 114 "cwd": "[CWD]/v8", |
118 "name": "git fetch (2)" | 115 "name": "git fetch (2)" |
119 }, | 116 }, |
120 { | 117 { |
121 "cmd": [ | 118 "cmd": [ |
122 "git", | 119 "git", |
123 "show-ref", | 120 "show-ref", |
124 "-s", | 121 "-s", |
125 "refs/heads/candidate" | 122 "refs/heads/candidate" |
126 ], | 123 ], |
127 "cwd": "[SLAVE_BUILD]/v8", | 124 "cwd": "[CWD]/v8", |
128 "name": "git show-ref refs/heads/candidate", | 125 "name": "git show-ref refs/heads/candidate", |
129 "stdout": "/path/to/tmp/", | 126 "stdout": "/path/to/tmp/", |
130 "~followup_annotations": [ | 127 "~followup_annotations": [ |
131 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", | 128 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", |
132 "@@@STEP_LOG_END@ref@@@" | 129 "@@@STEP_LOG_END@ref@@@" |
133 ] | 130 ] |
134 }, | 131 }, |
135 { | 132 { |
136 "cmd": [ | 133 "cmd": [ |
137 "git", | 134 "git", |
138 "fetch", | 135 "fetch", |
139 "https://chromium.googlesource.com/v8/v8", | 136 "https://chromium.googlesource.com/v8/v8", |
140 "+refs/heads/roll:refs/heads/roll" | 137 "+refs/heads/roll:refs/heads/roll" |
141 ], | 138 ], |
142 "cwd": "[SLAVE_BUILD]/v8", | 139 "cwd": "[CWD]/v8", |
143 "name": "git fetch (3)" | 140 "name": "git fetch (3)" |
144 }, | 141 }, |
145 { | 142 { |
146 "cmd": [ | 143 "cmd": [ |
147 "git", | 144 "git", |
148 "show-ref", | 145 "show-ref", |
149 "-s", | 146 "-s", |
150 "refs/heads/roll" | 147 "refs/heads/roll" |
151 ], | 148 ], |
152 "cwd": "[SLAVE_BUILD]/v8", | 149 "cwd": "[CWD]/v8", |
153 "name": "git show-ref refs/heads/roll", | 150 "name": "git show-ref refs/heads/roll", |
154 "stdout": "/path/to/tmp/", | 151 "stdout": "/path/to/tmp/", |
155 "~followup_annotations": [ | 152 "~followup_annotations": [ |
156 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", | 153 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", |
157 "@@@STEP_LOG_END@ref@@@" | 154 "@@@STEP_LOG_END@ref@@@" |
158 ] | 155 ] |
159 }, | 156 }, |
160 { | 157 { |
161 "cmd": [ | 158 "cmd": [ |
162 "python", | 159 "python", |
163 "-u", | 160 "-u", |
164 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 161 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
165 "[SLAVE_BUILD]/timestamp.txt", | 162 "[CWD]/timestamp.txt", |
166 "/path/to/tmp/" | 163 "/path/to/tmp/" |
167 ], | 164 ], |
168 "cwd": "[SLAVE_BUILD]", | |
169 "name": "check timestamp" | 165 "name": "check timestamp" |
170 }, | 166 }, |
171 { | 167 { |
172 "cmd": [ | 168 "cmd": [ |
173 "python", | 169 "python", |
174 "-u", | 170 "-u", |
175 "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py", | 171 "[CWD]/v8/tools/release/check_clusterfuzz.py", |
176 "--key-file", | 172 "--key-file", |
177 "[SLAVE_BUILD]/.cf_key", | 173 "[CWD]/.cf_key", |
178 "--results-file", | 174 "--results-file", |
179 "/path/to/tmp/json" | 175 "/path/to/tmp/json" |
180 ], | 176 ], |
181 "cwd": "[SLAVE_BUILD]", | |
182 "name": "check clusterfuzz", | 177 "name": "check clusterfuzz", |
183 "stderr": "/path/to/tmp/err", | 178 "stderr": "/path/to/tmp/err", |
184 "stdout": "/path/to/tmp/out" | 179 "stdout": "/path/to/tmp/out" |
185 }, | 180 }, |
186 { | 181 { |
187 "cmd": [ | 182 "cmd": [ |
188 "echo", | 183 "echo", |
189 "Current candidate is 10h old (limit: 8h)." | 184 "Current candidate is 10h old (limit: 8h)." |
190 ], | 185 ], |
191 "cwd": "[SLAVE_BUILD]", | |
192 "name": "log (2)" | 186 "name": "log (2)" |
193 }, | 187 }, |
194 { | 188 { |
195 "cmd": [ | 189 "cmd": [ |
196 "echo", | 190 "echo", |
197 "There is no new candidate." | 191 "There is no new candidate." |
198 ], | 192 ], |
199 "cwd": "[SLAVE_BUILD]", | |
200 "name": "log (3)" | 193 "name": "log (3)" |
201 }, | 194 }, |
202 { | 195 { |
203 "cmd": [ | 196 "cmd": [ |
204 "git", | 197 "git", |
205 "update-ref", | 198 "update-ref", |
206 "refs/heads/roll", | 199 "refs/heads/roll", |
207 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb" | 200 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb" |
208 ], | 201 ], |
209 "cwd": "[SLAVE_BUILD]/v8", | 202 "cwd": "[CWD]/v8", |
210 "name": "git update-ref" | 203 "name": "git update-ref" |
211 }, | 204 }, |
212 { | 205 { |
213 "cmd": [ | 206 "cmd": [ |
214 "git", | 207 "git", |
215 "push", | 208 "push", |
216 "https://chromium.googlesource.com/v8/v8", | 209 "https://chromium.googlesource.com/v8/v8", |
217 "refs/heads/roll:refs/heads/roll" | 210 "refs/heads/roll:refs/heads/roll" |
218 ], | 211 ], |
219 "cwd": "[SLAVE_BUILD]/v8", | 212 "cwd": "[CWD]/v8", |
220 "name": "git push" | 213 "name": "git push" |
221 }, | 214 }, |
222 { | 215 { |
223 "cmd": [ | 216 "cmd": [ |
224 "python", | 217 "python", |
225 "-u", | 218 "-u", |
226 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 219 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
227 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006", | 220 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006", |
228 "[SLAVE_BUILD]/refs_heads_roll.log" | 221 "[CWD]/refs_heads_roll.log" |
229 ], | 222 ], |
230 "cwd": "[SLAVE_BUILD]", | |
231 "name": "Write refs_heads_roll.log" | 223 "name": "Write refs_heads_roll.log" |
232 }, | 224 }, |
233 { | 225 { |
234 "cmd": [ | 226 "cmd": [ |
235 "python", | 227 "python", |
236 "-u", | 228 "-u", |
237 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 229 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
238 "--", | 230 "--", |
239 "[DEPOT_TOOLS]/gsutil.py", | 231 "[ROOT]/b/depot_tools/gsutil.py", |
240 "----", | 232 "----", |
241 "cp", | 233 "cp", |
242 "[SLAVE_BUILD]/refs_heads_roll.log", | 234 "[CWD]/refs_heads_roll.log", |
243 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" | 235 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" |
244 ], | 236 ], |
245 "cwd": "[SLAVE_BUILD]", | |
246 "name": "gsutil upload", | 237 "name": "gsutil upload", |
247 "~followup_annotations": [ | 238 "~followup_annotations": [ |
248 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_roll.log@@@" | 239 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_roll.log@@@" |
249 ] | 240 ] |
250 }, | 241 }, |
251 { | 242 { |
252 "name": "$result", | 243 "name": "$result", |
253 "recipe_result": null, | 244 "recipe_result": null, |
254 "status_code": 0 | 245 "status_code": 0 |
255 } | 246 } |
256 ] | 247 ] |
OLD | NEW |