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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-GN.json

Issue 2289343002: GN: add sanitize arg (Closed)
Patch Set: rebase 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 98 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
99 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 99 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
100 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 100 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
101 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 101 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
102 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 102 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
103 "@@@STEP_LOG_END@python.inline@@@" 103 "@@@STEP_LOG_END@python.inline@@@"
104 ] 104 ]
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "catchsegv",
109 "[SLAVE_BUILD]/out/Release/nanobench", 108 "[SLAVE_BUILD]/out/Release/nanobench",
110 "--undefok", 109 "--undefok",
111 "-i", 110 "-i",
112 "[SLAVE_BUILD]/skia/resources", 111 "[SLAVE_BUILD]/skia/resources",
113 "--skps", 112 "--skps",
114 "[SLAVE_BUILD]/skp", 113 "[SLAVE_BUILD]/skp",
115 "--images", 114 "--images",
116 "[SLAVE_BUILD]/skimage/nanobench", 115 "[SLAVE_BUILD]/skimage/nanobench",
117 "--nogpu", 116 "--nogpu",
118 "--pre_log", 117 "--pre_log",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "CPU", 171 "CPU",
173 "cpu_or_gpu_value", 172 "cpu_or_gpu_value",
174 "AVX", 173 "AVX",
175 "extra_config", 174 "extra_config",
176 "GN", 175 "GN",
177 "model", 176 "model",
178 "MacMini6.2", 177 "MacMini6.2",
179 "os", 178 "os",
180 "Mac" 179 "Mac"
181 ], 180 ],
182 "env": { 181 "cwd": "[SLAVE_BUILD]/skia",
183 "BUILDTYPE": "Release",
184 "CHROME_HEADLESS": "1",
185 "SKIA_OUT": "[SLAVE_BUILD]/out"
186 },
187 "name": "nanobench" 182 "name": "nanobench"
188 }, 183 },
189 { 184 {
190 "cmd": [ 185 "cmd": [
191 "python", 186 "python",
192 "-u", 187 "-u",
193 "\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", 188 "\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",
194 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_6 4-Release-GN/data", 189 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_6 4-Release-GN/data",
195 "511" 190 "511"
196 ], 191 ],
(...skipping 10 matching lines...) Expand all
207 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 202 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
208 "@@@STEP_LOG_END@python.inline@@@" 203 "@@@STEP_LOG_END@python.inline@@@"
209 ] 204 ]
210 }, 205 },
211 { 206 {
212 "name": "$result", 207 "name": "$result",
213 "recipe_result": null, 208 "recipe_result": null,
214 "status_code": 0 209 "status_code": 0
215 } 210 }
216 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698