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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_memcheck", 10 "linux_memcheck",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "--src-dir", 80 "--src-dir",
81 "[SLAVE_BUILD]/src", 81 "[SLAVE_BUILD]/src",
82 "--goma-cache-dir", 82 "--goma-cache-dir",
83 "[GOMA_CACHE]", 83 "[GOMA_CACHE]",
84 "--build-tool", 84 "--build-tool",
85 "ninja", 85 "ninja",
86 "--compiler", 86 "--compiler",
87 "goma", 87 "goma",
88 "--goma-jsonstatus", 88 "--goma-jsonstatus",
89 "/path/to/tmp/json", 89 "/path/to/tmp/json",
90 "--goma-service-account-json-file",
91 "/creds/service_accounts/service-account-goma-client.json",
92 "--goma-dir", 90 "--goma-dir",
93 "[BUILD]/goma", 91 "[BUILD]/goma",
94 "--goma-fail-fast", 92 "--goma-fail-fast",
95 "--goma-disable-local-fallback", 93 "--goma-disable-local-fallback",
96 "--", 94 "--",
97 "All" 95 "All"
98 ], 96 ],
99 "cwd": "[SLAVE_BUILD]", 97 "cwd": "[SLAVE_BUILD]",
100 "name": "compile", 98 "name": "compile",
101 "~followup_annotations": [ 99 "~followup_annotations": [
(...skipping 27 matching lines...) Expand all
129 ], 127 ],
130 "cwd": "[SLAVE_BUILD]", 128 "cwd": "[SLAVE_BUILD]",
131 "name": "libyuv_unittest" 129 "name": "libyuv_unittest"
132 }, 130 },
133 { 131 {
134 "name": "$result", 132 "name": "$result",
135 "recipe_result": null, 133 "recipe_result": null,
136 "status_code": 0 134 "status_code": 0
137 } 135 }
138 ] 136 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698