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

Side by Side Diff: scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "--src-dir", 155 "--src-dir",
156 "[SLAVE_BUILD]/src", 156 "[SLAVE_BUILD]/src",
157 "--goma-cache-dir", 157 "--goma-cache-dir",
158 "[GOMA_CACHE]", 158 "[GOMA_CACHE]",
159 "--build-tool", 159 "--build-tool",
160 "ninja", 160 "ninja",
161 "--compiler", 161 "--compiler",
162 "goma", 162 "goma",
163 "--goma-jsonstatus", 163 "--goma-jsonstatus",
164 "/path/to/tmp/json", 164 "/path/to/tmp/json",
165 "--goma-service-account-json-file",
166 "/creds/service_accounts/service-account-goma-client.json",
165 "--goma-dir", 167 "--goma-dir",
166 "[BUILD]/goma", 168 "[BUILD]/goma",
167 "--", 169 "--",
168 "content_shell_apk" 170 "content_shell_apk"
169 ], 171 ],
170 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
171 "env": { 173 "env": {
172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
173 }, 175 },
174 "name": "compile", 176 "name": "compile",
(...skipping 12 matching lines...) Expand all
187 ], 189 ],
188 "cwd": "[SLAVE_BUILD]", 190 "cwd": "[SLAVE_BUILD]",
189 "name": "dartium_test" 191 "name": "dartium_test"
190 }, 192 },
191 { 193 {
192 "name": "$result", 194 "name": "$result",
193 "recipe_result": null, 195 "recipe_result": null,
194 "status_code": 0 196 "status_code": 0
195 } 197 }
196 ] 198 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698