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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.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
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/gn_build.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Windows Analyze", 10 "Chromium Windows Analyze",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "gen", 121 "gen",
122 "-m", 122 "-m",
123 "chromium.fyi", 123 "chromium.fyi",
124 "-b", 124 "-b",
125 "Chromium Windows Analyze", 125 "Chromium Windows Analyze",
126 "--config-file", 126 "--config-file",
127 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 127 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
128 "//out/Debug" 128 "//out/Debug"
129 ], 129 ],
130 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
131 "env": {
132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
133 },
131 "name": "generate_build_files" 134 "name": "generate_build_files"
132 }, 135 },
133 { 136 {
134 "cmd": [ 137 "cmd": [
135 "python", 138 "python",
136 "-u", 139 "-u",
137 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 140 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
138 "--show-path", 141 "--show-path",
139 "python", 142 "python",
140 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 143 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 18 matching lines...) Expand all
159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
160 }, 163 },
161 "name": "compile" 164 "name": "compile"
162 }, 165 },
163 { 166 {
164 "name": "$result", 167 "name": "$result",
165 "recipe_result": null, 168 "recipe_result": null,
166 "status_code": 0 169 "status_code": 0
167 } 170 }
168 ] 171 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/gn_build.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698