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