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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux Memcheck", 10 "Linux Memcheck",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "--src-dir", 78 "--src-dir",
79 "[SLAVE_BUILD]/src", 79 "[SLAVE_BUILD]/src",
80 "--goma-cache-dir", 80 "--goma-cache-dir",
81 "[GOMA_CACHE]", 81 "[GOMA_CACHE]",
82 "--build-tool", 82 "--build-tool",
83 "ninja", 83 "ninja",
84 "--compiler", 84 "--compiler",
85 "goma", 85 "goma",
86 "--goma-jsonstatus", 86 "--goma-jsonstatus",
87 "/path/to/tmp/json", 87 "/path/to/tmp/json",
88 "--goma-service-account-json-file",
89 "/creds/service_accounts/service-account-goma-client.json",
90 "--goma-dir", 88 "--goma-dir",
91 "[BUILD]/goma", 89 "[BUILD]/goma",
92 "--", 90 "--",
93 "All" 91 "All"
94 ], 92 ],
95 "cwd": "[SLAVE_BUILD]", 93 "cwd": "[SLAVE_BUILD]",
96 "name": "compile", 94 "name": "compile",
97 "~followup_annotations": [ 95 "~followup_annotations": [
98 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 96 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
99 "@@@STEP_LOG_END@json.output (invalid)@@@" 97 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 25 matching lines...) Expand all
125 ], 123 ],
126 "cwd": "[SLAVE_BUILD]", 124 "cwd": "[SLAVE_BUILD]",
127 "name": "libyuv_unittest" 125 "name": "libyuv_unittest"
128 }, 126 },
129 { 127 {
130 "name": "$result", 128 "name": "$result",
131 "recipe_result": null, 129 "recipe_result": null,
132 "status_code": 0 130 "status_code": 0
133 } 131 }
134 ] 132 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698