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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.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 Linux64 - gcov coverage", 10 "V8 Linux64 - gcov coverage",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "client.v8", 176 "client.v8",
177 "-b", 177 "-b",
178 "V8 Linux64 - gcov coverage", 178 "V8 Linux64 - gcov coverage",
179 "--config-file", 179 "--config-file",
180 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 180 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
181 "--goma-dir", 181 "--goma-dir",
182 "[CACHE]/cipd/goma", 182 "[CACHE]/cipd/goma",
183 "--gyp-script=gypfiles/gyp_v8", 183 "--gyp-script=gypfiles/gyp_v8",
184 "//out/Release" 184 "//out/Release"
185 ], 185 ],
186 "cwd": "[SLAVE_BUILD]/v8",
186 "env": { 187 "env": {
187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
188 }, 189 },
189 "name": "generate_build_files", 190 "name": "generate_build_files",
190 "stdout": "/path/to/tmp/", 191 "stdout": "/path/to/tmp/",
191 "~followup_annotations": [ 192 "~followup_annotations": [
192 "@@@STEP_LOG_LINE@stdout@some line@@@", 193 "@@@STEP_LOG_LINE@stdout@some line@@@",
193 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
194 "@@@STEP_LOG_LINE@stdout@moar@@@", 195 "@@@STEP_LOG_LINE@stdout@moar@@@",
195 "@@@STEP_LOG_END@stdout@@@" 196 "@@@STEP_LOG_END@stdout@@@"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "-m", 237 "-m",
237 "client.v8", 238 "client.v8",
238 "-b", 239 "-b",
239 "V8 Linux64 - gcov coverage", 240 "V8 Linux64 - gcov coverage",
240 "--config-file", 241 "--config-file",
241 "[mb config]", 242 "[mb config]",
242 "--goma-dir", 243 "--goma-dir",
243 "[CACHE]/cipd/goma", 244 "[CACHE]/cipd/goma",
244 "[SLAVE_BUILD]/v8/out/gn" 245 "[SLAVE_BUILD]/v8/out/gn"
245 ], 246 ],
247 "cwd": "[SLAVE_BUILD]/v8",
246 "env": { 248 "env": {
247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 249 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
248 }, 250 },
249 "name": "generate_build_files with gn (fyi)" 251 "name": "generate_build_files with gn (fyi)"
250 }, 252 },
251 { 253 {
252 "cmd": [ 254 "cmd": [
253 "python", 255 "python",
254 "-u", 256 "-u",
255 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 257 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "~followup_annotations": [ 405 "~followup_annotations": [
404 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 406 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
405 ] 407 ]
406 }, 408 },
407 { 409 {
408 "name": "$result", 410 "name": "$result",
409 "recipe_result": null, 411 "recipe_result": null,
410 "status_code": 0 412 "status_code": 0
411 } 413 }
412 ] 414 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698