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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_mac_64_MirrorFalse.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_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b leeding_edge/deps/dartium.deps'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b leeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "--src-dir", 121 "--src-dir",
122 "[SLAVE_BUILD]/src", 122 "[SLAVE_BUILD]/src",
123 "--goma-cache-dir", 123 "--goma-cache-dir",
124 "[GOMA_CACHE]", 124 "[GOMA_CACHE]",
125 "--build-tool", 125 "--build-tool",
126 "ninja", 126 "ninja",
127 "--compiler", 127 "--compiler",
128 "goma-clang", 128 "goma-clang",
129 "--goma-jsonstatus", 129 "--goma-jsonstatus",
130 "/path/to/tmp/json", 130 "/path/to/tmp/json",
131 "--goma-service-account-json-file",
132 "/creds/service_accounts/service-account-goma-client.json",
133 "--goma-dir", 131 "--goma-dir",
134 "[BUILD]/goma", 132 "[BUILD]/goma",
135 "--", 133 "--",
136 "All", 134 "All",
137 "chromium_builder_tests" 135 "chromium_builder_tests"
138 ], 136 ],
139 "cwd": "[SLAVE_BUILD]", 137 "cwd": "[SLAVE_BUILD]",
140 "name": "compile", 138 "name": "compile",
141 "~followup_annotations": [ 139 "~followup_annotations": [
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 140 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
143 "@@@STEP_LOG_END@json.output (invalid)@@@" 141 "@@@STEP_LOG_END@json.output (invalid)@@@"
144 ] 142 ]
145 }, 143 },
146 { 144 {
147 "cmd": [ 145 "cmd": [
148 "python", 146 "python",
149 "-u", 147 "-u",
150 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", 148 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py",
151 "12345" 149 "12345"
152 ], 150 ],
153 "cwd": "[SLAVE_BUILD]", 151 "cwd": "[SLAVE_BUILD]",
154 "name": "archive_build" 152 "name": "archive_build"
155 }, 153 },
156 { 154 {
157 "name": "$result", 155 "name": "$result",
158 "recipe_result": null, 156 "recipe_result": null,
159 "status_code": 0 157 "status_code": 0
160 } 158 }
161 ] 159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698