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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - nosnap builder", 10 "V8 Linux - nosnap builder",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "client.v8", 169 "client.v8",
170 "-b", 170 "-b",
171 "V8 Linux - nosnap builder", 171 "V8 Linux - nosnap builder",
172 "--config-file", 172 "--config-file",
173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
174 "--goma-dir", 174 "--goma-dir",
175 "[CACHE]/cipd/goma", 175 "[CACHE]/cipd/goma",
176 "--gyp-script=gypfiles/gyp_v8", 176 "--gyp-script=gypfiles/gyp_v8",
177 "//out/Release" 177 "//out/Release"
178 ], 178 ],
179 "cwd": "[SLAVE_BUILD]/v8",
179 "env": { 180 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
181 }, 182 },
182 "name": "generate_build_files", 183 "name": "generate_build_files",
183 "stdout": "/path/to/tmp/", 184 "stdout": "/path/to/tmp/",
184 "~followup_annotations": [ 185 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@stdout@some line@@@", 186 "@@@STEP_LOG_LINE@stdout@some line@@@",
186 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 187 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
187 "@@@STEP_LOG_LINE@stdout@moar@@@", 188 "@@@STEP_LOG_LINE@stdout@moar@@@",
188 "@@@STEP_LOG_END@stdout@@@" 189 "@@@STEP_LOG_END@stdout@@@"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "-m", 230 "-m",
230 "client.v8", 231 "client.v8",
231 "-b", 232 "-b",
232 "V8 Linux - nosnap builder", 233 "V8 Linux - nosnap builder",
233 "--config-file", 234 "--config-file",
234 "[mb config]", 235 "[mb config]",
235 "--goma-dir", 236 "--goma-dir",
236 "[CACHE]/cipd/goma", 237 "[CACHE]/cipd/goma",
237 "[SLAVE_BUILD]/v8/out/gn" 238 "[SLAVE_BUILD]/v8/out/gn"
238 ], 239 ],
240 "cwd": "[SLAVE_BUILD]/v8",
239 "env": { 241 "env": {
240 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
241 }, 243 },
242 "name": "generate_build_files with gn (fyi)" 244 "name": "generate_build_files with gn (fyi)"
243 }, 245 },
244 { 246 {
245 "cmd": [ 247 "cmd": [
246 "python", 248 "python",
247 "-u", 249 "-u",
248 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 250 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "~followup_annotations": [ 400 "~followup_annotations": [
399 "@@@STEP_TEXT@V8 Linux - nosnap@@@" 401 "@@@STEP_TEXT@V8 Linux - nosnap@@@"
400 ] 402 ]
401 }, 403 },
402 { 404 {
403 "name": "$result", 405 "name": "$result",
404 "recipe_result": null, 406 "recipe_result": null,
405 "status_code": 0 407 "status_code": 0
406 } 408 }
407 ] 409 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698