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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "--src-dir", 283 "--src-dir",
284 "[SLAVE_BUILD]/src", 284 "[SLAVE_BUILD]/src",
285 "--goma-cache-dir", 285 "--goma-cache-dir",
286 "[GOMA_CACHE]", 286 "[GOMA_CACHE]",
287 "--buildbot-buildername", 287 "--buildbot-buildername",
288 "Linux Builder", 288 "Linux Builder",
289 "--buildbot-mastername", 289 "--buildbot-mastername",
290 "chromium.linux", 290 "chromium.linux",
291 "--buildbot-slavename", 291 "--buildbot-slavename",
292 "TestSlavename", 292 "TestSlavename",
293 "--goma-deps-cache-file",
294 "Linux_Builder.gomadeps",
293 "--compiler", 295 "--compiler",
294 "goma", 296 "goma",
295 "--goma-jsonstatus", 297 "--goma-jsonstatus",
296 "/path/to/tmp/json", 298 "/path/to/tmp/json",
297 "--goma-service-account-json-file", 299 "--goma-service-account-json-file",
298 "/creds/service_accounts/service-account-goma-client.json", 300 "/creds/service_accounts/service-account-goma-client.json",
299 "--goma-dir", 301 "--goma-dir",
300 "[CACHE]/cipd/goma", 302 "[CACHE]/cipd/goma",
301 "--ninja-ensure-up-to-date", 303 "--ninja-ensure-up-to-date",
302 "--", 304 "--",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "~followup_annotations": [ 370 "~followup_annotations": [
369 "@@@STEP_TEXT@Linux Tests@@@" 371 "@@@STEP_TEXT@Linux Tests@@@"
370 ] 372 ]
371 }, 373 },
372 { 374 {
373 "name": "$result", 375 "name": "$result",
374 "recipe_result": null, 376 "recipe_result": null,
375 "status_code": 0 377 "status_code": 0
376 } 378 }
377 ] 379 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698