Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests_Trusty__dbg__1_.json

Issue 2377933002: Add trusty builder / tester for chromium.linux. (Closed)
Patch Set: removed test generators Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_", 7 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 15 matching lines...) Expand all
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--output_json", 37 "--output_json",
38 "/path/to/tmp/json", 38 "/path/to/tmp/json",
39 "--revision", 39 "--revision",
40 "src@1111111", 40 "src@1111111",
41 "--output_manifest" 41 "--output_manifest"
42 ], 42 ],
43 "cwd": "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_", 43 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_",
44 "env": { 44 "env": {
45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
47 }, 47 },
48 "name": "bot_update", 48 "name": "bot_update",
49 "~followup_annotations": [ 49 "~followup_annotations": [
50 "@@@STEP_TEXT@Some step text@@@", 50 "@@@STEP_TEXT@Some step text@@@",
51 "@@@STEP_LOG_LINE@json.output@{@@@", 51 "@@@STEP_LOG_LINE@json.output@{@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "@@@STEP_LOG_LINE@json.output@ }@@@", 176 "@@@STEP_LOG_LINE@json.output@ }@@@",
177 "@@@STEP_LOG_LINE@json.output@ ]@@@", 177 "@@@STEP_LOG_LINE@json.output@ ]@@@",
178 "@@@STEP_LOG_LINE@json.output@}@@@", 178 "@@@STEP_LOG_LINE@json.output@}@@@",
179 "@@@STEP_LOG_END@json.output@@@" 179 "@@@STEP_LOG_END@json.output@@@"
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/tools/swarming_client/swa rming.py", 186 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/tools/swarming_client/swa rming.py",
187 "--version" 187 "--version"
188 ], 188 ],
189 "name": "swarming.py --version", 189 "name": "swarming.py --version",
190 "stdout": "/path/to/tmp/", 190 "stdout": "/path/to/tmp/",
191 "~followup_annotations": [ 191 "~followup_annotations": [
192 "@@@STEP_TEXT@0.8.6@@@" 192 "@@@STEP_TEXT@0.8.6@@@"
193 ] 193 ]
194 }, 194 },
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "python", 197 "python",
198 "-u", 198 "-u",
199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
200 "runhooks" 200 "runhooks"
201 ], 201 ],
202 "cwd": "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src", 202 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src",
203 "env": { 203 "env": {
204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
205 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
206 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1", 206 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1",
207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
208 }, 208 },
209 "name": "gclient runhooks" 209 "name": "gclient runhooks"
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
214 "-u", 214 "-u",
215 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/testing/scripts/get_compi le_targets.py", 215 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/testing/scripts/get_compi le_targets.py",
216 "--output", 216 "--output",
217 "/path/to/tmp/json", 217 "/path/to/tmp/json",
218 "--", 218 "--",
219 "--build-config-fs", 219 "--build-config-fs",
220 "Release", 220 "Debug",
221 "--use-src-side-runtest-py", 221 "--use-src-side-runtest-py",
222 "--paths", 222 "--paths",
223 "{\"checkout\": \"[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src\", \"run it.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 223 "{\"checkout\": \"[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src\", \"run it.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
224 "--properties", 224 "--properties",
225 "{\"buildername\": \"Fake Linux Release (NVIDIA)\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target _platform\": \"linux\"}" 225 "{\"buildername\": \"Linux Tests Trusty (dbg)(1)\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"linux\"}"
226 ], 226 ],
227 "name": "get compile targets for scripts", 227 "name": "get compile targets for scripts",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output@{}@@@", 229 "@@@STEP_LOG_LINE@json.output@{}@@@",
230 "@@@STEP_LOG_END@json.output@@@" 230 "@@@STEP_LOG_END@json.output@@@"
231 ] 231 ]
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
238 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/testing/buildbot/chromium .gpu.fyi.json", 238 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/testing/buildbot/chromium .linux.json",
239 "/path/to/tmp/json" 239 "/path/to/tmp/json"
240 ], 240 ],
241 "name": "read test spec (chromium.gpu.fyi.json)", 241 "name": "read test spec (chromium.linux.json)",
242 "~followup_annotations": [ 242 "~followup_annotations": [
243 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/testin g/buildbot/chromium.gpu.fyi.json@@@", 243 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/testin g/buildbot/chromium.linux.json@@@",
244 "@@@STEP_LOG_LINE@json.output@{@@@", 244 "@@@STEP_LOG_LINE@json.output@{@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"Fake Linux Release (NVIDIA)\": {@@@", 245 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests Trusty (dbg)(1)\": {@@@",
246 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 246 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
247 "@@@STEP_LOG_LINE@json.output@ {@@@", 247 "@@@STEP_LOG_LINE@json.output@ {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
249 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
250 "@@@STEP_LOG_LINE@json.output@ }, @@@", 250 "@@@STEP_LOG_LINE@json.output@ }, @@@",
251 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 251 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
252 "@@@STEP_LOG_LINE@json.output@ }@@@", 252 "@@@STEP_LOG_LINE@json.output@ }@@@",
253 "@@@STEP_LOG_LINE@json.output@ ]@@@", 253 "@@@STEP_LOG_LINE@json.output@ ]@@@",
254 "@@@STEP_LOG_LINE@json.output@ }@@@", 254 "@@@STEP_LOG_LINE@json.output@ }@@@",
255 "@@@STEP_LOG_LINE@json.output@}@@@", 255 "@@@STEP_LOG_LINE@json.output@}@@@",
256 "@@@STEP_LOG_END@json.output@@@" 256 "@@@STEP_LOG_END@json.output@@@"
257 ] 257 ]
258 }, 258 },
259 { 259 {
260 "cmd": [ 260 "cmd": [
261 "python", 261 "python",
262 "-u", 262 "-u",
263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
264 "--show-path", 264 "--show-path",
265 "python", 265 "python",
266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
267 ], 267 ],
268 "name": "cleanup_temp" 268 "name": "cleanup_temp"
269 }, 269 },
270 { 270 {
271 "cmd": [ 271 "cmd": [
272 "python", 272 "python",
273 "-u", 273 "-u",
274 "\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", 274 "\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",
275 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/out/Release" 275 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/out/Debug"
276 ], 276 ],
277 "name": "rmtree build directory", 277 "name": "rmtree build directory",
278 "~followup_annotations": [ 278 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@python.inline@@@@", 279 "@@@STEP_LOG_LINE@python.inline@@@@",
280 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 280 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
281 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 281 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
282 "@@@STEP_LOG_LINE@python.inline@@@@", 282 "@@@STEP_LOG_LINE@python.inline@@@@",
283 "@@@STEP_LOG_LINE@python.inline@@@@", 283 "@@@STEP_LOG_LINE@python.inline@@@@",
284 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 284 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
285 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 285 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
286 "@@@STEP_LOG_END@python.inline@@@" 286 "@@@STEP_LOG_END@python.inline@@@"
287 ] 287 ]
288 }, 288 },
289 { 289 {
290 "cmd": [ 290 "cmd": [
291 "python", 291 "python",
292 "-u", 292 "-u",
293 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 293 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
294 "--show-path", 294 "--show-path",
295 "python", 295 "python",
296 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", 296 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
297 "--gsutil-py-path", 297 "--gsutil-py-path",
298 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 298 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
299 "--target", 299 "--target",
300 "Release", 300 "Debug",
301 "--src-dir", 301 "--src-dir",
302 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src", 302 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src",
303 "--build-archive-url", 303 "--build-archive-url",
304 "gs://test-domain/test-archive.zip", 304 "gs://test-domain/test-archive.zip",
305 "--master-name", 305 "--master-name",
306 "chromium.gpu.fyi", 306 "chromium.linux",
307 "--build-number", 307 "--build-number",
308 "571" 308 "571"
309 ], 309 ],
310 "name": "extract build" 310 "name": "extract build"
311 }, 311 },
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 316 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
317 "--build-dir", 317 "--build-dir",
318 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/out/Release", 318 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/out/Debug",
319 "--output-json", 319 "--output-json",
320 "/path/to/tmp/json" 320 "/path/to/tmp/json"
321 ], 321 ],
322 "cwd": "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_", 322 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_",
323 "env": { 323 "env": {
324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
325 }, 325 },
326 "name": "find isolated tests", 326 "name": "find isolated tests",
327 "~followup_annotations": [ 327 "~followup_annotations": [
328 "@@@STEP_LOG_LINE@json.output@{@@@", 328 "@@@STEP_LOG_LINE@json.output@{@@@",
329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
330 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 330 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
331 "@@@STEP_LOG_LINE@json.output@}@@@", 331 "@@@STEP_LOG_LINE@json.output@}@@@",
332 "@@@STEP_LOG_END@json.output@@@", 332 "@@@STEP_LOG_END@json.output@@@",
333 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 333 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 "cmd": [ 337 "cmd": [
338 "python", 338 "python",
339 "-u", 339 "-u",
340 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/tools/swarming_client/swa rming.py", 340 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/tools/swarming_client/swa rming.py",
341 "trigger", 341 "trigger",
342 "--swarming", 342 "--swarming",
343 "https://chromium-swarm.appspot.com", 343 "https://chromium-swarm.appspot.com",
344 "--isolate-server", 344 "--isolate-server",
345 "https://isolateserver.appspot.com", 345 "https://isolateserver.appspot.com",
346 "--priority", 346 "--priority",
347 "25", 347 "25",
348 "--shards", 348 "--shards",
349 "1", 349 "1",
350 "--task-name", 350 "--task-name",
351 "browser_tests/Ubuntu-12.04/ffffffffff/Fake Linux Release (NVIDIA)/571", 351 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests Trusty (dbg)(1)/571",
352 "--dump-json", 352 "--dump-json",
353 "/path/to/tmp/json", 353 "/path/to/tmp/json",
354 "--expiration", 354 "--expiration",
355 "3600", 355 "3600",
356 "--io-timeout", 356 "--io-timeout",
357 "1200", 357 "1200",
358 "--hard-timeout", 358 "--hard-timeout",
359 "3600", 359 "3600",
360 "--dimension", 360 "--dimension",
361 "cpu", 361 "cpu",
362 "x86-64", 362 "x86-64",
363 "--dimension", 363 "--dimension",
364 "gpu", 364 "gpu",
365 "none", 365 "none",
366 "--dimension", 366 "--dimension",
367 "os", 367 "os",
368 "Ubuntu-12.04", 368 "Ubuntu-12.04",
369 "--dimension", 369 "--dimension",
370 "pool", 370 "pool",
371 "Chrome", 371 "Chrome",
372 "--tag", 372 "--tag",
373 "buildername:Fake Linux Release (NVIDIA)", 373 "buildername:Linux Tests Trusty (dbg)(1)",
374 "--tag", 374 "--tag",
375 "buildnumber:571", 375 "buildnumber:571",
376 "--tag", 376 "--tag",
377 "data:ffffffffffffffffffffffffffffffffffffffff", 377 "data:ffffffffffffffffffffffffffffffffffffffff",
378 "--tag", 378 "--tag",
379 "master:chromium.gpu.fyi", 379 "master:chromium.linux",
380 "--tag", 380 "--tag",
381 "name:browser_tests", 381 "name:browser_tests",
382 "--tag", 382 "--tag",
383 "os:Ubuntu-12.04", 383 "os:Ubuntu-12.04",
384 "--tag", 384 "--tag",
385 "project:chromium", 385 "project:chromium",
386 "--tag", 386 "--tag",
387 "purpose:CI", 387 "purpose:CI",
388 "--tag", 388 "--tag",
389 "purpose:post-commit", 389 "purpose:post-commit",
390 "--tag", 390 "--tag",
391 "slavename:TestSlavename", 391 "slavename:TestSlavename",
392 "--tag", 392 "--tag",
393 "stepname:browser_tests on Ubuntu-12.04", 393 "stepname:browser_tests on Ubuntu-12.04",
394 "--idempotent", 394 "--idempotent",
395 "ffffffffffffffffffffffffffffffffffffffff", 395 "ffffffffffffffffffffffffffffffffffffffff",
396 "--", 396 "--",
397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
398 ], 398 ],
399 "cwd": "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_", 399 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_",
400 "env": { 400 "env": {
401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
402 }, 402 },
403 "name": "[trigger] browser_tests on Ubuntu-12.04", 403 "name": "[trigger] browser_tests on Ubuntu-12.04",
404 "~followup_annotations": [ 404 "~followup_annotations": [
405 "@@@STEP_LOG_LINE@json.output@{@@@", 405 "@@@STEP_LOG_LINE@json.output@{@@@",
406 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Fake Linux Release (NVIDIA)/571\", @@@", 406 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests Trusty (dbg)(1)/571\", @@@",
407 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 407 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
408 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/ Fake Linux Release (NVIDIA)/571\": {@@@", 408 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/ Linux Tests Trusty (dbg)(1)/571\": {@@@",
409 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 409 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
410 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 410 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
411 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 411 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
412 "@@@STEP_LOG_LINE@json.output@ }@@@", 412 "@@@STEP_LOG_LINE@json.output@ }@@@",
413 "@@@STEP_LOG_LINE@json.output@ }@@@", 413 "@@@STEP_LOG_LINE@json.output@ }@@@",
414 "@@@STEP_LOG_LINE@json.output@}@@@", 414 "@@@STEP_LOG_LINE@json.output@}@@@",
415 "@@@STEP_LOG_END@json.output@@@", 415 "@@@STEP_LOG_END@json.output@@@",
416 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 416 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
417 ] 417 ]
418 }, 418 },
419 { 419 {
420 "allow_subannotations": true, 420 "allow_subannotations": true,
421 "cmd": [ 421 "cmd": [
422 "python", 422 "python",
423 "-u", 423 "-u",
424 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 424 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
425 "python", 425 "python",
426 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", 426 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py",
427 "--swarming-client-dir", 427 "--swarming-client-dir",
428 "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_/src/tools/swarming_client", 428 "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_/src/tools/swarming_client",
429 "--temp-root-dir", 429 "--temp-root-dir",
430 "[TMP_BASE]", 430 "[TMP_BASE]",
431 "--merged-test-output", 431 "--merged-test-output",
432 "/path/to/tmp/json", 432 "/path/to/tmp/json",
433 "--", 433 "--",
434 "collect", 434 "collect",
435 "--swarming", 435 "--swarming",
436 "https://chromium-swarm.appspot.com", 436 "https://chromium-swarm.appspot.com",
437 "--decorate", 437 "--decorate",
438 "--print-status-updates", 438 "--print-status-updates",
439 "--json", 439 "--json",
440 "{\"base_task_name\": \"browser_tests/Ubuntu-12.04/ffffffffff/Fake Linux R elease (NVIDIA)/571\", \"tasks\": {\"browser_tests/Ubuntu-12.04/ffffffffff/Fake Linux Release (NVIDIA)/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"vie w_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 440 "{\"base_task_name\": \"browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests Trusty (dbg)(1)/571\", \"tasks\": {\"browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests Trusty (dbg)(1)/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"vie w_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
441 ], 441 ],
442 "cwd": "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_", 442 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_",
443 "env": { 443 "env": {
444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
445 }, 445 },
446 "name": "browser_tests on Ubuntu-12.04", 446 "name": "browser_tests on Ubuntu-12.04",
447 "~followup_annotations": [ 447 "~followup_annotations": [
448 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 448 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
449 ] 449 ]
450 }, 450 },
451 { 451 {
452 "cmd": [ 452 "cmd": [
453 "python", 453 "python",
454 "-u", 454 "-u",
455 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 455 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
456 "--input-gtest-json", 456 "--input-gtest-json",
457 "{\"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\"}}]}}" , 457 "{\"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\"}}]}}" ,
458 "--master-name", 458 "--master-name",
459 "chromium.gpu.fyi", 459 "chromium.linux",
460 "--builder-name", 460 "--builder-name",
461 "Fake Linux Release (NVIDIA)", 461 "Linux Tests Trusty (dbg)(1)",
462 "--build-number", 462 "--build-number",
463 "571", 463 "571",
464 "--test-type", 464 "--test-type",
465 "browser_tests on Ubuntu-12.04", 465 "browser_tests on Ubuntu-12.04",
466 "--test-results-server", 466 "--test-results-server",
467 "test-results.appspot.com", 467 "test-results.appspot.com",
468 "--chrome-revision", 468 "--chrome-revision",
469 "170242" 469 "170242"
470 ], 470 ],
471 "cwd": "[BUILDER_CACHE]/Fake_Linux_Release__NVIDIA_", 471 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty__dbg__1_",
472 "env": { 472 "env": {
473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
474 }, 474 },
475 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" 475 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
476 }, 476 },
477 { 477 {
478 "name": "$result", 478 "name": "$result",
479 "recipe_result": null, 479 "recipe_result": null,
480 "status_code": 0 480 "status_code": 0
481 } 481 }
482 ] 482 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698