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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/big_issue_number.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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "cpu_or_gpu_value", 157 "cpu_or_gpu_value",
158 "HD4600", 158 "HD4600",
159 "model", 159 "model",
160 "ShuttleB", 160 "ShuttleB",
161 "os", 161 "os",
162 "Win8" 162 "Win8"
163 ], 163 ],
164 "env": { 164 "env": {
165 "BUILDTYPE": "Release_x64", 165 "BUILDTYPE": "Release_x64",
166 "CHROME_HEADLESS": "1", 166 "CHROME_HEADLESS": "1",
167 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp",
168 "SKIA_OUT": "[SLAVE_BUILD]\\out" 167 "SKIA_OUT": "[SLAVE_BUILD]\\out"
169 }, 168 },
170 "name": "nanobench" 169 "name": "nanobench"
171 }, 170 },
172 { 171 {
173 "cmd": [ 172 "cmd": [
174 "python", 173 "python",
175 "-u", 174 "-u",
176 "\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", 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",
177 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data", 176 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data",
(...skipping 12 matching lines...) Expand all
190 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 189 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
191 "@@@STEP_LOG_END@python.inline@@@" 190 "@@@STEP_LOG_END@python.inline@@@"
192 ] 191 ]
193 }, 192 },
194 { 193 {
195 "name": "$result", 194 "name": "$result",
196 "recipe_result": null, 195 "recipe_result": null,
197 "status_code": 0 196 "status_code": 0
198 } 197 }
199 ] 198 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698