OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[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 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "chromium.webkit", | 17 "chromium.webkit", |
17 "--builder", | 18 "--builder", |
18 "WebKit Win7", | 19 "WebKit Win7", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.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/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--output_json", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@1111111", | 31 "src@1111111", |
31 "--revision", | 32 "--revision", |
32 "src/third_party/WebKit@HEAD" | 33 "src/third_party/WebKit@HEAD" |
33 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
34 "name": "bot_update", | 36 "name": "bot_update", |
35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
71 ] | 73 ] |
72 }, | 74 }, |
73 { | 75 { |
74 "cmd": [ | 76 "cmd": [ |
75 "python", | 77 "python", |
76 "-u", | 78 "-u", |
77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
78 "--version" | 80 "--version" |
79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
80 "name": "swarming.py --version", | 83 "name": "swarming.py --version", |
81 "stdout": "/path/to/tmp/", | 84 "stdout": "/path/to/tmp/", |
82 "~followup_annotations": [ | 85 "~followup_annotations": [ |
83 "@@@STEP_TEXT@0.4.10@@@" | 86 "@@@STEP_TEXT@0.4.10@@@" |
84 ] | 87 ] |
85 }, | 88 }, |
86 { | 89 { |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "[DEPOT_TOOLS]\\gclient.py", | 93 "[DEPOT_TOOLS]\\gclient.py", |
91 "runhooks" | 94 "runhooks" |
92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
93 "env": { | 97 "env": { |
94 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 98 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
95 }, | 99 }, |
96 "name": "gclient runhooks" | 100 "name": "gclient runhooks" |
97 }, | 101 }, |
98 { | 102 { |
99 "cmd": [ | 103 "cmd": [ |
100 "python", | 104 "python", |
101 "-u", | 105 "-u", |
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
103 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
104 "/path/to/tmp/json" | 108 "/path/to/tmp/json" |
105 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
106 "name": "read test spec", | 111 "name": "read test spec", |
107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
108 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 113 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
109 "@@@STEP_LOG_LINE@json.output@{@@@", | 114 "@@@STEP_LOG_LINE@json.output@{@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", |
111 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 116 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
112 "@@@STEP_LOG_LINE@json.output@ {@@@", | 117 "@@@STEP_LOG_LINE@json.output@ {@@@", |
113 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 118 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
114 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 119 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
115 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 120 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 13 matching lines...) Expand all Loading... |
129 "--output", | 134 "--output", |
130 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
131 "--", | 136 "--", |
132 "--build-config-fs", | 137 "--build-config-fs", |
133 "Release", | 138 "Release", |
134 "--paths", | 139 "--paths", |
135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 140 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
136 "--properties", | 141 "--properties", |
137 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" | 142 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" |
138 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
139 "name": "get compile targets for scripts", | 145 "name": "get compile targets for scripts", |
140 "~followup_annotations": [ | 146 "~followup_annotations": [ |
141 "@@@STEP_LOG_LINE@json.output@{}@@@", | 147 "@@@STEP_LOG_LINE@json.output@{}@@@", |
142 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
143 ] | 149 ] |
144 }, | 150 }, |
145 { | 151 { |
146 "cmd": [ | 152 "cmd": [ |
147 "python", | 153 "python", |
148 "-u", | 154 "-u", |
149 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 155 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
150 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
151 "name": "cleanup_temp" | 158 "name": "cleanup_temp" |
152 }, | 159 }, |
153 { | 160 { |
154 "cmd": [ | 161 "cmd": [ |
155 "python", | 162 "python", |
156 "-u", | 163 "-u", |
157 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 164 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
158 "[SLAVE_BUILD]\\src\\out\\Release" | 165 "[SLAVE_BUILD]\\src\\out\\Release" |
159 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
160 "name": "rmtree build directory", | 168 "name": "rmtree build directory", |
161 "~followup_annotations": [ | 169 "~followup_annotations": [ |
162 "@@@STEP_LOG_LINE@python.inline@@@@", | 170 "@@@STEP_LOG_LINE@python.inline@@@@", |
163 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 171 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
164 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 172 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
165 "@@@STEP_LOG_LINE@python.inline@@@@", | 173 "@@@STEP_LOG_LINE@python.inline@@@@", |
166 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 174 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
167 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 175 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
168 "@@@STEP_LOG_END@python.inline@@@" | 176 "@@@STEP_LOG_END@python.inline@@@" |
169 ] | 177 ] |
170 }, | 178 }, |
171 { | 179 { |
172 "cmd": [ | 180 "cmd": [ |
173 "python", | 181 "python", |
174 "-u", | 182 "-u", |
175 "[BUILD]\\scripts\\slave\\extract_build.py", | 183 "[BUILD]\\scripts\\slave\\extract_build.py", |
176 "--target", | 184 "--target", |
177 "Release", | 185 "Release", |
178 "--build-archive-url", | 186 "--build-archive-url", |
179 "gs://test-domain/test-archive.zip", | 187 "gs://test-domain/test-archive.zip", |
180 "--factory-properties", | 188 "--factory-properties", |
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
182 "--build-properties", | 190 "--build-properties", |
183 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}" | 191 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}" |
184 ], | 192 ], |
| 193 "cwd": "[SLAVE_BUILD]", |
185 "name": "extract build" | 194 "name": "extract build" |
186 }, | 195 }, |
187 { | 196 { |
188 "cmd": [ | 197 "cmd": [ |
189 "python", | 198 "python", |
190 "-u", | 199 "-u", |
191 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 200 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
192 "--build-dir", | 201 "--build-dir", |
193 "[SLAVE_BUILD]\\src\\out\\Release", | 202 "[SLAVE_BUILD]\\src\\out\\Release", |
194 "--output-json", | 203 "--output-json", |
195 "/path/to/tmp/json" | 204 "/path/to/tmp/json" |
196 ], | 205 ], |
| 206 "cwd": "[SLAVE_BUILD]", |
197 "name": "find isolated tests", | 207 "name": "find isolated tests", |
198 "~followup_annotations": [ | 208 "~followup_annotations": [ |
199 "@@@STEP_LOG_LINE@json.output@{@@@", | 209 "@@@STEP_LOG_LINE@json.output@{@@@", |
200 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
201 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
202 "@@@STEP_LOG_LINE@json.output@}@@@", | 212 "@@@STEP_LOG_LINE@json.output@}@@@", |
203 "@@@STEP_LOG_END@json.output@@@", | 213 "@@@STEP_LOG_END@json.output@@@", |
204 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 214 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
205 ] | 215 ] |
206 }, | 216 }, |
207 { | 217 { |
208 "cmd": [ | 218 "cmd": [ |
209 "python", | 219 "python", |
210 "-u", | 220 "-u", |
211 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 221 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
212 "--target", | 222 "--target", |
213 "Release" | 223 "Release" |
214 ], | 224 ], |
| 225 "cwd": "[SLAVE_BUILD]", |
215 "name": "start_crash_service" | 226 "name": "start_crash_service" |
216 }, | 227 }, |
217 { | 228 { |
218 "cmd": [ | 229 "cmd": [ |
219 "python", | 230 "python", |
220 "-u", | 231 "-u", |
221 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 232 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
222 "trigger", | 233 "trigger", |
223 "--swarming", | 234 "--swarming", |
224 "https://chromium-swarm.appspot.com", | 235 "https://chromium-swarm.appspot.com", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 "project:chromium", | 277 "project:chromium", |
267 "--tag", | 278 "--tag", |
268 "purpose:CI", | 279 "purpose:CI", |
269 "--tag", | 280 "--tag", |
270 "purpose:post-commit", | 281 "purpose:post-commit", |
271 "--idempotent", | 282 "--idempotent", |
272 "ffffffffffffffffffffffffffffffffffffffff", | 283 "ffffffffffffffffffffffffffffffffffffffff", |
273 "--", | 284 "--", |
274 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 285 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
275 ], | 286 ], |
| 287 "cwd": "[SLAVE_BUILD]", |
276 "name": "[trigger] browser_tests", | 288 "name": "[trigger] browser_tests", |
277 "~followup_annotations": [ | 289 "~followup_annotations": [ |
278 "@@@STEP_LOG_LINE@json.output@{@@@", | 290 "@@@STEP_LOG_LINE@json.output@{@@@", |
279 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/WebKit Win7/571\", @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/WebKit Win7/571\", @@@", |
280 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
281 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/WebKit Win7/571\": {@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/WebKit Win7/571\": {@@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
285 "@@@STEP_LOG_LINE@json.output@ }@@@", | 297 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 27 matching lines...) Expand all Loading... |
313 "[SLAVE_BUILD]\\src\\out", | 325 "[SLAVE_BUILD]\\src\\out", |
314 "--json-test-results", | 326 "--json-test-results", |
315 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
316 "--test-results-server", | 328 "--test-results-server", |
317 "test-results.appspot.com", | 329 "test-results.appspot.com", |
318 "--build-number", | 330 "--build-number", |
319 "571", | 331 "571", |
320 "--builder-name", | 332 "--builder-name", |
321 "WebKit Win7" | 333 "WebKit Win7" |
322 ], | 334 ], |
| 335 "cwd": "[SLAVE_BUILD]", |
323 "name": "webkit_tests", | 336 "name": "webkit_tests", |
324 "~followup_annotations": [ | 337 "~followup_annotations": [ |
325 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 338 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
326 ] | 339 ] |
327 }, | 340 }, |
328 { | 341 { |
329 "cmd": [ | 342 "cmd": [ |
330 "python", | 343 "python", |
331 "-u", | 344 "-u", |
332 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 345 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
333 "--results-dir", | 346 "--results-dir", |
334 "[SLAVE_BUILD]\\layout-test-results", | 347 "[SLAVE_BUILD]\\layout-test-results", |
335 "--build-dir", | 348 "--build-dir", |
336 "[SLAVE_BUILD]\\src\\out", | 349 "[SLAVE_BUILD]\\src\\out", |
337 "--build-number", | 350 "--build-number", |
338 "571", | 351 "571", |
339 "--builder-name", | 352 "--builder-name", |
340 "WebKit Win7", | 353 "WebKit Win7", |
341 "--gs-bucket", | 354 "--gs-bucket", |
342 "gs://chromium-layout-test-archives", | 355 "gs://chromium-layout-test-archives", |
343 "--factory-properties", | 356 "--factory-properties", |
344 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 357 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
345 "--build-properties", | 358 "--build-properties", |
346 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}" | 359 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium
.webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"11111
11\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes
\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir
\": \"/path/to/workdir/TestSlavename\"}" |
347 ], | 360 ], |
| 361 "cwd": "[SLAVE_BUILD]", |
348 "name": "archive_webkit_tests_results", | 362 "name": "archive_webkit_tests_results", |
349 "~followup_annotations": [ | 363 "~followup_annotations": [ |
350 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", | 364 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", |
351 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" | 365 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" |
352 ] | 366 ] |
353 }, | 367 }, |
354 { | 368 { |
355 "allow_subannotations": true, | 369 "allow_subannotations": true, |
356 "cmd": [ | 370 "cmd": [ |
357 "python", | 371 "python", |
358 "-u", | 372 "-u", |
359 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 373 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", |
360 "--swarming-client-dir", | 374 "--swarming-client-dir", |
361 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 375 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
362 "--temp-root-dir", | 376 "--temp-root-dir", |
363 "[TMP_BASE]", | 377 "[TMP_BASE]", |
364 "--merged-test-output", | 378 "--merged-test-output", |
365 "/path/to/tmp/json", | 379 "/path/to/tmp/json", |
366 "--", | 380 "--", |
367 "collect", | 381 "collect", |
368 "--swarming", | 382 "--swarming", |
369 "https://chromium-swarm.appspot.com", | 383 "https://chromium-swarm.appspot.com", |
370 "--decorate", | 384 "--decorate", |
371 "--print-status-updates", | 385 "--print-status-updates", |
372 "--shards", | 386 "--shards", |
373 "1", | 387 "1", |
374 "browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571" | 388 "browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571" |
375 ], | 389 ], |
| 390 "cwd": "[SLAVE_BUILD]", |
376 "name": "browser_tests" | 391 "name": "browser_tests" |
377 }, | 392 }, |
378 { | 393 { |
379 "cmd": [ | 394 "cmd": [ |
380 "python", | 395 "python", |
381 "-u", | 396 "-u", |
382 "[BUILD]\\scripts\\slave\\process_dumps.py", | 397 "[BUILD]\\scripts\\slave\\process_dumps.py", |
383 "--target", | 398 "--target", |
384 "Release" | 399 "Release" |
385 ], | 400 ], |
| 401 "cwd": "[SLAVE_BUILD]", |
386 "name": "process_dumps" | 402 "name": "process_dumps" |
387 } | 403 } |
388 ] | 404 ] |
OLD | NEW |