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/cronet.expected/android_cronet_x86_builder.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too Created 4 years, 7 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 "\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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "chromium.testing.master", 175 "chromium.testing.master",
176 "-b", 176 "-b",
177 "Android Cronet x86 Builder", 177 "Android Cronet x86 Builder",
178 "--config-file", 178 "--config-file",
179 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 179 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
180 "--goma-dir", 180 "--goma-dir",
181 "[BUILD]/goma", 181 "[BUILD]/goma",
182 "//out/Release" 182 "//out/Release"
183 ], 183 ],
184 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
185 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
187 },
185 "name": "generate_build_files" 188 "name": "generate_build_files"
186 }, 189 },
187 { 190 {
188 "cmd": [ 191 "cmd": [
189 "python", 192 "python",
190 "-u", 193 "-u",
191 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 194 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
192 "--show-path", 195 "--show-path",
193 "python", 196 "python",
194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 266 ],
264 "cwd": "[SLAVE_BUILD]", 267 "cwd": "[SLAVE_BUILD]",
265 "name": "sizes" 268 "name": "sizes"
266 }, 269 },
267 { 270 {
268 "name": "$result", 271 "name": "$result",
269 "recipe_result": null, 272 "recipe_result": null,
270 "status_code": 0 273 "status_code": 0
271 } 274 }
272 ] 275 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698