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