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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json

Issue 2344553002: 565 is not this important. (Closed)
Patch Set: still an option Created 4 years, 3 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 shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "cpu_or_gpu_value", 95 "cpu_or_gpu_value",
96 "AVX2", 96 "AVX2",
97 "extra_config", 97 "extra_config",
98 "TSAN", 98 "TSAN",
99 "model", 99 "model",
100 "GCE", 100 "GCE",
101 "os", 101 "os",
102 "Ubuntu", 102 "Ubuntu",
103 "--nogpu", 103 "--nogpu",
104 "--config", 104 "--config",
105 "565",
106 "8888", 105 "8888",
107 "gpu", 106 "gpu",
108 "gpusrgb", 107 "gpusrgb",
109 "pdf", 108 "pdf",
110 "msaa16", 109 "msaa16",
110 "565",
111 "f16", 111 "f16",
112 "srgb", 112 "srgb",
113 "sp-8888", 113 "sp-8888",
114 "2ndpic-8888", 114 "2ndpic-8888",
115 "lite-8888", 115 "lite-8888",
116 "serialize-8888", 116 "serialize-8888",
117 "tiles_rt-8888", 117 "tiles_rt-8888",
118 "pic-8888", 118 "pic-8888",
119 "--src", 119 "--src",
120 "tests", 120 "tests",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" 339 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin"
340 }, 340 },
341 "name": "dm" 341 "name": "dm"
342 }, 342 },
343 { 343 {
344 "name": "$result", 344 "name": "$result",
345 "recipe_result": null, 345 "recipe_result": null,
346 "status_code": 0 346 "status_code": 0
347 } 347 }
348 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698