Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/update.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
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 = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, '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 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "v8@HEAD", 22 "v8@HEAD",
23 "--force", 23 "--force",
24 "--no_shallow" 24 "--no_shallow"
25 ], 25 ],
26 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update", 27 "name": "bot_update",
27 "~followup_annotations": [ 28 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@", 29 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f2cbea7e89a45f468197 77bb78a1f5bd0241f64c\", @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f2cbea7e89a45f468197 77bb78a1f5bd0241f64c\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#50110}\"@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#50110}\"@@@",
36 "@@@STEP_LOG_LINE@json.output@ }, @@@", 37 "@@@STEP_LOG_LINE@json.output@ }, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
39 "@@@STEP_LOG_LINE@json.output@}@@@", 40 "@@@STEP_LOG_LINE@json.output@}@@@",
40 "@@@STEP_LOG_END@json.output@@@", 41 "@@@STEP_LOG_END@json.output@@@",
41 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@", 42 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@",
42 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 43 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
43 ] 44 ]
44 }, 45 },
45 { 46 {
46 "cmd": [ 47 "cmd": [
47 "python", 48 "python",
48 "-u", 49 "-u",
49 "[BUILD]/scripts/tools/runit.py", 50 "[BUILD]/scripts/tools/runit.py",
50 "[BUILD]/scripts/tools/pycurl.py", 51 "[BUILD]/scripts/tools/pycurl.py",
51 "https://v8-status.appspot.com/lkgr" 52 "https://v8-status.appspot.com/lkgr"
52 ], 53 ],
54 "cwd": "[SLAVE_BUILD]",
53 "name": "get new lkgr", 55 "name": "get new lkgr",
54 "stdout": "/path/to/tmp/", 56 "stdout": "/path/to/tmp/",
55 "~followup_annotations": [ 57 "~followup_annotations": [
56 "@@@STEP_LOG_LINE@logs@New candidate: c1a7fd0c98a80c52fcf6763850d2ee1c41cf e8d6 (396002)@@@", 58 "@@@STEP_LOG_LINE@logs@New candidate: c1a7fd0c98a80c52fcf6763850d2ee1c41cf e8d6 (396002)@@@",
57 "@@@STEP_LOG_END@logs@@@" 59 "@@@STEP_LOG_END@logs@@@"
58 ] 60 ]
59 }, 61 },
60 { 62 {
61 "cmd": [ 63 "cmd": [
62 "git", 64 "git",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "name": "git push" 105 "name": "git push"
104 }, 106 },
105 { 107 {
106 "cmd": [ 108 "cmd": [
107 "python", 109 "python",
108 "-u", 110 "-u",
109 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 111 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
110 "[SLAVE_BUILD]/refs_heads_lkgr.log", 112 "[SLAVE_BUILD]/refs_heads_lkgr.log",
111 "/path/to/tmp/" 113 "/path/to/tmp/"
112 ], 114 ],
115 "cwd": "[SLAVE_BUILD]",
113 "name": "Read refs_heads_lkgr.log" 116 "name": "Read refs_heads_lkgr.log"
114 }, 117 },
115 { 118 {
116 "cmd": [ 119 "cmd": [
117 "python", 120 "python",
118 "-u", 121 "-u",
119 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
120 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", 123 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004",
121 "[SLAVE_BUILD]/refs_heads_lkgr.log" 124 "[SLAVE_BUILD]/refs_heads_lkgr.log"
122 ], 125 ],
126 "cwd": "[SLAVE_BUILD]",
123 "name": "Write refs_heads_lkgr.log" 127 "name": "Write refs_heads_lkgr.log"
124 }, 128 },
125 { 129 {
126 "cmd": [ 130 "cmd": [
127 "python", 131 "python",
128 "-u", 132 "-u",
129 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 133 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
130 "--", 134 "--",
131 "[DEPOT_TOOLS]/gsutil.py", 135 "[DEPOT_TOOLS]/gsutil.py",
132 "--force-version", 136 "--force-version",
133 "3.25", 137 "3.25",
134 "--", 138 "--",
135 "cp", 139 "cp",
136 "[SLAVE_BUILD]/refs_heads_lkgr.log", 140 "[SLAVE_BUILD]/refs_heads_lkgr.log",
137 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" 141 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log"
138 ], 142 ],
143 "cwd": "[SLAVE_BUILD]",
139 "name": "gsutil upload", 144 "name": "gsutil upload",
140 "~followup_annotations": [ 145 "~followup_annotations": [
141 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_lkgr.log@@@" 146 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_lkgr.log@@@"
142 ] 147 ]
143 }, 148 },
144 { 149 {
145 "cmd": [ 150 "cmd": [
146 "git", 151 "git",
147 "fetch", 152 "fetch",
148 "https://chromium.googlesource.com/v8/v8", 153 "https://chromium.googlesource.com/v8/v8",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 ] 197 ]
193 }, 198 },
194 { 199 {
195 "cmd": [ 200 "cmd": [
196 "python", 201 "python",
197 "-u", 202 "-u",
198 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
199 "[SLAVE_BUILD]/timestamp.txt", 204 "[SLAVE_BUILD]/timestamp.txt",
200 "/path/to/tmp/" 205 "/path/to/tmp/"
201 ], 206 ],
207 "cwd": "[SLAVE_BUILD]",
202 "name": "check timestamp" 208 "name": "check timestamp"
203 }, 209 },
204 { 210 {
205 "cmd": [ 211 "cmd": [
206 "python", 212 "python",
207 "-u", 213 "-u",
208 "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py", 214 "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py",
209 "--key-file", 215 "--key-file",
210 "[SLAVE_BUILD]/.cf_key", 216 "[SLAVE_BUILD]/.cf_key",
211 "--results-file", 217 "--results-file",
212 "/path/to/tmp/json" 218 "/path/to/tmp/json"
213 ], 219 ],
220 "cwd": "[SLAVE_BUILD]",
214 "name": "check clusterfuzz", 221 "name": "check clusterfuzz",
215 "stderr": "/path/to/tmp/err", 222 "stderr": "/path/to/tmp/err",
216 "stdout": "/path/to/tmp/out" 223 "stdout": "/path/to/tmp/out"
217 }, 224 },
218 { 225 {
219 "cmd": [ 226 "cmd": [
220 "echo", 227 "echo",
221 "Current candidate is 10h old (limit: 8h)." 228 "Current candidate is 10h old (limit: 8h)."
222 ], 229 ],
230 "cwd": "[SLAVE_BUILD]",
223 "name": "log" 231 "name": "log"
224 }, 232 },
225 { 233 {
226 "cmd": [ 234 "cmd": [
227 "git", 235 "git",
228 "update-ref", 236 "update-ref",
229 "refs/heads/candidate", 237 "refs/heads/candidate",
230 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" 238 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6"
231 ], 239 ],
232 "cwd": "[SLAVE_BUILD]/v8", 240 "cwd": "[SLAVE_BUILD]/v8",
(...skipping 10 matching lines...) Expand all
243 "name": "git push (2)" 251 "name": "git push (2)"
244 }, 252 },
245 { 253 {
246 "cmd": [ 254 "cmd": [
247 "python", 255 "python",
248 "-u", 256 "-u",
249 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 257 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
250 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008", 258 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008",
251 "[SLAVE_BUILD]/refs_heads_candidate.log" 259 "[SLAVE_BUILD]/refs_heads_candidate.log"
252 ], 260 ],
261 "cwd": "[SLAVE_BUILD]",
253 "name": "Write refs_heads_candidate.log" 262 "name": "Write refs_heads_candidate.log"
254 }, 263 },
255 { 264 {
256 "cmd": [ 265 "cmd": [
257 "python", 266 "python",
258 "-u", 267 "-u",
259 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 268 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
260 "--", 269 "--",
261 "[DEPOT_TOOLS]/gsutil.py", 270 "[DEPOT_TOOLS]/gsutil.py",
262 "--force-version", 271 "--force-version",
263 "3.25", 272 "3.25",
264 "--", 273 "--",
265 "cp", 274 "cp",
266 "[SLAVE_BUILD]/refs_heads_candidate.log", 275 "[SLAVE_BUILD]/refs_heads_candidate.log",
267 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log" 276 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log"
268 ], 277 ],
278 "cwd": "[SLAVE_BUILD]",
269 "name": "gsutil upload (2)", 279 "name": "gsutil upload (2)",
270 "~followup_annotations": [ 280 "~followup_annotations": [
271 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_candidate.log@@@" 281 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_candidate.log@@@"
272 ] 282 ]
273 }, 283 },
274 { 284 {
275 "cmd": [ 285 "cmd": [
276 "python", 286 "python",
277 "-u", 287 "-u",
278 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 288 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
279 "396010", 289 "396010",
280 "[SLAVE_BUILD]/timestamp.txt" 290 "[SLAVE_BUILD]/timestamp.txt"
281 ], 291 ],
292 "cwd": "[SLAVE_BUILD]",
282 "name": "update timestamp" 293 "name": "update timestamp"
283 } 294 }
284 ] 295 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698