OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[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 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "tryserver.blink", | 17 "tryserver.blink", |
17 "--builder", | 18 "--builder", |
18 "win_blink_rel", | 19 "win_blink_rel", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--git-cache-dir", | 28 "--git-cache-dir", |
28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
29 "--issue", | 30 "--issue", |
30 "12853011", | 31 "12853011", |
31 "--patchset", | 32 "--patchset", |
32 "1", | 33 "1", |
33 "--rietveld_server", | 34 "--rietveld_server", |
34 "https://codereview.chromium.org", | 35 "https://codereview.chromium.org", |
35 "--output_json", | 36 "--output_json", |
36 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
37 "--revision", | 38 "--revision", |
38 "src@HEAD", | 39 "src@HEAD", |
39 "--revision", | 40 "--revision", |
40 "src/third_party/WebKit@HEAD", | 41 "src/third_party/WebKit@HEAD", |
41 "--output_manifest" | 42 "--output_manifest" |
42 ], | 43 ], |
| 44 "cwd": "[SLAVE_BUILD]", |
43 "env": { | 45 "env": { |
44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 46 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
45 }, | 47 }, |
46 "name": "bot_update", | 48 "name": "bot_update", |
47 "~followup_annotations": [ | 49 "~followup_annotations": [ |
48 "@@@STEP_TEXT@Some step text@@@", | 50 "@@@STEP_TEXT@Some step text@@@", |
49 "@@@STEP_LOG_LINE@json.output@{@@@", | 51 "@@@STEP_LOG_LINE@json.output@{@@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
109 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
110 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
112 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
113 ] | 115 ] |
114 }, | 116 }, |
115 { | 117 { |
116 "cmd": [], | 118 "cmd": [], |
| 119 "cwd": "[SLAVE_BUILD]", |
117 "name": "ensure_goma" | 120 "name": "ensure_goma" |
118 }, | 121 }, |
119 { | 122 { |
120 "cmd": [ | 123 "cmd": [ |
121 "python", | 124 "python", |
122 "-u", | 125 "-u", |
123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
124 "--platform", | 127 "--platform", |
125 "windows-386", | 128 "windows-386", |
126 "--dest-directory", | 129 "--dest-directory", |
127 "[CWD]\\cipd", | 130 "[SLAVE_BUILD]\\cipd", |
128 "--json-output", | 131 "--json-output", |
129 "/path/to/tmp/json" | 132 "/path/to/tmp/json" |
130 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]", |
131 "name": "ensure_goma.install cipd", | 135 "name": "ensure_goma.install cipd", |
132 "~followup_annotations": [ | 136 "~followup_annotations": [ |
133 "@@@STEP_NEST_LEVEL@1@@@", | 137 "@@@STEP_NEST_LEVEL@1@@@", |
134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
135 "@@@STEP_LOG_LINE@json.output@{@@@", | 139 "@@@STEP_LOG_LINE@json.output@{@@@", |
136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
138 "@@@STEP_LOG_LINE@json.output@}@@@", | 142 "@@@STEP_LOG_LINE@json.output@}@@@", |
139 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
140 ] | 144 ] |
141 }, | 145 }, |
142 { | 146 { |
143 "cmd": [ | 147 "cmd": [ |
144 "fake_slave_build/cipd", | 148 "[SLAVE_BUILD]\\cipd\\cipd", |
145 "ensure", | 149 "ensure", |
146 "--root", | 150 "--root", |
147 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 151 "[CACHE]\\cipd\\goma", |
148 "--list", | 152 "--list", |
149 "infra_internal/goma/client/windows-amd64 release", | 153 "infra_internal/goma/client/windows-amd64 release", |
150 "--json-output", | 154 "--json-output", |
151 "/path/to/tmp/json", | 155 "/path/to/tmp/json", |
152 "--service-account-json", | 156 "--service-account-json", |
153 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 157 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
154 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
155 "name": "ensure_goma.ensure_installed", | 160 "name": "ensure_goma.ensure_installed", |
156 "~followup_annotations": [ | 161 "~followup_annotations": [ |
157 "@@@STEP_NEST_LEVEL@1@@@", | 162 "@@@STEP_NEST_LEVEL@1@@@", |
158 "@@@STEP_LOG_LINE@json.output@{@@@", | 163 "@@@STEP_LOG_LINE@json.output@{@@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
160 "@@@STEP_LOG_LINE@json.output@ {@@@", | 165 "@@@STEP_LOG_LINE@json.output@ {@@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
163 "@@@STEP_LOG_LINE@json.output@ }@@@", | 168 "@@@STEP_LOG_LINE@json.output@ }@@@", |
164 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 169 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
165 "@@@STEP_LOG_LINE@json.output@}@@@", | 170 "@@@STEP_LOG_LINE@json.output@}@@@", |
166 "@@@STEP_LOG_END@json.output@@@" | 171 "@@@STEP_LOG_END@json.output@@@" |
167 ] | 172 ] |
168 }, | 173 }, |
169 { | 174 { |
170 "cmd": [ | 175 "cmd": [ |
171 "python", | 176 "python", |
172 "-u", | 177 "-u", |
173 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
174 "--version" | 179 "--version" |
175 ], | 180 ], |
| 181 "cwd": "[SLAVE_BUILD]", |
176 "name": "swarming.py --version", | 182 "name": "swarming.py --version", |
177 "stdout": "/path/to/tmp/", | 183 "stdout": "/path/to/tmp/", |
178 "~followup_annotations": [ | 184 "~followup_annotations": [ |
179 "@@@STEP_TEXT@0.4.10@@@" | 185 "@@@STEP_TEXT@0.4.10@@@" |
180 ] | 186 ] |
181 }, | 187 }, |
182 { | 188 { |
183 "cmd": [ | 189 "cmd": [ |
184 "python", | 190 "python", |
185 "-u", | 191 "-u", |
186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
187 "runhooks" | 193 "runhooks" |
188 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
189 "env": { | 196 "env": { |
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
191 "GYP_CHROMIUM_NO_ACTION": "1", | 198 "GYP_CHROMIUM_NO_ACTION": "1", |
192 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arc
h=ia32 test_isolation_mode=prepare use_goma=1", | 199 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_m
ode=prepare use_goma=1", |
193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 200 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
194 }, | 201 }, |
195 "name": "gclient runhooks (with patch)" | 202 "name": "gclient runhooks (with patch)" |
196 }, | 203 }, |
197 { | 204 { |
198 "cmd": [ | 205 "cmd": [ |
199 "python", | 206 "python", |
200 "-u", | 207 "-u", |
201 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 208 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
202 "--output", | 209 "--output", |
203 "/path/to/tmp/json", | 210 "/path/to/tmp/json", |
204 "--", | 211 "--", |
205 "--build-config-fs", | 212 "--build-config-fs", |
206 "Release", | 213 "Release", |
207 "--paths", | 214 "--paths", |
208 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 215 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
209 "--properties", | 216 "--properties", |
210 "{\"buildername\": \"win_blink_rel\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" | 217 "{\"buildername\": \"win_blink_rel\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" |
211 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]", |
212 "name": "get compile targets for scripts", | 220 "name": "get compile targets for scripts", |
213 "~followup_annotations": [ | 221 "~followup_annotations": [ |
214 "@@@STEP_LOG_LINE@json.output@{}@@@", | 222 "@@@STEP_LOG_LINE@json.output@{}@@@", |
215 "@@@STEP_LOG_END@json.output@@@" | 223 "@@@STEP_LOG_END@json.output@@@" |
216 ] | 224 ] |
217 }, | 225 }, |
218 { | 226 { |
219 "cmd": [ | 227 "cmd": [ |
220 "python", | 228 "python", |
221 "-u", | 229 "-u", |
222 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
223 "[CWD]\\src\\testing\\buildbot\\chromium.webkit.json", | 231 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
224 "/path/to/tmp/json" | 232 "/path/to/tmp/json" |
225 ], | 233 ], |
| 234 "cwd": "[SLAVE_BUILD]", |
226 "name": "read test spec", | 235 "name": "read test spec", |
227 "~followup_annotations": [ | 236 "~followup_annotations": [ |
228 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webkit.json@@@
", | 237 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
229 "@@@STEP_LOG_LINE@json.output@{}@@@", | 238 "@@@STEP_LOG_LINE@json.output@{}@@@", |
230 "@@@STEP_LOG_END@json.output@@@" | 239 "@@@STEP_LOG_END@json.output@@@" |
231 ] | 240 ] |
232 }, | 241 }, |
233 { | 242 { |
234 "cmd": [ | 243 "cmd": [ |
235 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 244 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
236 ], | 245 ], |
237 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 246 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
238 "name": "ensure git tooling on windows" | 247 "name": "ensure git tooling on windows" |
239 }, | 248 }, |
240 { | 249 { |
241 "cmd": [ | 250 "cmd": [ |
242 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 251 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
243 "diff", | 252 "diff", |
244 "--cached", | 253 "--cached", |
245 "--name-only" | 254 "--name-only" |
246 ], | 255 ], |
247 "cwd": "[CWD]\\src", | 256 "cwd": "[SLAVE_BUILD]\\src", |
248 "name": "git diff to analyze patch", | 257 "name": "git diff to analyze patch", |
249 "stdout": "/path/to/tmp/", | 258 "stdout": "/path/to/tmp/", |
250 "~followup_annotations": [ | 259 "~followup_annotations": [ |
251 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 260 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
252 "@@@STEP_LOG_END@files@@@", | 261 "@@@STEP_LOG_END@files@@@", |
253 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 262 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
254 ] | 263 ] |
255 }, | 264 }, |
256 { | 265 { |
257 "cmd": [ | 266 "cmd": [ |
258 "python", | 267 "python", |
259 "-u", | 268 "-u", |
260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
261 "[CWD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 270 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
262 "/path/to/tmp/json" | 271 "/path/to/tmp/json" |
263 ], | 272 ], |
| 273 "cwd": "[SLAVE_BUILD]", |
264 "name": "read filter exclusion spec", | 274 "name": "read filter exclusion spec", |
265 "~followup_annotations": [ | 275 "~followup_annotations": [ |
266 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 276 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
267 "@@@STEP_LOG_LINE@json.output@{@@@", | 277 "@@@STEP_LOG_LINE@json.output@{@@@", |
268 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
269 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
270 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
271 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 281 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
272 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 282 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
273 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
274 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
275 "@@@STEP_LOG_LINE@json.output@ }@@@", | 285 "@@@STEP_LOG_LINE@json.output@ }@@@", |
276 "@@@STEP_LOG_LINE@json.output@}@@@", | 286 "@@@STEP_LOG_LINE@json.output@}@@@", |
277 "@@@STEP_LOG_END@json.output@@@" | 287 "@@@STEP_LOG_END@json.output@@@" |
278 ] | 288 ] |
279 }, | 289 }, |
280 { | 290 { |
281 "cmd": [ | 291 "cmd": [ |
282 "python", | 292 "python", |
283 "-u", | 293 "-u", |
284 "import sys; sys.exit(0)" | 294 "import sys; sys.exit(0)" |
285 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
286 "name": "analyze", | 297 "name": "analyze", |
287 "~followup_annotations": [ | 298 "~followup_annotations": [ |
288 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 299 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
289 "@@@STEP_LOG_END@excluded_files@@@", | 300 "@@@STEP_LOG_END@excluded_files@@@", |
290 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 301 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
291 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 302 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
293 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 304 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 305 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 306 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
(...skipping 11 matching lines...) Expand all Loading... |
307 }, | 318 }, |
308 { | 319 { |
309 "cmd": [ | 320 "cmd": [ |
310 "python", | 321 "python", |
311 "-u", | 322 "-u", |
312 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 323 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
313 "--show-path", | 324 "--show-path", |
314 "python", | 325 "python", |
315 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 326 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
316 ], | 327 ], |
| 328 "cwd": "[SLAVE_BUILD]", |
317 "name": "cleanup_temp" | 329 "name": "cleanup_temp" |
318 }, | 330 }, |
319 { | 331 { |
320 "cmd": [ | 332 "cmd": [ |
321 "python", | 333 "python", |
322 "-u", | 334 "-u", |
323 "[CWD]\\src\\tools\\mb\\mb.py", | 335 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
324 "gen", | 336 "gen", |
325 "-m", | 337 "-m", |
326 "tryserver.blink", | 338 "tryserver.blink", |
327 "-b", | 339 "-b", |
328 "win_blink_rel", | 340 "win_blink_rel", |
329 "--config-file", | 341 "--config-file", |
330 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 342 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
331 "--goma-dir", | 343 "--goma-dir", |
332 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 344 "[CACHE]\\cipd\\goma", |
333 "//out/Release" | 345 "//out/Release" |
334 ], | 346 ], |
| 347 "cwd": "[SLAVE_BUILD]", |
335 "name": "generate_build_files (with patch)" | 348 "name": "generate_build_files (with patch)" |
336 }, | 349 }, |
337 { | 350 { |
338 "cmd": [ | 351 "cmd": [ |
339 "python", | 352 "python", |
340 "-u", | 353 "-u", |
341 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 354 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
342 "--show-path", | 355 "--show-path", |
343 "python", | 356 "python", |
344 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
345 "--gsutil-py-path", | 358 "--gsutil-py-path", |
346 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 359 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
347 "--ninja-path", | 360 "--ninja-path", |
348 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 361 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
349 "--target", | 362 "--target", |
350 "Release", | 363 "Release", |
351 "--src-dir", | 364 "--src-dir", |
352 "[CWD]\\src", | 365 "[SLAVE_BUILD]\\src", |
353 "--goma-cache-dir", | 366 "--goma-cache-dir", |
354 "[ROOT]\\b\\build\\slave\\goma_cache", | 367 "[GOMA_CACHE]", |
355 "--build-tool", | 368 "--build-tool", |
356 "ninja", | 369 "ninja", |
357 "--compiler", | 370 "--compiler", |
358 "goma", | 371 "goma", |
359 "--goma-jsonstatus", | 372 "--goma-jsonstatus", |
360 "/path/to/tmp/json", | 373 "/path/to/tmp/json", |
361 "--goma-service-account-json-file", | 374 "--goma-service-account-json-file", |
362 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 375 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
363 "--goma-dir", | 376 "--goma-dir", |
364 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 377 "[CACHE]\\cipd\\goma", |
365 "--goma-fail-fast", | 378 "--goma-fail-fast", |
366 "--goma-disable-local-fallback", | 379 "--goma-disable-local-fallback", |
367 "--", | 380 "--", |
368 "blink_tests" | 381 "blink_tests" |
369 ], | 382 ], |
| 383 "cwd": "[SLAVE_BUILD]", |
370 "env": { | 384 "env": { |
371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
372 }, | 386 }, |
373 "name": "compile (with patch)", | 387 "name": "compile (with patch)", |
374 "~followup_annotations": [ | 388 "~followup_annotations": [ |
375 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
376 "@@@STEP_LOG_END@json.output (invalid)@@@" | 390 "@@@STEP_LOG_END@json.output (invalid)@@@" |
377 ] | 391 ] |
378 }, | 392 }, |
379 { | 393 { |
380 "cmd": [ | 394 "cmd": [ |
381 "python", | 395 "python", |
382 "-u", | 396 "-u", |
383 "import sys; sys.exit(0)" | 397 "import sys; sys.exit(0)" |
384 ], | 398 ], |
| 399 "cwd": "[SLAVE_BUILD]", |
385 "name": "mark: before_tests" | 400 "name": "mark: before_tests" |
386 }, | 401 }, |
387 { | 402 { |
388 "cmd": [ | 403 "cmd": [ |
389 "python", | 404 "python", |
390 "-u", | 405 "-u", |
391 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 406 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
392 "--target", | 407 "--target", |
393 "Release", | 408 "Release", |
394 "--factory-properties", | 409 "--factory-properties", |
395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 410 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
396 "--build-properties", | 411 "--build-properties", |
397 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 412 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
398 "--step-name=webkit_tests (with patch)", | 413 "--step-name=webkit_tests (with patch)", |
399 "--builder-name=win_blink_rel", | 414 "--builder-name=win_blink_rel", |
400 "--slave-name=TestSlavename", | 415 "--slave-name=TestSlavename", |
401 "--build-number=571", | 416 "--build-number=571", |
402 "--run-python-script", | 417 "--run-python-script", |
403 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\layout_test_wrapper.py", | 418 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py", |
404 "--target", | 419 "--target", |
405 "Release", | 420 "Release", |
406 "-o", | 421 "-o", |
407 "[CWD]\\layout-test-results", | 422 "[SLAVE_BUILD]\\layout-test-results", |
408 "--build-dir", | 423 "--build-dir", |
409 "[CWD]\\src\\out", | 424 "[SLAVE_BUILD]\\src\\out", |
410 "--json-test-results", | 425 "--json-test-results", |
411 "/path/to/tmp/json", | 426 "/path/to/tmp/json", |
412 "--test-results-server", | 427 "--test-results-server", |
413 "test-results.appspot.com", | 428 "test-results.appspot.com", |
414 "--build-number", | 429 "--build-number", |
415 "571", | 430 "571", |
416 "--builder-name", | 431 "--builder-name", |
417 "win_blink_rel", | 432 "win_blink_rel", |
418 "--step-name", | 433 "--step-name", |
419 "webkit_tests (with patch)" | 434 "webkit_tests (with patch)" |
420 ], | 435 ], |
| 436 "cwd": "[SLAVE_BUILD]", |
421 "name": "webkit_tests (with patch)", | 437 "name": "webkit_tests (with patch)", |
422 "~followup_annotations": [ | 438 "~followup_annotations": [ |
423 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 439 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
424 ] | 440 ] |
425 }, | 441 }, |
426 { | 442 { |
427 "cmd": [ | 443 "cmd": [ |
428 "python", | 444 "python", |
429 "-u", | 445 "-u", |
430 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\archive_layout_test_results.p
y", | 446 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
431 "--results-dir", | 447 "--results-dir", |
432 "[CWD]\\layout-test-results", | 448 "[SLAVE_BUILD]\\layout-test-results", |
433 "--build-dir", | 449 "--build-dir", |
434 "[CWD]\\src\\out", | 450 "[SLAVE_BUILD]\\src\\out", |
435 "--build-number", | 451 "--build-number", |
436 "571", | 452 "571", |
437 "--builder-name", | 453 "--builder-name", |
438 "win_blink_rel", | 454 "win_blink_rel", |
439 "--gs-bucket", | 455 "--gs-bucket", |
440 "gs://chromium-layout-test-archives" | 456 "gs://chromium-layout-test-archives" |
441 ], | 457 ], |
| 458 "cwd": "[SLAVE_BUILD]", |
442 "name": "archive_webkit_tests_results", | 459 "name": "archive_webkit_tests_results", |
443 "~followup_annotations": [ | 460 "~followup_annotations": [ |
444 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_blink_rel/571/layout-test-results/results.html@@@", | 461 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_blink_rel/571/layout-test-results/results.html@@@", |
445 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_blink_rel/571/layout-test-results.zip@@@" | 462 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_blink_rel/571/layout-test-results.zip@@@" |
446 ] | 463 ] |
447 }, | 464 }, |
448 { | 465 { |
449 "cmd": [ | 466 "cmd": [ |
450 "python", | 467 "python", |
451 "-u", | 468 "-u", |
452 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 469 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
453 "--target", | 470 "--target", |
454 "Release" | 471 "Release" |
455 ], | 472 ], |
| 473 "cwd": "[SLAVE_BUILD]", |
456 "name": "process_dumps" | 474 "name": "process_dumps" |
457 }, | 475 }, |
458 { | 476 { |
459 "name": "$result", | 477 "name": "$result", |
460 "recipe_result": null, | 478 "recipe_result": null, |
461 "status_code": 0 | 479 "status_code": 0 |
462 } | 480 } |
463 ] | 481 ] |
OLD | NEW |