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

Side by Side Diff: scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "--src-dir", 251 "--src-dir",
252 "[SLAVE_BUILD]/src", 252 "[SLAVE_BUILD]/src",
253 "--goma-cache-dir", 253 "--goma-cache-dir",
254 "[GOMA_CACHE]", 254 "[GOMA_CACHE]",
255 "--buildbot-buildername", 255 "--buildbot-buildername",
256 "dartium-builder", 256 "dartium-builder",
257 "--buildbot-mastername", 257 "--buildbot-mastername",
258 "chromium.testing.master", 258 "chromium.testing.master",
259 "--buildbot-slavename", 259 "--buildbot-slavename",
260 "TestSlavename", 260 "TestSlavename",
261 "--goma-deps-cache-file",
262 "dartium_builder.gomadeps",
261 "--compiler", 263 "--compiler",
262 "goma", 264 "goma",
263 "--goma-jsonstatus", 265 "--goma-jsonstatus",
264 "/path/to/tmp/json", 266 "/path/to/tmp/json",
265 "--goma-service-account-json-file", 267 "--goma-service-account-json-file",
266 "/creds/service_accounts/service-account-goma-client.json", 268 "/creds/service_accounts/service-account-goma-client.json",
267 "--goma-dir", 269 "--goma-dir",
268 "[CACHE]/cipd/goma", 270 "[CACHE]/cipd/goma",
269 "--", 271 "--",
270 "content_shell_apk" 272 "content_shell_apk"
(...skipping 17 matching lines...) Expand all
288 "[SLAVE_BUILD]/src/out/Release" 290 "[SLAVE_BUILD]/src/out/Release"
289 ], 291 ],
290 "name": "dartium_test" 292 "name": "dartium_test"
291 }, 293 },
292 { 294 {
293 "name": "$result", 295 "name": "$result",
294 "recipe_result": null, 296 "recipe_result": null,
295 "status_code": 0 297 "status_code": 0
296 } 298 }
297 ] 299 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698