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/v8.expected/full_client_dart_fyi_v8_mac_release.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
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 "client.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-mac-release", 10 "v8-mac-release",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "-m", 179 "-m",
180 "client.dart.fyi", 180 "client.dart.fyi",
181 "-b", 181 "-b",
182 "v8-mac-release", 182 "v8-mac-release",
183 "--config-file", 183 "--config-file",
184 "[mb config]", 184 "[mb config]",
185 "--goma-dir", 185 "--goma-dir",
186 "[CACHE]/cipd/goma", 186 "[CACHE]/cipd/goma",
187 "[SLAVE_BUILD]/v8/out/gn" 187 "[SLAVE_BUILD]/v8/out/gn"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]/v8",
189 "env": { 190 "env": {
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
191 }, 192 },
192 "name": "generate_build_files with gn (fyi)" 193 "name": "generate_build_files with gn (fyi)"
193 }, 194 },
194 { 195 {
195 "cmd": [ 196 "cmd": [
196 "python", 197 "python",
197 "-u", 198 "-u",
198 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 199 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 297 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
297 ], 298 ],
298 "name": "package build" 299 "name": "package build"
299 }, 300 },
300 { 301 {
301 "name": "$result", 302 "name": "$result",
302 "recipe_result": null, 303 "recipe_result": null,
303 "status_code": 0 304 "status_code": 0
304 } 305 }
305 ] 306 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698