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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac_GC_Stress.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 Mac GC Stress", 10 "V8 Mac GC Stress",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "client.v8", 169 "client.v8",
170 "-b", 170 "-b",
171 "V8 Mac GC Stress", 171 "V8 Mac GC Stress",
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/Debug" 177 "//out/Debug"
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 Mac GC Stress", 233 "V8 Mac GC Stress",
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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 626 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
625 "@@@STEP_LOG_END@durations@@@" 627 "@@@STEP_LOG_END@durations@@@"
626 ] 628 ]
627 }, 629 },
628 { 630 {
629 "name": "$result", 631 "name": "$result",
630 "recipe_result": null, 632 "recipe_result": null,
631 "status_code": 0 633 "status_code": 0
632 } 634 }
633 ] 635 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698