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

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

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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]/skia/infra/bots/assets/skimage/VERSION", 63 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
64 "/path/to/tmp/" 64 "/path/to/tmp/"
65 ], 65 ],
66 "name": "Get downloaded skimage VERSION" 66 "name": "Get downloaded SK_IMAGE_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": [
80 "valgrind", 70 "valgrind",
81 "--gen-suppressions=all", 71 "--gen-suppressions=all",
82 "--leak-check=full", 72 "--leak-check=full",
83 "--track-origins=yes", 73 "--track-origins=yes",
84 "--error-exitcode=1", 74 "--error-exitcode=1",
85 "--num-callers=40", 75 "--num-callers=40",
86 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 76 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
87 "[SLAVE_BUILD]/out/Release/nanobench", 77 "[SLAVE_BUILD]/out/Release/nanobench",
88 "--undefok", 78 "--undefok",
89 "-i", 79 "-i",
90 "[SLAVE_BUILD]/skia/resources", 80 "[SLAVE_BUILD]/skia/resources",
91 "--skps", 81 "--skps",
92 "[SLAVE_BUILD]/skps", 82 "[SLAVE_BUILD]/skps",
93 "--images", 83 "--images",
94 "[SLAVE_BUILD]/skimage/nanobench", 84 "[SLAVE_BUILD]/images/nanobench",
95 "--nocpu", 85 "--nocpu",
96 "--dummy-flags" 86 "--dummy-flags"
97 ], 87 ],
98 "env": { 88 "env": {
99 "BUILDTYPE": "Release", 89 "BUILDTYPE": "Release",
100 "CHROME_HEADLESS": "1", 90 "CHROME_HEADLESS": "1",
101 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 91 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
102 "PYTHONPATH": "[BUILD]/scripts", 92 "PYTHONPATH": "[BUILD]/scripts",
103 "SKIA_OUT": "[SLAVE_BUILD]/out" 93 "SKIA_OUT": "[SLAVE_BUILD]/out"
104 }, 94 },
105 "name": "nanobench" 95 "name": "nanobench"
106 }, 96 },
107 { 97 {
108 "cmd": [ 98 "cmd": [
109 "valgrind", 99 "valgrind",
110 "--gen-suppressions=all", 100 "--gen-suppressions=all",
111 "--leak-check=full", 101 "--leak-check=full",
112 "--track-origins=yes", 102 "--track-origins=yes",
113 "--error-exitcode=1", 103 "--error-exitcode=1",
114 "--num-callers=40", 104 "--num-callers=40",
115 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 105 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
116 "[SLAVE_BUILD]/out/Release/nanobench", 106 "[SLAVE_BUILD]/out/Release/nanobench",
117 "--undefok", 107 "--undefok",
118 "-i", 108 "-i",
119 "[SLAVE_BUILD]/skia/resources", 109 "[SLAVE_BUILD]/skia/resources",
120 "--skps", 110 "--skps",
121 "[SLAVE_BUILD]/skps", 111 "[SLAVE_BUILD]/skps",
122 "--images", 112 "--images",
123 "[SLAVE_BUILD]/skimage/nanobench", 113 "[SLAVE_BUILD]/images/nanobench",
124 "--nocpu", 114 "--nocpu",
125 "--dummy-flags", 115 "--dummy-flags",
126 "--abandonGpuContext", 116 "--abandonGpuContext",
127 "--nocpu" 117 "--nocpu"
128 ], 118 ],
129 "env": { 119 "env": {
130 "BUILDTYPE": "Release", 120 "BUILDTYPE": "Release",
131 "CHROME_HEADLESS": "1", 121 "CHROME_HEADLESS": "1",
132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 122 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
133 "PYTHONPATH": "[BUILD]/scripts", 123 "PYTHONPATH": "[BUILD]/scripts",
134 "SKIA_OUT": "[SLAVE_BUILD]/out" 124 "SKIA_OUT": "[SLAVE_BUILD]/out"
135 }, 125 },
136 "name": "nanobench --abandonGpuContext" 126 "name": "nanobench --abandonGpuContext"
137 }, 127 },
138 { 128 {
139 "name": "$result", 129 "name": "$result",
140 "recipe_result": null, 130 "recipe_result": null,
141 "status_code": 0 131 "status_code": 0
142 } 132 }
143 ] 133 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698