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 "chromium.win", | 17 "chromium.win", |
17 "--builder", | 18 "--builder", |
18 "Win Builder", | 19 "Win Builder", |
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 "--output_json", | 30 "--output_json", |
30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
31 "--revision", | 32 "--revision", |
32 "src@HEAD", | 33 "src@HEAD", |
33 "--force", | 34 "--force", |
34 "--output_manifest" | 35 "--output_manifest" |
35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
36 "env": { | 38 "env": { |
37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 40 }, |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
105 ] | 107 ] |
106 }, | 108 }, |
107 { | 109 { |
108 "cmd": [], | 110 "cmd": [], |
| 111 "cwd": "[SLAVE_BUILD]", |
109 "name": "ensure_goma" | 112 "name": "ensure_goma" |
110 }, | 113 }, |
111 { | 114 { |
112 "cmd": [ | 115 "cmd": [ |
113 "python", | 116 "python", |
114 "-u", | 117 "-u", |
115 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
116 "--platform", | 119 "--platform", |
117 "windows-386", | 120 "windows-386", |
118 "--dest-directory", | 121 "--dest-directory", |
119 "[CWD]\\cipd", | 122 "[SLAVE_BUILD]\\cipd", |
120 "--json-output", | 123 "--json-output", |
121 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
122 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]", |
123 "name": "ensure_goma.install cipd", | 127 "name": "ensure_goma.install cipd", |
124 "~followup_annotations": [ | 128 "~followup_annotations": [ |
125 "@@@STEP_NEST_LEVEL@1@@@", | 129 "@@@STEP_NEST_LEVEL@1@@@", |
126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 131 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 136 ] |
133 }, | 137 }, |
134 { | 138 { |
135 "cmd": [ | 139 "cmd": [ |
136 "fake_slave_build/cipd", | 140 "[SLAVE_BUILD]\\cipd\\cipd", |
137 "ensure", | 141 "ensure", |
138 "--root", | 142 "--root", |
139 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 143 "[CACHE]\\cipd\\goma", |
140 "--list", | 144 "--list", |
141 "infra_internal/goma/client/windows-amd64 release", | 145 "infra_internal/goma/client/windows-amd64 release", |
142 "--json-output", | 146 "--json-output", |
143 "/path/to/tmp/json", | 147 "/path/to/tmp/json", |
144 "--service-account-json", | 148 "--service-account-json", |
145 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 149 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
146 ], | 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", |
147 "name": "ensure_goma.ensure_installed", | 152 "name": "ensure_goma.ensure_installed", |
148 "~followup_annotations": [ | 153 "~followup_annotations": [ |
149 "@@@STEP_NEST_LEVEL@1@@@", | 154 "@@@STEP_NEST_LEVEL@1@@@", |
150 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
152 "@@@STEP_LOG_LINE@json.output@ {@@@", | 157 "@@@STEP_LOG_LINE@json.output@ {@@@", |
153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
155 "@@@STEP_LOG_LINE@json.output@ }@@@", | 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
157 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
158 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
159 ] | 164 ] |
160 }, | 165 }, |
161 { | 166 { |
162 "cmd": [ | 167 "cmd": [ |
163 "python", | 168 "python", |
164 "-u", | 169 "-u", |
165 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 170 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
166 "--version" | 171 "--version" |
167 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", |
168 "name": "swarming.py --version", | 174 "name": "swarming.py --version", |
169 "stdout": "/path/to/tmp/", | 175 "stdout": "/path/to/tmp/", |
170 "~followup_annotations": [ | 176 "~followup_annotations": [ |
171 "@@@STEP_TEXT@0.4.10@@@" | 177 "@@@STEP_TEXT@0.4.10@@@" |
172 ] | 178 ] |
173 }, | 179 }, |
174 { | 180 { |
175 "cmd": [ | 181 "cmd": [ |
176 "python", | 182 "python", |
177 "-u", | 183 "-u", |
178 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 184 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
179 "runhooks" | 185 "runhooks" |
180 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", |
181 "env": { | 188 "env": { |
182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
183 "GYP_CHROMIUM_NO_ACTION": "1", | 190 "GYP_CHROMIUM_NO_ACTION": "1", |
184 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\slave\\cache
\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare
use_goma=1", | 191 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
185 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 192 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
186 }, | 193 }, |
187 "name": "gclient runhooks" | 194 "name": "gclient runhooks" |
188 }, | 195 }, |
189 { | 196 { |
190 "cmd": [ | 197 "cmd": [ |
191 "python", | 198 "python", |
192 "-u", | 199 "-u", |
193 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 200 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
194 "--output", | 201 "--output", |
195 "/path/to/tmp/json", | 202 "/path/to/tmp/json", |
196 "--", | 203 "--", |
197 "--build-config-fs", | 204 "--build-config-fs", |
198 "Release", | 205 "Release", |
199 "--use-src-side-runtest-py", | 206 "--use-src-side-runtest-py", |
200 "--paths", | 207 "--paths", |
201 "{\"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\"}", | 208 "{\"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\"}", |
202 "--properties", | 209 "--properties", |
203 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"
}" | 210 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"
}" |
204 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
205 "name": "get compile targets for scripts", | 213 "name": "get compile targets for scripts", |
206 "~followup_annotations": [ | 214 "~followup_annotations": [ |
207 "@@@STEP_LOG_LINE@json.output@{}@@@", | 215 "@@@STEP_LOG_LINE@json.output@{}@@@", |
208 "@@@STEP_LOG_END@json.output@@@" | 216 "@@@STEP_LOG_END@json.output@@@" |
209 ] | 217 ] |
210 }, | 218 }, |
211 { | 219 { |
212 "cmd": [ | 220 "cmd": [ |
213 "python", | 221 "python", |
214 "-u", | 222 "-u", |
215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
216 "[CWD]\\src\\testing\\buildbot\\chromium.win.json", | 224 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
217 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
218 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]", |
219 "name": "read test spec", | 228 "name": "read test spec", |
220 "~followup_annotations": [ | 229 "~followup_annotations": [ |
221 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.win.json@@@", | 230 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
222 "@@@STEP_LOG_LINE@json.output@{@@@", | 231 "@@@STEP_LOG_LINE@json.output@{@@@", |
223 "@@@STEP_LOG_LINE@json.output@ \"Win7 (32) Tests\": {@@@", | 232 "@@@STEP_LOG_LINE@json.output@ \"Win7 (32) Tests\": {@@@", |
224 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 233 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
225 "@@@STEP_LOG_LINE@json.output@ {@@@", | 234 "@@@STEP_LOG_LINE@json.output@ {@@@", |
226 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
227 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
228 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 237 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
229 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
230 "@@@STEP_LOG_LINE@json.output@ }@@@", | 239 "@@@STEP_LOG_LINE@json.output@ }@@@", |
231 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 240 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
(...skipping 14 matching lines...) Expand all Loading... |
246 }, | 255 }, |
247 { | 256 { |
248 "cmd": [ | 257 "cmd": [ |
249 "python", | 258 "python", |
250 "-u", | 259 "-u", |
251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
252 "--show-path", | 261 "--show-path", |
253 "python", | 262 "python", |
254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
255 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", |
256 "name": "cleanup_temp" | 266 "name": "cleanup_temp" |
257 }, | 267 }, |
258 { | 268 { |
259 "cmd": [ | 269 "cmd": [ |
260 "python", | 270 "python", |
261 "-u", | 271 "-u", |
262 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 272 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
263 "--build-dir", | 273 "--build-dir", |
264 "[CWD]\\src\\out\\Release", | 274 "[SLAVE_BUILD]\\src\\out\\Release", |
265 "--clean-isolated-files" | 275 "--clean-isolated-files" |
266 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", |
267 "name": "clean isolated files" | 278 "name": "clean isolated files" |
268 }, | 279 }, |
269 { | 280 { |
270 "cmd": [ | 281 "cmd": [ |
271 "python", | 282 "python", |
272 "-u", | 283 "-u", |
273 "[CWD]\\src\\tools\\mb\\mb.py", | 284 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
274 "gen", | 285 "gen", |
275 "-m", | 286 "-m", |
276 "chromium.win", | 287 "chromium.win", |
277 "-b", | 288 "-b", |
278 "Win Builder", | 289 "Win Builder", |
279 "--config-file", | 290 "--config-file", |
280 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 291 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
281 "--goma-dir", | 292 "--goma-dir", |
282 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 293 "[CACHE]\\cipd\\goma", |
283 "--swarming-targets-file", | 294 "--swarming-targets-file", |
284 "browser_tests\n", | 295 "browser_tests\n", |
285 "//out/Release" | 296 "//out/Release" |
286 ], | 297 ], |
| 298 "cwd": "[SLAVE_BUILD]", |
287 "name": "generate_build_files", | 299 "name": "generate_build_files", |
288 "~followup_annotations": [ | 300 "~followup_annotations": [ |
289 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 301 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
290 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 302 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
291 ] | 303 ] |
292 }, | 304 }, |
293 { | 305 { |
294 "cmd": [ | 306 "cmd": [ |
295 "python", | 307 "python", |
296 "-u", | 308 "-u", |
297 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 309 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
298 "--show-path", | 310 "--show-path", |
299 "python", | 311 "python", |
300 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 312 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
301 "--gsutil-py-path", | 313 "--gsutil-py-path", |
302 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 314 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
303 "--ninja-path", | 315 "--ninja-path", |
304 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 316 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
305 "--target", | 317 "--target", |
306 "Release", | 318 "Release", |
307 "--src-dir", | 319 "--src-dir", |
308 "[CWD]\\src", | 320 "[SLAVE_BUILD]\\src", |
309 "--goma-cache-dir", | 321 "--goma-cache-dir", |
310 "[ROOT]\\b\\build\\slave\\goma_cache", | 322 "[GOMA_CACHE]", |
311 "--build-tool", | 323 "--build-tool", |
312 "ninja", | 324 "ninja", |
313 "--build-data-dir", | 325 "--build-data-dir", |
314 "[ROOT]\\build_data_dir", | 326 "[ROOT]\\build_data_dir", |
315 "--compiler", | 327 "--compiler", |
316 "goma", | 328 "goma", |
317 "--goma-jsonstatus", | 329 "--goma-jsonstatus", |
318 "/path/to/tmp/json", | 330 "/path/to/tmp/json", |
319 "--goma-service-account-json-file", | 331 "--goma-service-account-json-file", |
320 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 332 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
321 "--goma-dir", | 333 "--goma-dir", |
322 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 334 "[CACHE]\\cipd\\goma", |
323 "--ninja-ensure-up-to-date", | 335 "--ninja-ensure-up-to-date", |
324 "--", | 336 "--", |
325 "browser_tests", | 337 "browser_tests", |
326 "browser_tests_run", | 338 "browser_tests_run", |
327 "chromium_builder_tests", | 339 "chromium_builder_tests", |
328 "mini_installer" | 340 "mini_installer" |
329 ], | 341 ], |
| 342 "cwd": "[SLAVE_BUILD]", |
330 "env": { | 343 "env": { |
331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
332 }, | 345 }, |
333 "name": "compile", | 346 "name": "compile", |
334 "~followup_annotations": [ | 347 "~followup_annotations": [ |
335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
336 "@@@STEP_LOG_END@json.output (invalid)@@@" | 349 "@@@STEP_LOG_END@json.output (invalid)@@@" |
337 ] | 350 ] |
338 }, | 351 }, |
339 { | 352 { |
340 "cmd": [ | 353 "cmd": [ |
341 "python", | 354 "python", |
342 "-u", | 355 "-u", |
343 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 356 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
344 "--build-dir", | 357 "--build-dir", |
345 "[CWD]\\src\\out\\Release", | 358 "[SLAVE_BUILD]\\src\\out\\Release", |
346 "--src-dir", | 359 "--src-dir", |
347 "[CWD]\\src" | 360 "[SLAVE_BUILD]\\src" |
348 ], | 361 ], |
349 "cwd": "[CWD]", | 362 "cwd": "[SLAVE_BUILD]", |
350 "name": "remove_build_metadata" | 363 "name": "remove_build_metadata" |
351 }, | 364 }, |
352 { | 365 { |
353 "cmd": [ | 366 "cmd": [ |
354 "python", | 367 "python", |
355 "-u", | 368 "-u", |
356 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 369 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
357 "[CWD]\\src\\tools\\swarming_client", | 370 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
358 "batcharchive", | 371 "batcharchive", |
359 "--dump-json", | 372 "--dump-json", |
360 "/path/to/tmp/json", | 373 "/path/to/tmp/json", |
361 "--isolate-server", | 374 "--isolate-server", |
362 "https://isolateserver.appspot.com", | 375 "https://isolateserver.appspot.com", |
363 "--verbose", | 376 "--verbose", |
364 "[CWD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 377 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
365 ], | 378 ], |
| 379 "cwd": "[SLAVE_BUILD]", |
366 "name": "isolate tests", | 380 "name": "isolate tests", |
367 "~followup_annotations": [ | 381 "~followup_annotations": [ |
368 "@@@STEP_LOG_LINE@json.output@{@@@", | 382 "@@@STEP_LOG_LINE@json.output@{@@@", |
369 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
370 "@@@STEP_LOG_LINE@json.output@}@@@", | 384 "@@@STEP_LOG_LINE@json.output@}@@@", |
371 "@@@STEP_LOG_END@json.output@@@" | 385 "@@@STEP_LOG_END@json.output@@@" |
372 ] | 386 ] |
373 }, | 387 }, |
374 { | 388 { |
375 "allow_subannotations": true, | 389 "allow_subannotations": true, |
376 "cmd": [ | 390 "cmd": [ |
377 "python", | 391 "python", |
378 "-u", | 392 "-u", |
379 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 393 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
380 "--show-path", | 394 "--show-path", |
381 "python", | 395 "python", |
382 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 396 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
383 "--target", | 397 "--target", |
384 "Release", | 398 "Release", |
385 "--build-url", | 399 "--build-url", |
386 "gs://chromium-win-archive/chromium.win/Win Builder", | 400 "gs://chromium-win-archive/chromium.win/Win Builder", |
387 "--build_revision", | 401 "--build_revision", |
388 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 402 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
389 "--factory-properties", | 403 "--factory-properties", |
390 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\"
: null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", | 404 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\"
: null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
391 "--build-properties", | 405 "--build-properties", |
392 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\"
: null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}" | 406 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\"
: null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}" |
393 ], | 407 ], |
| 408 "cwd": "[SLAVE_BUILD]", |
394 "name": "package build" | 409 "name": "package build" |
395 }, | 410 }, |
396 { | 411 { |
397 "cmd": [], | 412 "cmd": [], |
| 413 "cwd": "[SLAVE_BUILD]", |
398 "name": "trigger", | 414 "name": "trigger", |
399 "trigger_specs": [ | 415 "trigger_specs": [ |
400 { | 416 { |
401 "builder_name": "Win7 (32) Tests", | 417 "builder_name": "Win7 (32) Tests", |
402 "properties": { | 418 "properties": { |
403 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 419 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
404 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 420 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
405 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 421 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
406 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 422 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
407 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 423 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
408 "parent_got_revision_cp": "refs/heads/master@{#170242}", | 424 "parent_got_revision_cp": "refs/heads/master@{#170242}", |
409 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798
0b63b99566", | 425 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798
0b63b99566", |
410 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089}
", | 426 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089}
", |
411 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", | 427 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", |
412 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", | 428 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", |
413 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 429 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
414 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 430 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
415 } | 431 } |
416 } | 432 } |
417 ], | 433 ], |
418 "~followup_annotations": [ | 434 "~followup_annotations": [ |
419 "@@@STEP_TEXT@Win7 (32) Tests@@@" | 435 "@@@STEP_TEXT@Win7 (32) Tests@@@" |
420 ] | 436 ] |
421 }, | 437 }, |
422 { | 438 { |
423 "cmd": [], | 439 "cmd": [], |
| 440 "cwd": "[SLAVE_BUILD]", |
424 "name": "trigger (2)", | 441 "name": "trigger (2)", |
425 "trigger_specs": [ | 442 "trigger_specs": [ |
426 { | 443 { |
427 "builder_name": "Win7 Tests (1)", | 444 "builder_name": "Win7 Tests (1)", |
428 "properties": { | 445 "properties": { |
429 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 446 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
430 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 447 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
431 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 448 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
432 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 449 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
433 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 450 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
(...skipping 10 matching lines...) Expand all Loading... |
444 "~followup_annotations": [ | 461 "~followup_annotations": [ |
445 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 462 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
446 ] | 463 ] |
447 }, | 464 }, |
448 { | 465 { |
449 "name": "$result", | 466 "name": "$result", |
450 "recipe_result": null, | 467 "recipe_result": null, |
451 "status_code": 0 | 468 "status_code": 0 |
452 } | 469 } |
453 ] | 470 ] |
OLD | NEW |