OLD | NEW |
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.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 = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}, {'d
eps_file': 'DEPS', 'managed': True, 'name': 'dynamorio', 'url': 'https://chromiu
m.googlesource.com/external/dynamorio'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'dynamorio', 'url
': 'https://chromium.googlesource.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 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@20123", | 24 "v8@20123", |
25 "--no_shallow", | 25 "--no_shallow", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
58 ] | 57 ] |
59 }, | 58 }, |
60 { | 59 { |
61 "cmd": [ | 60 "cmd": [ |
62 "python", | 61 "python", |
63 "-u", | 62 "-u", |
64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
65 "runhooks" | 64 "runhooks" |
66 ], | 65 ], |
67 "cwd": "[SLAVE_BUILD]", | |
68 "env": { | 66 "env": { |
69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1
v8_target_arch=x64", | 68 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=x64 use_
goma=1 v8_target_arch=x64", |
71 "GYP_GENERATORS": "ninja", | 69 "GYP_GENERATORS": "ninja", |
72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
73 }, | 71 }, |
74 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
75 }, | 73 }, |
76 { | 74 { |
77 "cmd": [ | 75 "cmd": [ |
78 "python", | 76 "python", |
79 "-u", | 77 "-u", |
80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
81 "--show-path", | 79 "--show-path", |
82 "python", | 80 "python", |
83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
84 ], | 82 ], |
85 "cwd": "[SLAVE_BUILD]", | |
86 "name": "cleanup_temp" | 83 "name": "cleanup_temp" |
87 }, | 84 }, |
88 { | 85 { |
89 "allow_subannotations": true, | 86 "allow_subannotations": true, |
90 "cmd": [ | 87 "cmd": [ |
91 "python", | 88 "python", |
92 "-u", | 89 "-u", |
93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
94 "--src-dir", | 91 "--src-dir", |
95 "[SLAVE_BUILD]/v8", | 92 "[CWD]/v8", |
96 "--output-json", | 93 "--output-json", |
97 "/path/to/tmp/json" | 94 "/path/to/tmp/json" |
98 ], | 95 ], |
99 "cwd": "[SLAVE_BUILD]", | |
100 "env": { | 96 "env": { |
101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
102 }, | 98 }, |
103 "name": "clang_revision", | 99 "name": "clang_revision", |
104 "~followup_annotations": [ | 100 "~followup_annotations": [ |
105 "@@@STEP_LOG_LINE@json.output@{@@@", | 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
107 "@@@STEP_LOG_LINE@json.output@}@@@", | 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
108 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
109 ] | 105 ] |
110 }, | 106 }, |
111 { | 107 { |
112 "cmd": [ | 108 "cmd": [ |
113 "python", | 109 "python", |
114 "-u", | 110 "-u", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
116 "--show-path", | 112 "--show-path", |
117 "python", | 113 "python", |
118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
119 "--gsutil-py-path", | 115 "--gsutil-py-path", |
120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
121 "--ninja-path", | 117 "--ninja-path", |
122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
123 "--target", | 119 "--target", |
124 "Release", | 120 "Release", |
125 "--src-dir", | 121 "--src-dir", |
126 "[SLAVE_BUILD]/v8", | 122 "[CWD]/v8", |
127 "--goma-cache-dir", | 123 "--goma-cache-dir", |
128 "[GOMA_CACHE]", | 124 "[ROOT]/b/build/slave/goma_cache", |
129 "--build-tool", | 125 "--build-tool", |
130 "ninja", | 126 "ninja", |
131 "--compiler", | 127 "--compiler", |
132 "goma-clang", | 128 "goma-clang", |
133 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
134 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
135 "--goma-service-account-json-file", | 131 "--goma-service-account-json-file", |
136 "/creds/service_accounts/service-account-goma-client.json", | 132 "/creds/service_accounts/service-account-goma-client.json", |
137 "--goma-dir", | 133 "--goma-dir", |
138 "[BUILD]/goma", | 134 "[ROOT]/b/build/goma", |
139 "--" | 135 "--" |
140 ], | 136 ], |
141 "cwd": "[SLAVE_BUILD]", | |
142 "env": { | 137 "env": { |
143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
144 }, | 139 }, |
145 "name": "compile", | 140 "name": "compile", |
146 "~followup_annotations": [ | 141 "~followup_annotations": [ |
147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
148 "@@@STEP_LOG_END@json.output (invalid)@@@" | 143 "@@@STEP_LOG_END@json.output (invalid)@@@" |
149 ] | 144 ] |
150 }, | 145 }, |
151 { | 146 { |
152 "cmd": [ | 147 "cmd": [ |
153 "python", | 148 "python", |
154 "-u", | 149 "-u", |
155 "\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", | 150 "\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", |
156 "[SLAVE_BUILD]/dynamorio/build", | 151 "[CWD]/dynamorio/build", |
157 "511" | 152 "511" |
158 ], | 153 ], |
159 "cwd": "[SLAVE_BUILD]", | |
160 "name": "makedirs Create Build Dir", | 154 "name": "makedirs Create Build Dir", |
161 "~followup_annotations": [ | 155 "~followup_annotations": [ |
162 "@@@STEP_LOG_LINE@python.inline@@@@", | 156 "@@@STEP_LOG_LINE@python.inline@@@@", |
163 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 157 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
164 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 158 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
165 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 159 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
166 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 160 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
167 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 161 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
168 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 162 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
169 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 163 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
170 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
171 "@@@STEP_LOG_END@python.inline@@@" | 165 "@@@STEP_LOG_END@python.inline@@@" |
172 ] | 166 ] |
173 }, | 167 }, |
174 { | 168 { |
175 "cmd": [ | 169 "cmd": [ |
176 "cmake", | 170 "cmake", |
177 "..", | 171 "..", |
178 "-DDEBUG=OFF" | 172 "-DDEBUG=OFF" |
179 ], | 173 ], |
180 "cwd": "[SLAVE_BUILD]/dynamorio/build", | 174 "cwd": "[CWD]/dynamorio/build", |
181 "name": "Configure Release x64 DynamoRIO" | 175 "name": "Configure Release x64 DynamoRIO" |
182 }, | 176 }, |
183 { | 177 { |
184 "cmd": [ | 178 "cmd": [ |
185 "make", | 179 "make", |
186 "-j5" | 180 "-j5" |
187 ], | 181 ], |
188 "cwd": "[SLAVE_BUILD]/dynamorio/build", | 182 "cwd": "[CWD]/dynamorio/build", |
189 "name": "Compile Release x64 DynamoRIO" | 183 "name": "Compile Release x64 DynamoRIO" |
190 }, | 184 }, |
191 { | 185 { |
192 "cmd": [ | 186 "cmd": [ |
193 "python", | 187 "python", |
194 "-u", | 188 "-u", |
195 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 189 "[CWD]/v8/tools/run-tests.py", |
196 "--progress=verbose", | 190 "--progress=verbose", |
197 "--mode", | 191 "--mode", |
198 "Release", | 192 "Release", |
199 "--arch", | 193 "--arch", |
200 "x64", | 194 "x64", |
201 "--outdir", | 195 "--outdir", |
202 "out", | 196 "out", |
203 "--buildbot", | 197 "--buildbot", |
204 "--timeout=200", | 198 "--timeout=200", |
205 "--random-seed=-358114921", | 199 "--random-seed=-358114921", |
206 "bot_default", | 200 "bot_default", |
207 "--exhaustive-variants", | 201 "--exhaustive-variants", |
208 "--command_prefix", | 202 "--command_prefix", |
209 "[SLAVE_BUILD]/dynamorio/build/bin64/drrun -reset_every_nth_pending 0 --", | 203 "[CWD]/dynamorio/build/bin64/drrun -reset_every_nth_pending 0 --", |
210 "--rerun-failures-count=2", | 204 "--rerun-failures-count=2", |
211 "--json-test-results", | 205 "--json-test-results", |
212 "/path/to/tmp/json" | 206 "/path/to/tmp/json" |
213 ], | 207 ], |
214 "cwd": "[SLAVE_BUILD]/v8", | 208 "cwd": "[CWD]/v8", |
215 "name": "Check", | 209 "name": "Check", |
216 "~followup_annotations": [ | 210 "~followup_annotations": [ |
217 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 211 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
218 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 212 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
219 "@@@STEP_LOG_LINE@durations@@@@", | 213 "@@@STEP_LOG_LINE@durations@@@@", |
220 "@@@STEP_LOG_LINE@durations@Details:@@@", | 214 "@@@STEP_LOG_LINE@durations@Details:@@@", |
221 "@@@STEP_LOG_LINE@durations@@@@", | 215 "@@@STEP_LOG_LINE@durations@@@@", |
222 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 216 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
223 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 217 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
224 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 218 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
225 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 219 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
226 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 220 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
227 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 221 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
228 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 222 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
229 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 223 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
230 "@@@STEP_LOG_END@durations@@@" | 224 "@@@STEP_LOG_END@durations@@@" |
231 ] | 225 ] |
232 }, | 226 }, |
233 { | 227 { |
234 "name": "$result", | 228 "name": "$result", |
235 "recipe_result": null, | 229 "recipe_result": null, |
236 "status_code": 0 | 230 "status_code": 0 |
237 } | 231 } |
238 ] | 232 ] |
OLD | NEW |