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/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 146 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
147 "gen", 147 "gen",
148 "-m", 148 "-m",
149 "chromium.fyi", 149 "chromium.fyi",
150 "-b", 150 "-b",
151 "Chromium Windows Analyze", 151 "Chromium Windows Analyze",
152 "--config-file", 152 "--config-file",
153 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 153 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
154 "//out/Debug" 154 "//out/Debug"
155 ], 155 ],
156 "cwd": "[SLAVE_BUILD]\\src",
156 "env": { 157 "env": {
157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
158 }, 159 },
159 "name": "generate_build_files" 160 "name": "generate_build_files"
160 }, 161 },
161 { 162 {
162 "cmd": [ 163 "cmd": [
163 "python", 164 "python",
164 "-u", 165 "-u",
165 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 166 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 17 matching lines...) Expand all
183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
184 }, 185 },
185 "name": "compile" 186 "name": "compile"
186 }, 187 },
187 { 188 {
188 "name": "$result", 189 "name": "$result",
189 "recipe_result": null, 190 "recipe_result": null,
190 "status_code": 0 191 "status_code": 0
191 } 192 }
192 ] 193 ]
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