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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___interpreted_regexp.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 - interpreted regexp", 10 "V8 Linux - interpreted regexp",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "client.v8", 148 "client.v8",
149 "-b", 149 "-b",
150 "V8 Linux - interpreted regexp", 150 "V8 Linux - interpreted regexp",
151 "--config-file", 151 "--config-file",
152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
153 "--goma-dir", 153 "--goma-dir",
154 "[CACHE]/cipd/goma", 154 "[CACHE]/cipd/goma",
155 "--gyp-script=gypfiles/gyp_v8", 155 "--gyp-script=gypfiles/gyp_v8",
156 "//out/Release" 156 "//out/Release"
157 ], 157 ],
158 "cwd": "[SLAVE_BUILD]/v8",
158 "env": { 159 "env": {
159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
160 }, 161 },
161 "name": "generate_build_files", 162 "name": "generate_build_files",
162 "stdout": "/path/to/tmp/", 163 "stdout": "/path/to/tmp/",
163 "~followup_annotations": [ 164 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@stdout@some line@@@", 165 "@@@STEP_LOG_LINE@stdout@some line@@@",
165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 166 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
166 "@@@STEP_LOG_LINE@stdout@moar@@@", 167 "@@@STEP_LOG_LINE@stdout@moar@@@",
167 "@@@STEP_LOG_END@stdout@@@" 168 "@@@STEP_LOG_END@stdout@@@"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "-m", 209 "-m",
209 "client.v8", 210 "client.v8",
210 "-b", 211 "-b",
211 "V8 Linux - interpreted regexp", 212 "V8 Linux - interpreted regexp",
212 "--config-file", 213 "--config-file",
213 "[mb config]", 214 "[mb config]",
214 "--goma-dir", 215 "--goma-dir",
215 "[CACHE]/cipd/goma", 216 "[CACHE]/cipd/goma",
216 "[SLAVE_BUILD]/v8/out/gn" 217 "[SLAVE_BUILD]/v8/out/gn"
217 ], 218 ],
219 "cwd": "[SLAVE_BUILD]/v8",
218 "env": { 220 "env": {
219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
220 }, 222 },
221 "name": "generate_build_files with gn (fyi)" 223 "name": "generate_build_files with gn (fyi)"
222 }, 224 },
223 { 225 {
224 "cmd": [ 226 "cmd": [
225 "python", 227 "python",
226 "-u", 228 "-u",
227 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 229 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 319 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
318 "@@@STEP_LOG_END@durations@@@" 320 "@@@STEP_LOG_END@durations@@@"
319 ] 321 ]
320 }, 322 },
321 { 323 {
322 "name": "$result", 324 "name": "$result",
323 "recipe_result": null, 325 "recipe_result": null,
324 "status_code": 0 326 "status_code": 0
325 } 327 }
326 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698