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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "taskkill" 9 "name": "taskkill"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
15 "--master", 16 "--master",
16 "client.v8", 17 "client.v8",
17 "--builder", 18 "--builder",
18 "V8 Win64 - debug", 19 "V8 Win64 - debug",
19 "--slave", 20 "--slave",
20 "TestSlavename", 21 "TestSlavename",
21 "--spec", 22 "--spec",
22 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chro mium.googlesource.com/v8/v8'}]", 23 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chro mium.googlesource.com/v8/v8'}]",
23 "--root", 24 "--root",
24 "v8", 25 "v8",
25 "--revision_mapping_file", 26 "--revision_mapping_file",
26 "{\"v8\": \"got_revision\"}", 27 "{\"v8\": \"got_revision\"}",
27 "--output_json", 28 "--output_json",
28 "/path/to/tmp/json", 29 "/path/to/tmp/json",
29 "--revision", 30 "--revision",
30 "v8@20123", 31 "v8@20123",
31 "--no_shallow", 32 "--no_shallow",
32 "--output_manifest" 33 "--output_manifest"
33 ], 34 ],
35 "cwd": "[SLAVE_BUILD]",
34 "name": "bot_update", 36 "name": "bot_update",
35 "~followup_annotations": [ 37 "~followup_annotations": [
36 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
37 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
43 "@@@STEP_LOG_LINE@json.output@ }@@@", 45 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
57 ] 59 ]
58 }, 60 },
59 { 61 {
60 "cmd": [ 62 "cmd": [
61 "python", 63 "python",
62 "-u", 64 "-u",
63 "[DEPOT_TOOLS]\\gclient.py", 65 "[DEPOT_TOOLS]\\gclient.py",
64 "runhooks" 66 "runhooks"
65 ], 67 ],
68 "cwd": "[SLAVE_BUILD]",
66 "env": { 69 "env": {
67 "GYP_DEFINES": "target_arch=x64 v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=x64", 70 "GYP_DEFINES": "target_arch=x64 v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=x64",
68 "GYP_MSVS_VERSION": "2013" 71 "GYP_MSVS_VERSION": "2013"
69 }, 72 },
70 "name": "gclient runhooks" 73 "name": "gclient runhooks"
71 }, 74 },
72 { 75 {
73 "cmd": [ 76 "cmd": [
74 "python", 77 "python",
75 "-u", 78 "-u",
76 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 79 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
77 ], 80 ],
81 "cwd": "[SLAVE_BUILD]",
78 "name": "cleanup_temp" 82 "name": "cleanup_temp"
79 }, 83 },
80 { 84 {
81 "cmd": [ 85 "cmd": [
82 "python", 86 "python",
83 "-u", 87 "-u",
84 "[BUILD]\\scripts\\slave\\compile.py", 88 "[BUILD]\\scripts\\slave\\compile.py",
85 "--target", 89 "--target",
86 "Debug", 90 "Debug",
87 "--src-dir", 91 "--src-dir",
88 "[SLAVE_BUILD]\\v8", 92 "[SLAVE_BUILD]\\v8",
89 "--build-tool", 93 "--build-tool",
90 "vs", 94 "vs",
91 "--arch", 95 "--arch",
92 "x64", 96 "x64",
93 "--" 97 "--"
94 ], 98 ],
99 "cwd": "[SLAVE_BUILD]",
95 "name": "compile" 100 "name": "compile"
96 }, 101 },
97 { 102 {
98 "cmd": [ 103 "cmd": [
99 "python", 104 "python",
100 "-u", 105 "-u",
101 "RECIPE_MODULE[v8]\\resources\\v8testing.py", 106 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
102 "--target", 107 "--target",
103 "Debug", 108 "Debug",
104 "--arch", 109 "--arch",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 312 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
308 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 313 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
309 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 314 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
310 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 315 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
311 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 316 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
312 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 317 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
313 "@@@STEP_LOG_END@durations@@@" 318 "@@@STEP_LOG_END@durations@@@"
314 ] 319 ]
315 } 320 }
316 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698