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 }, | 185 }, |
181 { | 186 { |
182 "cmd": [ | 187 "cmd": [ |
183 "echo", | 188 "echo", |
184 "Current candidate is 10h old (limit: 8h)." | 189 "Current candidate is 10h old (limit: 8h)." |
185 ], | 190 ], |
| 191 "cwd": "[SLAVE_BUILD]", |
186 "name": "log (2)" | 192 "name": "log (2)" |
187 }, | 193 }, |
188 { | 194 { |
189 "cmd": [ | 195 "cmd": [ |
190 "echo", | 196 "echo", |
191 "There is no new candidate." | 197 "There is no new candidate." |
192 ], | 198 ], |
| 199 "cwd": "[SLAVE_BUILD]", |
193 "name": "log (3)" | 200 "name": "log (3)" |
194 }, | 201 }, |
195 { | 202 { |
196 "cmd": [ | 203 "cmd": [ |
197 "git", | 204 "git", |
198 "update-ref", | 205 "update-ref", |
199 "refs/heads/roll", | 206 "refs/heads/roll", |
200 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb" | 207 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb" |
201 ], | 208 ], |
202 "cwd": "[CWD]/v8", | 209 "cwd": "[SLAVE_BUILD]/v8", |
203 "name": "git update-ref" | 210 "name": "git update-ref" |
204 }, | 211 }, |
205 { | 212 { |
206 "cmd": [ | 213 "cmd": [ |
207 "git", | 214 "git", |
208 "push", | 215 "push", |
209 "https://chromium.googlesource.com/v8/v8", | 216 "https://chromium.googlesource.com/v8/v8", |
210 "refs/heads/roll:refs/heads/roll" | 217 "refs/heads/roll:refs/heads/roll" |
211 ], | 218 ], |
212 "cwd": "[CWD]/v8", | 219 "cwd": "[SLAVE_BUILD]/v8", |
213 "name": "git push" | 220 "name": "git push" |
214 }, | 221 }, |
215 { | 222 { |
216 "cmd": [ | 223 "cmd": [ |
217 "python", | 224 "python", |
218 "-u", | 225 "-u", |
219 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 226 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
220 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006", | 227 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006", |
221 "[CWD]/refs_heads_roll.log" | 228 "[SLAVE_BUILD]/refs_heads_roll.log" |
222 ], | 229 ], |
| 230 "cwd": "[SLAVE_BUILD]", |
223 "name": "Write refs_heads_roll.log" | 231 "name": "Write refs_heads_roll.log" |
224 }, | 232 }, |
225 { | 233 { |
226 "cmd": [ | 234 "cmd": [ |
227 "python", | 235 "python", |
228 "-u", | 236 "-u", |
229 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 237 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
230 "--", | 238 "--", |
231 "[ROOT]/b/depot_tools/gsutil.py", | 239 "[DEPOT_TOOLS]/gsutil.py", |
232 "----", | 240 "----", |
233 "cp", | 241 "cp", |
234 "[CWD]/refs_heads_roll.log", | 242 "[SLAVE_BUILD]/refs_heads_roll.log", |
235 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" | 243 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" |
236 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]", |
237 "name": "gsutil upload", | 246 "name": "gsutil upload", |
238 "~followup_annotations": [ | 247 "~followup_annotations": [ |
239 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_roll.log@@@" | 248 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_roll.log@@@" |
240 ] | 249 ] |
241 }, | 250 }, |
242 { | 251 { |
243 "name": "$result", | 252 "name": "$result", |
244 "recipe_result": null, | 253 "recipe_result": null, |
245 "status_code": 0 | 254 "status_code": 0 |
246 } | 255 } |
247 ] | 256 ] |
OLD | NEW |