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

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace Created 4 years, 5 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "[SLAVE_BUILD]/tmp/SKP_VERSION", 53 "[SLAVE_BUILD]/tmp/SKP_VERSION",
54 "/path/to/tmp/" 54 "/path/to/tmp/"
55 ], 55 ],
56 "name": "Get downloaded SKP_VERSION" 56 "name": "Get downloaded SKP_VERSION"
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
63 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 63 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
64 "/path/to/tmp/" 64 "/path/to/tmp/"
65 ], 65 ],
66 "name": "Get downloaded SK_IMAGE_VERSION" 66 "name": "Get downloaded skimage VERSION"
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python",
71 "-u",
72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
73 "42",
74 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
75 ],
76 "name": "write SK_IMAGE_VERSION"
77 },
78 {
79 "cmd": [
70 "valgrind", 80 "valgrind",
71 "--gen-suppressions=all", 81 "--gen-suppressions=all",
72 "--leak-check=full", 82 "--leak-check=full",
73 "--track-origins=yes", 83 "--track-origins=yes",
74 "--error-exitcode=1", 84 "--error-exitcode=1",
75 "--num-callers=40", 85 "--num-callers=40",
76 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 86 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
77 "[SLAVE_BUILD]/out/Release/nanobench", 87 "[SLAVE_BUILD]/out/Release/nanobench",
78 "--undefok", 88 "--undefok",
79 "-i", 89 "-i",
80 "[SLAVE_BUILD]/skia/resources", 90 "[SLAVE_BUILD]/skia/resources",
81 "--skps", 91 "--skps",
82 "[SLAVE_BUILD]/skps", 92 "[SLAVE_BUILD]/skps",
83 "--images", 93 "--images",
84 "[SLAVE_BUILD]/images/nanobench", 94 "[SLAVE_BUILD]/skimage/nanobench",
85 "--nocpu", 95 "--nocpu",
86 "--dummy-flags" 96 "--dummy-flags"
87 ], 97 ],
88 "env": { 98 "env": {
89 "BUILDTYPE": "Release", 99 "BUILDTYPE": "Release",
90 "CHROME_HEADLESS": "1", 100 "CHROME_HEADLESS": "1",
91 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 101 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
92 "PYTHONPATH": "[BUILD]/scripts", 102 "PYTHONPATH": "[BUILD]/scripts",
93 "SKIA_OUT": "[SLAVE_BUILD]/out" 103 "SKIA_OUT": "[SLAVE_BUILD]/out"
94 }, 104 },
95 "name": "nanobench" 105 "name": "nanobench"
96 }, 106 },
97 { 107 {
98 "cmd": [ 108 "cmd": [
99 "valgrind", 109 "valgrind",
100 "--gen-suppressions=all", 110 "--gen-suppressions=all",
101 "--leak-check=full", 111 "--leak-check=full",
102 "--track-origins=yes", 112 "--track-origins=yes",
103 "--error-exitcode=1", 113 "--error-exitcode=1",
104 "--num-callers=40", 114 "--num-callers=40",
105 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 115 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
106 "[SLAVE_BUILD]/out/Release/nanobench", 116 "[SLAVE_BUILD]/out/Release/nanobench",
107 "--undefok", 117 "--undefok",
108 "-i", 118 "-i",
109 "[SLAVE_BUILD]/skia/resources", 119 "[SLAVE_BUILD]/skia/resources",
110 "--skps", 120 "--skps",
111 "[SLAVE_BUILD]/skps", 121 "[SLAVE_BUILD]/skps",
112 "--images", 122 "--images",
113 "[SLAVE_BUILD]/images/nanobench", 123 "[SLAVE_BUILD]/skimage/nanobench",
114 "--nocpu", 124 "--nocpu",
115 "--dummy-flags", 125 "--dummy-flags",
116 "--abandonGpuContext", 126 "--abandonGpuContext",
117 "--nocpu" 127 "--nocpu"
118 ], 128 ],
119 "env": { 129 "env": {
120 "BUILDTYPE": "Release", 130 "BUILDTYPE": "Release",
121 "CHROME_HEADLESS": "1", 131 "CHROME_HEADLESS": "1",
122 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
123 "PYTHONPATH": "[BUILD]/scripts", 133 "PYTHONPATH": "[BUILD]/scripts",
124 "SKIA_OUT": "[SLAVE_BUILD]/out" 134 "SKIA_OUT": "[SLAVE_BUILD]/out"
125 }, 135 },
126 "name": "nanobench --abandonGpuContext" 136 "name": "nanobench --abandonGpuContext"
127 }, 137 },
128 { 138 {
129 "name": "$result", 139 "name": "$result",
130 "recipe_result": null, 140 "recipe_result": null,
131 "status_code": 0 141 "status_code": 0
132 } 142 }
133 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698