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

Side by Side Diff: scripts/slave/recipes/blink_downstream.expected/webkit_tests_interrupted.json

Issue 2445193002: Change all remote run builders to use tools/build. (Closed)
Patch Set: Add recipes Created 4 years, 1 month 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/V8_Linux_GN", 7 "[BUILDER_CACHE]/V8_Blink_Linux_64",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--spec", 29 "--spec",
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'v8_branch': 'br anches/bleeding_edge'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src' , 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", 30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
31 "--patch_root", 31 "--patch_root",
32 "src", 32 "src",
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}", 34 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--output_json", 37 "--output_json",
38 "/path/to/tmp/json", 38 "/path/to/tmp/json",
39 "--revision", 39 "--revision",
40 "src@origin/lkcr", 40 "src@HEAD",
41 "--revision", 41 "--revision",
42 "src/v8@22135", 42 "src/v8@20123",
43 "--output_manifest" 43 "--output_manifest"
44 ], 44 ],
45 "cwd": "[BUILDER_CACHE]/V8_Linux_GN", 45 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
46 "env": { 46 "env": {
47 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 47 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
48 }, 48 },
49 "name": "bot_update", 49 "name": "bot_update",
50 "~followup_annotations": [ 50 "~followup_annotations": [
51 "@@@STEP_TEXT@Some step text@@@", 51 "@@@STEP_TEXT@Some step text@@@",
52 "@@@STEP_LOG_LINE@json.output@{@@@", 52 "@@@STEP_LOG_LINE@json.output@{@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 53 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
54 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 54 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
55 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"22135\"@@@", 56 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"20123\"@@@",
57 "@@@STEP_LOG_LINE@json.output@ }, @@@", 57 "@@@STEP_LOG_LINE@json.output@ }, @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 60 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
62 "@@@STEP_LOG_LINE@json.output@ }, @@@", 62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@", 64 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
66 "@@@STEP_LOG_LINE@json.output@ }, @@@", 66 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 118 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", 119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@",
120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
122 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 122 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
123 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 123 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
124 ] 124 ]
125 }, 125 },
126 { 126 {
127 "cmd": [], 127 "cmd": [],
128 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
128 "name": "ensure_goma" 129 "name": "ensure_goma"
129 }, 130 },
130 { 131 {
131 "cmd": [ 132 "cmd": [
132 "python", 133 "python",
133 "-u", 134 "-u",
134 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 135 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
135 "--platform", 136 "--platform",
136 "linux-amd64", 137 "linux-amd64",
137 "--dest-directory", 138 "--dest-directory",
138 "[SLAVE_BUILD]/cipd", 139 "[SLAVE_BUILD]/cipd",
139 "--json-output", 140 "--json-output",
140 "/path/to/tmp/json" 141 "/path/to/tmp/json"
141 ], 142 ],
143 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
142 "name": "ensure_goma.install cipd", 144 "name": "ensure_goma.install cipd",
143 "~followup_annotations": [ 145 "~followup_annotations": [
144 "@@@STEP_NEST_LEVEL@1@@@", 146 "@@@STEP_NEST_LEVEL@1@@@",
145 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 147 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
146 "@@@STEP_LOG_LINE@json.output@{@@@", 148 "@@@STEP_LOG_LINE@json.output@{@@@",
147 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 149 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
149 "@@@STEP_LOG_LINE@json.output@}@@@", 151 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
151 ] 153 ]
152 }, 154 },
153 { 155 {
154 "cmd": [ 156 "cmd": [
155 "[SLAVE_BUILD]/cipd/cipd", 157 "[SLAVE_BUILD]/cipd/cipd",
156 "ensure", 158 "ensure",
157 "--root", 159 "--root",
158 "[CACHE]/cipd/goma", 160 "[CACHE]/cipd/goma",
159 "--list", 161 "--list",
160 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release", 162 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
161 "--json-output", 163 "--json-output",
162 "/path/to/tmp/json", 164 "/path/to/tmp/json",
163 "--service-account-json", 165 "--service-account-json",
164 "/creds/service_accounts/service-account-goma-client.json" 166 "/creds/service_accounts/service-account-goma-client.json"
165 ], 167 ],
168 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
166 "name": "ensure_goma.ensure_installed", 169 "name": "ensure_goma.ensure_installed",
167 "~followup_annotations": [ 170 "~followup_annotations": [
168 "@@@STEP_NEST_LEVEL@1@@@", 171 "@@@STEP_NEST_LEVEL@1@@@",
169 "@@@STEP_LOG_LINE@json.output@{@@@", 172 "@@@STEP_LOG_LINE@json.output@{@@@",
170 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
171 "@@@STEP_LOG_LINE@json.output@ {@@@", 174 "@@@STEP_LOG_LINE@json.output@ {@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@", 175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
173 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@", 176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
174 "@@@STEP_LOG_LINE@json.output@ }, @@@", 177 "@@@STEP_LOG_LINE@json.output@ }, @@@",
175 "@@@STEP_LOG_LINE@json.output@ {@@@", 178 "@@@STEP_LOG_LINE@json.output@ {@@@",
176 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 179 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
177 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 180 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
178 "@@@STEP_LOG_LINE@json.output@ }@@@", 181 "@@@STEP_LOG_LINE@json.output@ }@@@",
179 "@@@STEP_LOG_LINE@json.output@ ]@@@", 182 "@@@STEP_LOG_LINE@json.output@ ]@@@",
180 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
181 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
182 ] 185 ]
183 }, 186 },
184 { 187 {
185 "cmd": [ 188 "cmd": [
186 "python", 189 "python",
187 "-u", 190 "-u",
188 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
189 "runhooks" 192 "runhooks"
190 ], 193 ],
191 "cwd": "[BUILDER_CACHE]/V8_Linux_GN/src", 194 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
192 "env": { 195 "env": {
193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
194 "GYP_CHROMIUM_NO_ACTION": "1", 197 "GYP_CHROMIUM_NO_ACTION": "1",
195 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1", 198 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
196 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
197 }, 200 },
198 "name": "gclient runhooks" 201 "name": "gclient runhooks"
199 }, 202 },
200 { 203 {
201 "cmd": [ 204 "cmd": [
202 "python", 205 "python",
203 "-u", 206 "-u",
204 "[BUILDER_CACHE]/V8_Linux_GN/src/testing/scripts/get_compile_targets.py", 207 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
205 "--output",
206 "/path/to/tmp/json",
207 "--",
208 "--build-config-fs",
209 "Release",
210 "--paths",
211 "{\"checkout\": \"[BUILDER_CACHE]/V8_Linux_GN/src\", \"runit.py\": \"RECIP E_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE _REPO[build]/scripts/slave/runtest.py\"}",
212 "--properties",
213 "{\"buildername\": \"V8 Linux GN\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}"
214 ],
215 "name": "get compile targets for scripts",
216 "~followup_annotations": [
217 "@@@STEP_LOG_LINE@json.output@{}@@@",
218 "@@@STEP_LOG_END@json.output@@@"
219 ]
220 },
221 {
222 "cmd": [
223 "python",
224 "-u",
225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
226 "[BUILDER_CACHE]/V8_Linux_GN/src/testing/buildbot/chromium.linux.json",
227 "/path/to/tmp/json"
228 ],
229 "name": "read test spec (chromium.linux.json)",
230 "~followup_annotations": [
231 "@@@STEP_TEXT@path: [BUILDER_CACHE]/V8_Linux_GN/src/testing/buildbot/chrom ium.linux.json@@@",
232 "@@@STEP_LOG_LINE@json.output@{}@@@",
233 "@@@STEP_LOG_END@json.output@@@"
234 ]
235 },
236 {
237 "cmd": [
238 "python",
239 "-u",
240 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
241 "--show-path",
242 "python",
243 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
244 ],
245 "name": "cleanup_temp"
246 },
247 {
248 "cmd": [
249 "python",
250 "-u",
251 "[BUILDER_CACHE]/V8_Linux_GN/src/tools/mb/mb.py",
252 "gen", 208 "gen",
253 "-m", 209 "-m",
254 "client.v8.fyi", 210 "client.v8.fyi",
255 "-b", 211 "-b",
256 "V8 Linux GN", 212 "V8-Blink Linux 64",
257 "--config-file", 213 "--config-file",
258 "[BUILDER_CACHE]/V8_Linux_GN/src/tools/mb/mb_config.pyl", 214 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
259 "--goma-dir", 215 "--goma-dir",
260 "[CACHE]/cipd/goma", 216 "[CACHE]/cipd/goma",
261 "//out/Release" 217 "//out/Release"
262 ], 218 ],
263 "cwd": "[BUILDER_CACHE]/V8_Linux_GN/src", 219 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
264 "env": { 220 "env": {
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
266 }, 222 },
267 "name": "generate_build_files" 223 "name": "generate_build_files (with patch)"
268 }, 224 },
269 { 225 {
270 "cmd": [ 226 "cmd": [
271 "python", 227 "python",
272 "-u", 228 "-u",
273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
274 "--show-path", 230 "--show-path",
275 "python", 231 "python",
276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
277 "--gsutil-py-path", 233 "--gsutil-py-path",
278 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 234 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
279 "--ninja-path", 235 "--ninja-path",
280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 236 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
281 "--target", 237 "--target",
282 "Release", 238 "Release",
283 "--src-dir", 239 "--src-dir",
284 "[BUILDER_CACHE]/V8_Linux_GN/src", 240 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
285 "--goma-cache-dir", 241 "--goma-cache-dir",
286 "[GOMA_CACHE]", 242 "[GOMA_CACHE]",
287 "--buildbot-buildername", 243 "--buildbot-buildername",
288 "V8 Linux GN", 244 "V8-Blink Linux 64",
289 "--buildbot-mastername", 245 "--buildbot-mastername",
290 "client.v8.fyi", 246 "client.v8.fyi",
291 "--buildbot-slavename", 247 "--buildbot-slavename",
292 "TestSlavename", 248 "TestSlavename",
293 "--goma-deps-cache-file", 249 "--goma-deps-cache-file",
294 "V8_Linux_GN.gomadeps", 250 "V8_Blink_Linux_64.gomadeps",
295 "--build-data-dir",
296 "[ROOT]/build_data_dir",
297 "--compiler", 251 "--compiler",
298 "goma", 252 "goma",
299 "--goma-jsonstatus", 253 "--goma-jsonstatus",
300 "/path/to/tmp/json", 254 "/path/to/tmp/json",
301 "--goma-service-account-json-file", 255 "--goma-service-account-json-file",
302 "/creds/service_accounts/service-account-goma-client.json", 256 "/creds/service_accounts/service-account-goma-client.json",
303 "--goma-dir", 257 "--goma-dir",
304 "[CACHE]/cipd/goma", 258 "[CACHE]/cipd/goma",
305 "--ninja-ensure-up-to-date",
306 "--", 259 "--",
307 "blink_tests", 260 "blink_tests"
308 "extensions_browsertests",
309 "gin_unittests",
310 "net_unittests",
311 "pdfium_test",
312 "postmortem-metadata",
313 "unit_tests"
314 ], 261 ],
262 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
315 "env": { 263 "env": {
316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
317 }, 265 },
318 "name": "compile", 266 "name": "compile (with patch)",
319 "~followup_annotations": [ 267 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 268 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
321 "@@@STEP_LOG_END@json.output (invalid)@@@" 269 "@@@STEP_LOG_END@json.output (invalid)@@@"
322 ] 270 ]
323 }, 271 },
324 { 272 {
325 "allow_subannotations": true,
326 "cmd": [ 273 "cmd": [
327 "python", 274 "python",
328 "-u", 275 "-u",
329 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
330 "--show-path",
331 "python",
332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
333 "--target", 277 "--target",
334 "Release", 278 "Release",
335 "--gsutil-py-path", 279 "--xvfb",
336 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 280 "--factory-properties",
281 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
282 "--build-properties",
283 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
284 "--step-name=webkit_unit_tests",
285 "--builder-name=V8-Blink Linux 64",
286 "--slave-name=TestSlavename",
287 "--build-number=571",
288 "webkit_unit_tests"
289 ],
290 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
291 "name": "webkit_unit_tests"
292 },
293 {
294 "cmd": [
295 "python",
296 "-u",
297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
298 "--target",
299 "Release",
300 "--no-xvfb",
301 "--factory-properties",
302 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
303 "--build-properties",
304 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
305 "--step-name=webkit_tests (with patch)",
306 "--builder-name=V8-Blink Linux 64",
307 "--slave-name=TestSlavename",
308 "--build-number=571",
309 "--run-python-script",
310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
311 "--target",
312 "Release",
313 "-o",
314 "[SLAVE_BUILD]/layout-test-results",
315 "--build-dir",
316 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
317 "--json-test-results",
318 "/path/to/tmp/json",
319 "--test-results-server",
320 "test-results.appspot.com",
321 "--build-number",
322 "571",
323 "--builder-name",
324 "V8-Blink Linux 64",
325 "--step-name",
326 "webkit_tests (with patch)",
327 "--no-pixel-tests",
328 "--additional-expectations",
329 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio ns"
330 ],
331 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
332 "name": "webkit_tests (with patch)",
333 "~followup_annotations": [
334 "step returned non-zero exit code: 130",
335 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br />bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b r/>Total executed: 9001<br/>@@@",
336 "@@@STEP_FAILURE@@@"
337 ]
338 },
339 {
340 "cmd": [
341 "python",
342 "-u",
343 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
344 "--results-dir",
345 "[SLAVE_BUILD]/layout-test-results",
346 "--build-dir",
347 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
348 "--build-number",
349 "571",
350 "--builder-name",
351 "V8-Blink Linux 64",
352 "--gs-bucket",
353 "gs://chromium-layout-test-archives",
337 "--staging-dir", 354 "--staging-dir",
338 "[CACHE]/chrome_staging", 355 "[CACHE]/chrome_staging"
339 "--src-dir",
340 "[BUILDER_CACHE]/V8_Linux_GN/src",
341 "--build-url",
342 "gs://chromium-v8/client.v8.fyi/V8 Linux GN",
343 "--build_revision",
344 "801ada225ddc271c132c3a35f03975671d43e399",
345 "--factory-properties",
346 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}",
347 "--build-properties",
348 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
349 ], 356 ],
350 "name": "package build" 357 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
358 "name": "archive_webkit_tests_results",
359 "~followup_annotations": [
360 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@",
361 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@"
362 ]
363 },
364 {
365 "cmd": [
366 "python",
367 "-u",
368 "import sys; sys.exit(1)"
369 ],
370 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
371 "name": "webkit_tests",
372 "~followup_annotations": [
373 "step returned non-zero exit code: 1",
374 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
375 "@@@STEP_FAILURE@@@"
376 ]
351 }, 377 },
352 { 378 {
353 "name": "$result", 379 "name": "$result",
380 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
354 "recipe_result": null, 381 "recipe_result": null,
355 "status_code": 0 382 "status_code": 1
356 } 383 }
357 ] 384 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698