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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json

Issue 2338203004: Enable the ninja up-to-date check for Android builders (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_Android_GN__dbg_", 7 "[BUILDER_CACHE]/V8_Android_GN__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "--build-data-dir", 331 "--build-data-dir",
332 "[ROOT]/build_data_dir", 332 "[ROOT]/build_data_dir",
333 "--compiler", 333 "--compiler",
334 "goma", 334 "goma",
335 "--goma-jsonstatus", 335 "--goma-jsonstatus",
336 "/path/to/tmp/json", 336 "/path/to/tmp/json",
337 "--goma-service-account-json-file", 337 "--goma-service-account-json-file",
338 "/creds/service_accounts/service-account-goma-client.json", 338 "/creds/service_accounts/service-account-goma-client.json",
339 "--goma-dir", 339 "--goma-dir",
340 "[CACHE]/cipd/goma", 340 "[CACHE]/cipd/goma",
341 "--ninja-ensure-up-to-date",
341 "--", 342 "--",
342 "blink_tests", 343 "blink_tests",
343 "gin_unittests", 344 "gin_unittests",
344 "net_unittests" 345 "net_unittests"
345 ], 346 ],
346 "env": { 347 "env": {
347 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
348 "PATH": "[BUILDER_CACHE]/V8_Android_GN__dbg_/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/V8_Android_GN__dbg_/src/build/android:%(PATH )s" 349 "PATH": "[BUILDER_CACHE]/V8_Android_GN__dbg_/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/V8_Android_GN__dbg_/src/build/android:%(PATH )s"
349 }, 350 },
350 "name": "compile", 351 "name": "compile",
(...skipping 29 matching lines...) Expand all
380 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Android GN (d bg)\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision \": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir /TestSlavename\"}" 381 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Android GN (d bg)\", \"buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision \": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir /TestSlavename\"}"
381 ], 382 ],
382 "name": "package build" 383 "name": "package build"
383 }, 384 },
384 { 385 {
385 "name": "$result", 386 "name": "$result",
386 "recipe_result": null, 387 "recipe_result": null,
387 "status_code": 0 388 "status_code": 0
388 } 389 }
389 ] 390 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698