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 "client.skia", | 17 "client.skia", |
17 "--builder", | 18 "--builder", |
18 "Win7 Tests (1)-Trybot", | 19 "Win7 Tests (1)-Trybot", |
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/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/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_v8_revision\"}", | 27 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_v8_revision\"}", |
27 "--output_json", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@HEAD", | 31 "src@HEAD", |
31 "--revision", | 32 "--revision", |
32 "src/third_party/skia@1111111" | 33 "src/third_party/skia@1111111" |
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/third_party/skia\",
@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/skia\",
@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
74 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 76 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
75 ] | 77 ] |
76 }, | 78 }, |
77 { | 79 { |
78 "cmd": [ | 80 "cmd": [ |
79 "python", | 81 "python", |
80 "-u", | 82 "-u", |
81 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 83 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
82 "--version" | 84 "--version" |
83 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", |
84 "name": "swarming.py --version", | 87 "name": "swarming.py --version", |
85 "stdout": "/path/to/tmp/", | 88 "stdout": "/path/to/tmp/", |
86 "~followup_annotations": [ | 89 "~followup_annotations": [ |
87 "@@@STEP_TEXT@0.4.10@@@" | 90 "@@@STEP_TEXT@0.4.10@@@" |
88 ] | 91 ] |
89 }, | 92 }, |
90 { | 93 { |
91 "cmd": [ | 94 "cmd": [ |
92 "python", | 95 "python", |
93 "-u", | 96 "-u", |
94 "[DEPOT_TOOLS]\\gclient.py", | 97 "[DEPOT_TOOLS]\\gclient.py", |
95 "runhooks" | 98 "runhooks" |
96 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
97 "env": { | 101 "env": { |
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" | 102 "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" |
99 }, | 103 }, |
100 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
101 }, | 105 }, |
102 { | 106 { |
103 "cmd": [ | 107 "cmd": [ |
104 "python", | 108 "python", |
105 "-u", | 109 "-u", |
106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
108 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
109 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", |
110 "name": "read test spec", | 115 "name": "read test spec", |
111 "~followup_annotations": [ | 116 "~followup_annotations": [ |
112 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 117 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
113 "@@@STEP_LOG_LINE@json.output@{@@@", | 118 "@@@STEP_LOG_LINE@json.output@{@@@", |
114 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)-Trybot\": {@@@", | 119 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)-Trybot\": {@@@", |
115 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
116 "@@@STEP_LOG_LINE@json.output@ {@@@", | 121 "@@@STEP_LOG_LINE@json.output@ {@@@", |
117 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
118 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
119 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 124 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 13 matching lines...) Expand all Loading... |
133 "--output", | 138 "--output", |
134 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
135 "--", | 140 "--", |
136 "--build-config-fs", | 141 "--build-config-fs", |
137 "Release", | 142 "Release", |
138 "--paths", | 143 "--paths", |
139 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 144 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
140 "--properties", | 145 "--properties", |
141 "{\"buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"mast
ername\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" | 146 "{\"buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"mast
ername\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" |
142 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
143 "name": "get compile targets for scripts", | 149 "name": "get compile targets for scripts", |
144 "~followup_annotations": [ | 150 "~followup_annotations": [ |
145 "@@@STEP_LOG_LINE@json.output@{}@@@", | 151 "@@@STEP_LOG_LINE@json.output@{}@@@", |
146 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
147 ] | 153 ] |
148 }, | 154 }, |
149 { | 155 { |
150 "cmd": [ | 156 "cmd": [ |
151 "python", | 157 "python", |
152 "-u", | 158 "-u", |
153 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 159 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
154 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
155 "name": "cleanup_temp" | 162 "name": "cleanup_temp" |
156 }, | 163 }, |
157 { | 164 { |
158 "cmd": [ | 165 "cmd": [ |
159 "python", | 166 "python", |
160 "-u", | 167 "-u", |
161 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 168 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
162 "[SLAVE_BUILD]\\src\\out\\Release" | 169 "[SLAVE_BUILD]\\src\\out\\Release" |
163 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
164 "name": "rmtree build directory", | 172 "name": "rmtree build directory", |
165 "~followup_annotations": [ | 173 "~followup_annotations": [ |
166 "@@@STEP_LOG_LINE@python.inline@@@@", | 174 "@@@STEP_LOG_LINE@python.inline@@@@", |
167 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 175 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
168 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 176 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
169 "@@@STEP_LOG_LINE@python.inline@@@@", | 177 "@@@STEP_LOG_LINE@python.inline@@@@", |
170 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 178 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
171 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 179 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
172 "@@@STEP_LOG_END@python.inline@@@" | 180 "@@@STEP_LOG_END@python.inline@@@" |
173 ] | 181 ] |
174 }, | 182 }, |
175 { | 183 { |
176 "cmd": [ | 184 "cmd": [ |
177 "python", | 185 "python", |
178 "-u", | 186 "-u", |
179 "[BUILD]\\scripts\\slave\\extract_build.py", | 187 "[BUILD]\\scripts\\slave\\extract_build.py", |
180 "--target", | 188 "--target", |
181 "Release", | 189 "Release", |
182 "--build-archive-url", | 190 "--build-archive-url", |
183 "gs://test-domain/test-archive.zip", | 191 "gs://test-domain/test-archive.zip", |
184 "--factory-properties", | 192 "--factory-properties", |
185 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 193 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
186 "--build-properties", | 194 "--build-properties", |
187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}" | 195 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}" |
188 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]", |
189 "name": "extract build" | 198 "name": "extract build" |
190 }, | 199 }, |
191 { | 200 { |
192 "cmd": [ | 201 "cmd": [ |
193 "python", | 202 "python", |
194 "-u", | 203 "-u", |
195 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 204 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
196 "--build-dir", | 205 "--build-dir", |
197 "[SLAVE_BUILD]\\src\\out\\Release", | 206 "[SLAVE_BUILD]\\src\\out\\Release", |
198 "--output-json", | 207 "--output-json", |
199 "/path/to/tmp/json" | 208 "/path/to/tmp/json" |
200 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]", |
201 "name": "find isolated tests", | 211 "name": "find isolated tests", |
202 "~followup_annotations": [ | 212 "~followup_annotations": [ |
203 "@@@STEP_LOG_LINE@json.output@{@@@", | 213 "@@@STEP_LOG_LINE@json.output@{@@@", |
204 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
205 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
206 "@@@STEP_LOG_LINE@json.output@}@@@", | 216 "@@@STEP_LOG_LINE@json.output@}@@@", |
207 "@@@STEP_LOG_END@json.output@@@", | 217 "@@@STEP_LOG_END@json.output@@@", |
208 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 218 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
209 ] | 219 ] |
210 }, | 220 }, |
211 { | 221 { |
212 "cmd": [ | 222 "cmd": [ |
213 "python", | 223 "python", |
214 "-u", | 224 "-u", |
215 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 225 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
216 "--target", | 226 "--target", |
217 "Release" | 227 "Release" |
218 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
219 "name": "start_crash_service" | 230 "name": "start_crash_service" |
220 }, | 231 }, |
221 { | 232 { |
222 "cmd": [ | 233 "cmd": [ |
223 "python", | 234 "python", |
224 "-u", | 235 "-u", |
225 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 236 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
226 "trigger", | 237 "trigger", |
227 "--swarming", | 238 "--swarming", |
228 "https://chromium-swarm.appspot.com", | 239 "https://chromium-swarm.appspot.com", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 "project:chromium", | 281 "project:chromium", |
271 "--tag", | 282 "--tag", |
272 "purpose:CI", | 283 "purpose:CI", |
273 "--tag", | 284 "--tag", |
274 "purpose:post-commit", | 285 "purpose:post-commit", |
275 "--idempotent", | 286 "--idempotent", |
276 "ffffffffffffffffffffffffffffffffffffffff", | 287 "ffffffffffffffffffffffffffffffffffffffff", |
277 "--", | 288 "--", |
278 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 289 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
279 ], | 290 ], |
| 291 "cwd": "[SLAVE_BUILD]", |
280 "name": "[trigger] browser_tests", | 292 "name": "[trigger] browser_tests", |
281 "~followup_annotations": [ | 293 "~followup_annotations": [ |
282 "@@@STEP_LOG_LINE@json.output@{@@@", | 294 "@@@STEP_LOG_LINE@json.output@{@@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Tests (1)-Trybot/571\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Tests (1)-Trybot/571\", @@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Tests (1)-Trybot/571\": {@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Tests (1)-Trybot/571\": {@@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
289 "@@@STEP_LOG_LINE@json.output@ }@@@", | 301 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 11 matching lines...) Expand all Loading... |
301 "--build-dir", | 313 "--build-dir", |
302 "[SLAVE_BUILD]\\src\\out", | 314 "[SLAVE_BUILD]\\src\\out", |
303 "--target", | 315 "--target", |
304 "Release", | 316 "Release", |
305 "--force-clean", | 317 "--force-clean", |
306 "--config", | 318 "--config", |
307 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 319 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
308 "--write-full-results-to", | 320 "--write-full-results-to", |
309 "/path/to/tmp/json" | 321 "/path/to/tmp/json" |
310 ], | 322 ], |
| 323 "cwd": "[SLAVE_BUILD]", |
311 "name": "test_installer" | 324 "name": "test_installer" |
312 }, | 325 }, |
313 { | 326 { |
314 "allow_subannotations": true, | 327 "allow_subannotations": true, |
315 "cmd": [ | 328 "cmd": [ |
316 "python", | 329 "python", |
317 "-u", | 330 "-u", |
318 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 331 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", |
319 "--swarming-client-dir", | 332 "--swarming-client-dir", |
320 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 333 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
321 "--temp-root-dir", | 334 "--temp-root-dir", |
322 "[TMP_BASE]", | 335 "[TMP_BASE]", |
323 "--merged-test-output", | 336 "--merged-test-output", |
324 "/path/to/tmp/json", | 337 "/path/to/tmp/json", |
325 "--", | 338 "--", |
326 "collect", | 339 "collect", |
327 "--swarming", | 340 "--swarming", |
328 "https://chromium-swarm.appspot.com", | 341 "https://chromium-swarm.appspot.com", |
329 "--decorate", | 342 "--decorate", |
330 "--print-status-updates", | 343 "--print-status-updates", |
331 "--shards", | 344 "--shards", |
332 "1", | 345 "1", |
333 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)-Trybot/571" | 346 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)-Trybot/571" |
334 ], | 347 ], |
| 348 "cwd": "[SLAVE_BUILD]", |
335 "name": "browser_tests" | 349 "name": "browser_tests" |
336 }, | 350 }, |
337 { | 351 { |
338 "cmd": [ | 352 "cmd": [ |
339 "python", | 353 "python", |
340 "-u", | 354 "-u", |
341 "[BUILD]\\scripts\\slave\\process_dumps.py", | 355 "[BUILD]\\scripts\\slave\\process_dumps.py", |
342 "--target", | 356 "--target", |
343 "Release" | 357 "Release" |
344 ], | 358 ], |
| 359 "cwd": "[SLAVE_BUILD]", |
345 "name": "process_dumps" | 360 "name": "process_dumps" |
346 } | 361 } |
347 ] | 362 ] |
OLD | NEW |