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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "chromium.testing.master", 176 "chromium.testing.master",
177 "-b", 177 "-b",
178 "Android Cronet Builder (dbg)", 178 "Android Cronet Builder (dbg)",
179 "--config-file", 179 "--config-file",
180 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 180 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
181 "--goma-dir", 181 "--goma-dir",
182 "[BUILD]/goma", 182 "[BUILD]/goma",
183 "//out/Debug" 183 "//out/Debug"
184 ], 184 ],
185 "cwd": "[SLAVE_BUILD]", 185 "cwd": "[SLAVE_BUILD]",
186 "env": {
187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
188 },
186 "name": "generate_build_files" 189 "name": "generate_build_files"
187 }, 190 },
188 { 191 {
189 "cmd": [ 192 "cmd": [
190 "python", 193 "python",
191 "-u", 194 "-u",
192 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 195 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
193 "--show-path", 196 "--show-path",
194 "python", 197 "python",
195 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 622 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
620 "@@@STEP_LOG_END@python.inline@@@" 623 "@@@STEP_LOG_END@python.inline@@@"
621 ] 624 ]
622 }, 625 },
623 { 626 {
624 "name": "$result", 627 "name": "$result",
625 "recipe_result": null, 628 "recipe_result": null,
626 "status_code": 0 629 "status_code": 0
627 } 630 }
628 ] 631 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698