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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_deterministic.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 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "--src-dir", 257 "--src-dir",
258 "[SLAVE_BUILD]/src", 258 "[SLAVE_BUILD]/src",
259 "--goma-cache-dir", 259 "--goma-cache-dir",
260 "[GOMA_CACHE]", 260 "[GOMA_CACHE]",
261 "--buildbot-buildername", 261 "--buildbot-buildername",
262 "Linux deterministic", 262 "Linux deterministic",
263 "--buildbot-mastername", 263 "--buildbot-mastername",
264 "chromium.swarm", 264 "chromium.swarm",
265 "--buildbot-slavename", 265 "--buildbot-slavename",
266 "TestSlavename", 266 "TestSlavename",
267 "--goma-deps-cache-file",
268 "Linux_deterministic.gomadeps",
267 "--compiler", 269 "--compiler",
268 "goma", 270 "goma",
269 "--goma-jsonstatus", 271 "--goma-jsonstatus",
270 "/path/to/tmp/json", 272 "/path/to/tmp/json",
271 "--goma-service-account-json-file", 273 "--goma-service-account-json-file",
272 "/creds/service_accounts/service-account-goma-client.json", 274 "/creds/service_accounts/service-account-goma-client.json",
273 "--goma-dir", 275 "--goma-dir",
274 "[CACHE]/cipd/goma", 276 "[CACHE]/cipd/goma",
275 "--", 277 "--",
276 "all" 278 "all"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 "--src-dir", 428 "--src-dir",
427 "[SLAVE_BUILD]/src", 429 "[SLAVE_BUILD]/src",
428 "--goma-cache-dir", 430 "--goma-cache-dir",
429 "[GOMA_CACHE]", 431 "[GOMA_CACHE]",
430 "--buildbot-buildername", 432 "--buildbot-buildername",
431 "Linux deterministic", 433 "Linux deterministic",
432 "--buildbot-mastername", 434 "--buildbot-mastername",
433 "chromium.swarm", 435 "chromium.swarm",
434 "--buildbot-slavename", 436 "--buildbot-slavename",
435 "TestSlavename", 437 "TestSlavename",
438 "--goma-deps-cache-file",
439 "Linux_deterministic.gomadeps",
436 "--compiler", 440 "--compiler",
437 "goma", 441 "goma",
438 "--goma-jsonstatus", 442 "--goma-jsonstatus",
439 "/path/to/tmp/json", 443 "/path/to/tmp/json",
440 "--goma-service-account-json-file", 444 "--goma-service-account-json-file",
441 "/creds/service_accounts/service-account-goma-client.json", 445 "/creds/service_accounts/service-account-goma-client.json",
442 "--goma-dir", 446 "--goma-dir",
443 "[CACHE]/cipd/goma", 447 "[CACHE]/cipd/goma",
444 "--", 448 "--",
445 "all" 449 "all"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ], 536 ],
533 "cwd": "[SLAVE_BUILD]", 537 "cwd": "[SLAVE_BUILD]",
534 "name": "compare_build_artifacts" 538 "name": "compare_build_artifacts"
535 }, 539 },
536 { 540 {
537 "name": "$result", 541 "name": "$result",
538 "recipe_result": null, 542 "recipe_result": null,
539 "status_code": 0 543 "status_code": 0
540 } 544 }
541 ] 545 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698