OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTMac tester", | 10 "ClangToTMac tester", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "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_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "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'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"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\"}", | 18 "{\"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\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@1111111", | 24 "src@1111111", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 98 ] |
98 }, | 99 }, |
99 { | 100 { |
100 "cmd": [ | 101 "cmd": [ |
101 "python", | 102 "python", |
102 "-u", | 103 "-u", |
103 "[CWD]/src/tools/swarming_client/swarming.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
104 "--version" | 105 "--version" |
105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
106 "name": "swarming.py --version", | 108 "name": "swarming.py --version", |
107 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
108 "~followup_annotations": [ | 110 "~followup_annotations": [ |
109 "@@@STEP_TEXT@0.4.10@@@" | 111 "@@@STEP_TEXT@0.4.10@@@" |
110 ] | 112 ] |
111 }, | 113 }, |
112 { | 114 { |
113 "cmd": [ | 115 "cmd": [ |
114 "python", | 116 "python", |
115 "-u", | 117 "-u", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
117 "runhooks" | 119 "runhooks" |
118 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
119 "env": { | 122 "env": { |
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
121 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol
ation_mode=prepare", | 124 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol
ation_mode=prepare", |
122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
123 }, | 126 }, |
124 "name": "gclient runhooks" | 127 "name": "gclient runhooks" |
125 }, | 128 }, |
126 { | 129 { |
127 "cmd": [ | 130 "cmd": [ |
128 "python", | 131 "python", |
129 "-u", | 132 "-u", |
130 "[CWD]/src/testing/scripts/get_compile_targets.py", | 133 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
131 "--output", | 134 "--output", |
132 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
133 "--", | 136 "--", |
134 "--build-config-fs", | 137 "--build-config-fs", |
135 "Release", | 138 "Release", |
136 "--paths", | 139 "--paths", |
137 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 140 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
138 "--properties", | 141 "--properties", |
139 "{\"buildername\": \"ClangToTMac tester\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" | 142 "{\"buildername\": \"ClangToTMac tester\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" |
140 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
141 "name": "get compile targets for scripts", | 145 "name": "get compile targets for scripts", |
142 "~followup_annotations": [ | 146 "~followup_annotations": [ |
143 "@@@STEP_LOG_LINE@json.output@{}@@@", | 147 "@@@STEP_LOG_LINE@json.output@{}@@@", |
144 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
145 ] | 149 ] |
146 }, | 150 }, |
147 { | 151 { |
148 "cmd": [ | 152 "cmd": [ |
149 "python", | 153 "python", |
150 "-u", | 154 "-u", |
151 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 155 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
152 "[CWD]/src/testing/buildbot/chromium.fyi.json", | 156 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
153 "/path/to/tmp/json" | 157 "/path/to/tmp/json" |
154 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
155 "name": "read test spec", | 160 "name": "read test spec", |
156 "~followup_annotations": [ | 161 "~followup_annotations": [ |
157 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", | 162 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
158 "@@@STEP_LOG_LINE@json.output@{@@@", | 163 "@@@STEP_LOG_LINE@json.output@{@@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
161 "@@@STEP_LOG_LINE@json.output@ {@@@", | 166 "@@@STEP_LOG_LINE@json.output@ {@@@", |
162 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
163 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
164 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 169 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
165 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
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_LINE@json.output@}@@@", | 174 "@@@STEP_LOG_LINE@json.output@}@@@", |
170 "@@@STEP_LOG_END@json.output@@@" | 175 "@@@STEP_LOG_END@json.output@@@" |
171 ] | 176 ] |
172 }, | 177 }, |
173 { | 178 { |
174 "cmd": [ | 179 "cmd": [ |
175 "python", | 180 "python", |
176 "-u", | 181 "-u", |
177 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 182 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
178 "--show-path", | 183 "--show-path", |
179 "python", | 184 "python", |
180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 185 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
181 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", |
182 "name": "cleanup_temp" | 188 "name": "cleanup_temp" |
183 }, | 189 }, |
184 { | 190 { |
185 "cmd": [ | 191 "cmd": [ |
186 "python", | 192 "python", |
187 "-u", | 193 "-u", |
188 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 194 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
189 "[CWD]/src/out/Release" | 195 "[SLAVE_BUILD]/src/out/Release" |
190 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]", |
191 "name": "rmtree build directory", | 198 "name": "rmtree build directory", |
192 "~followup_annotations": [ | 199 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@python.inline@@@@", | 200 "@@@STEP_LOG_LINE@python.inline@@@@", |
194 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 201 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
195 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 202 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
196 "@@@STEP_LOG_LINE@python.inline@@@@", | 203 "@@@STEP_LOG_LINE@python.inline@@@@", |
197 "@@@STEP_LOG_LINE@python.inline@@@@", | 204 "@@@STEP_LOG_LINE@python.inline@@@@", |
198 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 205 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
199 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 206 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
200 "@@@STEP_LOG_END@python.inline@@@" | 207 "@@@STEP_LOG_END@python.inline@@@" |
201 ] | 208 ] |
202 }, | 209 }, |
203 { | 210 { |
204 "cmd": [ | 211 "cmd": [ |
205 "python", | 212 "python", |
206 "-u", | 213 "-u", |
207 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 214 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
208 "--show-path", | 215 "--show-path", |
209 "python", | 216 "python", |
210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 217 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
211 "--target", | 218 "--target", |
212 "Release", | 219 "Release", |
213 "--build-archive-url", | 220 "--build-archive-url", |
214 "gs://test-domain/test-archive.zip", | 221 "gs://test-domain/test-archive.zip", |
215 "--master-name", | 222 "--master-name", |
216 "chromium.fyi", | 223 "chromium.fyi", |
217 "--build-number", | 224 "--build-number", |
218 "571" | 225 "571" |
219 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]", |
220 "name": "extract build" | 228 "name": "extract build" |
221 }, | 229 }, |
222 { | 230 { |
223 "cmd": [ | 231 "cmd": [ |
224 "python", | 232 "python", |
225 "-u", | 233 "-u", |
226 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 234 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
227 "--build-dir", | 235 "--build-dir", |
228 "[CWD]/src/out/Release", | 236 "[SLAVE_BUILD]/src/out/Release", |
229 "--output-json", | 237 "--output-json", |
230 "/path/to/tmp/json" | 238 "/path/to/tmp/json" |
231 ], | 239 ], |
| 240 "cwd": "[SLAVE_BUILD]", |
232 "name": "find isolated tests", | 241 "name": "find isolated tests", |
233 "~followup_annotations": [ | 242 "~followup_annotations": [ |
234 "@@@STEP_LOG_LINE@json.output@{@@@", | 243 "@@@STEP_LOG_LINE@json.output@{@@@", |
235 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
236 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
237 "@@@STEP_LOG_LINE@json.output@}@@@", | 246 "@@@STEP_LOG_LINE@json.output@}@@@", |
238 "@@@STEP_LOG_END@json.output@@@", | 247 "@@@STEP_LOG_END@json.output@@@", |
239 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 248 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
240 ] | 249 ] |
241 }, | 250 }, |
242 { | 251 { |
243 "cmd": [ | 252 "cmd": [ |
244 "python", | 253 "python", |
245 "-u", | 254 "-u", |
246 "[CWD]/src/tools/swarming_client/swarming.py", | 255 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
247 "trigger", | 256 "trigger", |
248 "--swarming", | 257 "--swarming", |
249 "https://chromium-swarm.appspot.com", | 258 "https://chromium-swarm.appspot.com", |
250 "--isolate-server", | 259 "--isolate-server", |
251 "https://isolateserver.appspot.com", | 260 "https://isolateserver.appspot.com", |
252 "--priority", | 261 "--priority", |
253 "35", | 262 "35", |
254 "--shards", | 263 "--shards", |
255 "1", | 264 "1", |
256 "--task-name", | 265 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "purpose:post-commit", | 304 "purpose:post-commit", |
296 "--tag", | 305 "--tag", |
297 "slavename:TestSlavename", | 306 "slavename:TestSlavename", |
298 "--tag", | 307 "--tag", |
299 "stepname:browser_tests on Mac-10.9", | 308 "stepname:browser_tests on Mac-10.9", |
300 "--idempotent", | 309 "--idempotent", |
301 "ffffffffffffffffffffffffffffffffffffffff", | 310 "ffffffffffffffffffffffffffffffffffffffff", |
302 "--", | 311 "--", |
303 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 312 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
304 ], | 313 ], |
| 314 "cwd": "[SLAVE_BUILD]", |
305 "name": "[trigger] browser_tests on Mac-10.9", | 315 "name": "[trigger] browser_tests on Mac-10.9", |
306 "~followup_annotations": [ | 316 "~followup_annotations": [ |
307 "@@@STEP_LOG_LINE@json.output@{@@@", | 317 "@@@STEP_LOG_LINE@json.output@{@@@", |
308 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/ClangToTMac tester/571\", @@@", | 318 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/ClangToTMac tester/571\", @@@", |
309 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
310 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan
gToTMac tester/571\": {@@@", | 320 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan
gToTMac tester/571\": {@@@", |
311 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
312 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 322 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
313 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 323 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
314 "@@@STEP_LOG_LINE@json.output@ }@@@", | 324 "@@@STEP_LOG_LINE@json.output@ }@@@", |
315 "@@@STEP_LOG_LINE@json.output@ }@@@", | 325 "@@@STEP_LOG_LINE@json.output@ }@@@", |
316 "@@@STEP_LOG_LINE@json.output@}@@@", | 326 "@@@STEP_LOG_LINE@json.output@}@@@", |
317 "@@@STEP_LOG_END@json.output@@@", | 327 "@@@STEP_LOG_END@json.output@@@", |
318 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 328 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
319 ] | 329 ] |
320 }, | 330 }, |
321 { | 331 { |
322 "allow_subannotations": true, | 332 "allow_subannotations": true, |
323 "cmd": [ | 333 "cmd": [ |
324 "python", | 334 "python", |
325 "-u", | 335 "-u", |
326 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 336 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
327 "python", | 337 "python", |
328 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | 338 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", |
329 "--swarming-client-dir", | 339 "--swarming-client-dir", |
330 "[CWD]/src/tools/swarming_client", | 340 "[SLAVE_BUILD]/src/tools/swarming_client", |
331 "--temp-root-dir", | 341 "--temp-root-dir", |
332 "[TMP]", | 342 "[TMP_BASE]", |
333 "--merged-test-output", | 343 "--merged-test-output", |
334 "/path/to/tmp/json", | 344 "/path/to/tmp/json", |
335 "--", | 345 "--", |
336 "collect", | 346 "collect", |
337 "--swarming", | 347 "--swarming", |
338 "https://chromium-swarm.appspot.com", | 348 "https://chromium-swarm.appspot.com", |
339 "--decorate", | 349 "--decorate", |
340 "--print-status-updates", | 350 "--print-status-updates", |
341 "--shards", | 351 "--shards", |
342 "1", | 352 "1", |
343 "browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571" | 353 "browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571" |
344 ], | 354 ], |
| 355 "cwd": "[SLAVE_BUILD]", |
345 "name": "browser_tests on Mac-10.9", | 356 "name": "browser_tests on Mac-10.9", |
346 "~followup_annotations": [ | 357 "~followup_annotations": [ |
347 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 358 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
348 ] | 359 ] |
349 }, | 360 }, |
350 { | 361 { |
351 "cmd": [ | 362 "cmd": [ |
352 "python", | 363 "python", |
353 "-u", | 364 "-u", |
354 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 365 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
355 "--input-gtest-json", | 366 "--input-gtest-json", |
356 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 367 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
357 "--master-name", | 368 "--master-name", |
358 "chromium.fyi", | 369 "chromium.fyi", |
359 "--builder-name", | 370 "--builder-name", |
360 "ClangToTMac tester", | 371 "ClangToTMac tester", |
361 "--build-number", | 372 "--build-number", |
362 "571", | 373 "571", |
363 "--test-type", | 374 "--test-type", |
364 "browser_tests on Mac-10.9", | 375 "browser_tests on Mac-10.9", |
365 "--test-results-server", | 376 "--test-results-server", |
366 "test-results.appspot.com", | 377 "test-results.appspot.com", |
367 "--chrome-revision", | 378 "--chrome-revision", |
368 "170242" | 379 "170242" |
369 ], | 380 ], |
| 381 "cwd": "[SLAVE_BUILD]", |
370 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 382 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
371 }, | 383 }, |
372 { | 384 { |
373 "name": "$result", | 385 "name": "$result", |
374 "recipe_result": null, | 386 "recipe_result": null, |
375 "status_code": 0 | 387 "status_code": 0 |
376 } | 388 } |
377 ] | 389 ] |
OLD | NEW |