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

Side by Side Diff: infra/recipes/blink_downstream.expected/webkit_tests_interrupted.json

Issue 2300343003: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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
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_Blink_Linux_64", 7 "[BUILDER_CACHE]/V8_Blink_Linux_64",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "--gsutil-py-path", 240 "--gsutil-py-path",
241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
242 "--ninja-path", 242 "--ninja-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
244 "--target", 244 "--target",
245 "Release", 245 "Release",
246 "--src-dir", 246 "--src-dir",
247 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", 247 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
248 "--goma-cache-dir", 248 "--goma-cache-dir",
249 "[GOMA_CACHE]", 249 "[GOMA_CACHE]",
250 "--buildbot-buildername",
251 "V8-Blink Linux 64",
252 "--buildbot-mastername",
253 "client.v8.fyi",
254 "--buildbot-slavename",
255 "TestSlavename",
256 "--goma-deps-cache-dir", 250 "--goma-deps-cache-dir",
257 "[GOMA_DEPS_CACHE]", 251 "[GOMA_DEPS_CACHE]",
258 "--compiler", 252 "--compiler",
259 "goma", 253 "goma",
260 "--goma-jsonstatus", 254 "--goma-jsonstatus",
261 "/path/to/tmp/json", 255 "/path/to/tmp/json",
262 "--goma-service-account-json-file", 256 "--goma-service-account-json-file",
263 "/creds/service_accounts/service-account-goma-client.json", 257 "/creds/service_accounts/service-account-goma-client.json",
264 "--goma-dir", 258 "--goma-dir",
265 "[CACHE]/cipd/goma", 259 "[CACHE]/cipd/goma",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "@@@STEP_FAILURE@@@" 376 "@@@STEP_FAILURE@@@"
383 ] 377 ]
384 }, 378 },
385 { 379 {
386 "name": "$result", 380 "name": "$result",
387 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 381 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
388 "recipe_result": null, 382 "recipe_result": null,
389 "status_code": 1 383 "status_code": 1
390 } 384 }
391 ] 385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698