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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "linux-v8-dr", 10 "linux-v8-dr",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}, {'deps_file' : 'DEPS', 'managed': True, 'name': 'dynamorio', 'url': 'https://chromium.googles ource.com/external/dynamorio'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}, {'deps_file' : 'DEPS', 'managed': True, 'name': 'dynamorio', 'url': 'https://chromium.googles ource.com/external/dynamorio'}]",
15 "--root", 15 "--root",
16 "v8", 16 "v8",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\"}", 18 "{\"v8\": \"got_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "v8@20123", 22 "v8@20123",
23 "--no_shallow", 23 "--no_shallow",
24 "--output_manifest" 24 "--output_manifest"
25 ], 25 ],
26 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update", 27 "name": "bot_update",
27 "~followup_annotations": [ 28 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@", 29 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
35 "@@@STEP_LOG_LINE@json.output@ }@@@", 36 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
48 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
49 ] 50 ]
50 }, 51 },
51 { 52 {
52 "cmd": [ 53 "cmd": [
53 "python", 54 "python",
54 "-u", 55 "-u",
55 "[DEPOT_TOOLS]/gclient.py", 56 "[DEPOT_TOOLS]/gclient.py",
56 "runhooks" 57 "runhooks"
57 ], 58 ],
59 "cwd": "[SLAVE_BUILD]",
58 "env": { 60 "env": {
59 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64" 61 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64"
60 }, 62 },
61 "name": "gclient runhooks" 63 "name": "gclient runhooks"
62 }, 64 },
63 { 65 {
64 "cmd": [ 66 "cmd": [
65 "python", 67 "python",
66 "-u", 68 "-u",
67 "[BUILD]/scripts/slave/cleanup_temp.py" 69 "[BUILD]/scripts/slave/cleanup_temp.py"
68 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
69 "name": "cleanup_temp" 72 "name": "cleanup_temp"
70 }, 73 },
71 { 74 {
72 "cmd": [ 75 "cmd": [
73 "python", 76 "python",
74 "-u", 77 "-u",
75 "[BUILD]/scripts/slave/compile.py", 78 "[BUILD]/scripts/slave/compile.py",
76 "--target", 79 "--target",
77 "Release", 80 "Release",
78 "--src-dir", 81 "--src-dir",
79 "[SLAVE_BUILD]/v8", 82 "[SLAVE_BUILD]/v8",
80 "--build-tool", 83 "--build-tool",
81 "make", 84 "make",
82 "--" 85 "--"
83 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
84 "name": "compile" 88 "name": "compile"
85 }, 89 },
86 { 90 {
87 "cmd": [ 91 "cmd": [
88 "python", 92 "python",
89 "-u", 93 "-u",
90 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 94 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
91 "[SLAVE_BUILD]/dynamorio/build", 95 "[SLAVE_BUILD]/dynamorio/build",
92 "511" 96 "511"
93 ], 97 ],
98 "cwd": "[SLAVE_BUILD]",
94 "name": "makedirs Create Build Dir", 99 "name": "makedirs Create Build Dir",
95 "~followup_annotations": [ 100 "~followup_annotations": [
96 "@@@STEP_LOG_LINE@python.inline@@@@", 101 "@@@STEP_LOG_LINE@python.inline@@@@",
97 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 102 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
98 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 103 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
99 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 104 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
100 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 105 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
101 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 106 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
102 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 107 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
103 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 108 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 199 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
195 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 200 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
196 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 201 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
197 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 202 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
198 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 203 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
199 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 204 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
200 "@@@STEP_LOG_END@durations@@@" 205 "@@@STEP_LOG_END@durations@@@"
201 ] 206 ]
202 } 207 }
203 ] 208 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698