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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.json

Issue 2209423002: [recipes] Remove build environment vars from default_env (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec_fix_coverage
Patch Set: [recipes] Remove build environment vars from default_env Created 4 years, 4 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "extra_config", 156 "extra_config",
157 "VisualBench", 157 "VisualBench",
158 "model", 158 "model",
159 "ShuttleA", 159 "ShuttleA",
160 "os", 160 "os",
161 "Ubuntu" 161 "Ubuntu"
162 ], 162 ],
163 "env": { 163 "env": {
164 "BUILDTYPE": "Release", 164 "BUILDTYPE": "Release",
165 "CHROME_HEADLESS": "1", 165 "CHROME_HEADLESS": "1",
166 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_warnings_as_e rrors=0",
167 "SKIA_OUT": "[SLAVE_BUILD]/out" 166 "SKIA_OUT": "[SLAVE_BUILD]/out"
168 }, 167 },
169 "name": "visualbench" 168 "name": "visualbench"
170 }, 169 },
171 { 170 {
172 "cmd": [ 171 "cmd": [
173 "python", 172 "python",
174 "-u", 173 "-u",
175 "\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", 174 "\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",
176 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-VisualBench/data", 175 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-VisualBench/data",
(...skipping 12 matching lines...) Expand all
189 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 188 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
190 "@@@STEP_LOG_END@python.inline@@@" 189 "@@@STEP_LOG_END@python.inline@@@"
191 ] 190 ]
192 }, 191 },
193 { 192 {
194 "name": "$result", 193 "name": "$result",
195 "recipe_result": null, 194 "recipe_result": null,
196 "status_code": 0 195 "status_code": 0
197 } 196 }
198 ] 197 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698