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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "chromium.testing.master", 182 "chromium.testing.master",
183 "-b", 183 "-b",
184 "android_cronet_tester", 184 "android_cronet_tester",
185 "--config-file", 185 "--config-file",
186 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 186 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
187 "--goma-dir", 187 "--goma-dir",
188 "[BUILD]/goma", 188 "[BUILD]/goma",
189 "//out/Debug" 189 "//out/Debug"
190 ], 190 ],
191 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
192 "env": {
193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
194 },
192 "name": "generate_build_files" 195 "name": "generate_build_files"
193 }, 196 },
194 { 197 {
195 "cmd": [ 198 "cmd": [
196 "python", 199 "python",
197 "-u", 200 "-u",
198 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
199 "--show-path", 202 "--show-path",
200 "python", 203 "python",
201 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 601 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
599 "@@@STEP_LOG_END@python.inline@@@" 602 "@@@STEP_LOG_END@python.inline@@@"
600 ] 603 ]
601 }, 604 },
602 { 605 {
603 "name": "$result", 606 "name": "$result",
604 "recipe_result": null, 607 "recipe_result": null,
605 "status_code": 0 608 "status_code": 0
606 } 609 }
607 ] 610 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698