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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_warnings.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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "--src-dir", 271 "--src-dir",
272 "[SLAVE_BUILD]/src", 272 "[SLAVE_BUILD]/src",
273 "--goma-cache-dir", 273 "--goma-cache-dir",
274 "[GOMA_CACHE]", 274 "[GOMA_CACHE]",
275 "--buildbot-buildername", 275 "--buildbot-buildername",
276 "WebKit Linux Precise", 276 "WebKit Linux Precise",
277 "--buildbot-mastername", 277 "--buildbot-mastername",
278 "chromium.webkit", 278 "chromium.webkit",
279 "--buildbot-slavename", 279 "--buildbot-slavename",
280 "TestSlavename", 280 "TestSlavename",
281 "--goma-deps-cache-file",
282 "WebKit_Linux_Precise.gomadeps",
281 "--compiler", 283 "--compiler",
282 "goma", 284 "goma",
283 "--goma-jsonstatus", 285 "--goma-jsonstatus",
284 "/path/to/tmp/json", 286 "/path/to/tmp/json",
285 "--goma-service-account-json-file", 287 "--goma-service-account-json-file",
286 "/creds/service_accounts/service-account-goma-client.json", 288 "/creds/service_accounts/service-account-goma-client.json",
287 "--goma-dir", 289 "--goma-dir",
288 "[CACHE]/cipd/goma", 290 "[CACHE]/cipd/goma",
289 "--ninja-ensure-up-to-date", 291 "--ninja-ensure-up-to-date",
290 "--", 292 "--",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_Precise/571/layout-test-results/results.html@@ @", 371 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_Precise/571/layout-test-results/results.html@@ @",
370 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_Precise/571/layout-test-results.zip@@@" 372 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_Precise/571/layout-test-results.zip@@@"
371 ] 373 ]
372 }, 374 },
373 { 375 {
374 "name": "$result", 376 "name": "$result",
375 "recipe_result": null, 377 "recipe_result": null,
376 "status_code": 0 378 "status_code": 0
377 } 379 }
378 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698