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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release.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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "cpu_or_gpu_value", 150 "cpu_or_gpu_value",
151 "AVX2", 151 "AVX2",
152 "model", 152 "model",
153 "GCE", 153 "GCE",
154 "os", 154 "os",
155 "Win" 155 "Win"
156 ], 156 ],
157 "env": { 157 "env": {
158 "BUILDTYPE": "Release_x64", 158 "BUILDTYPE": "Release_x64",
159 "CHROME_HEADLESS": "1", 159 "CHROME_HEADLESS": "1",
160 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_gpu=0 skia_ warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp",
161 "SKIA_OUT": "[SLAVE_BUILD]\\out" 160 "SKIA_OUT": "[SLAVE_BUILD]\\out"
162 }, 161 },
163 "name": "nanobench" 162 "name": "nanobench"
164 }, 163 },
165 { 164 {
166 "cmd": [ 165 "cmd": [
167 "python", 166 "python",
168 "-u", 167 "-u",
169 "\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", 168 "\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",
170 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel ease\\data", 169 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel ease\\data",
(...skipping 12 matching lines...) Expand all
183 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 182 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
184 "@@@STEP_LOG_END@python.inline@@@" 183 "@@@STEP_LOG_END@python.inline@@@"
185 ] 184 ]
186 }, 185 },
187 { 186 {
188 "name": "$result", 187 "name": "$result",
189 "recipe_result": null, 188 "recipe_result": null,
190 "status_code": 0 189 "status_code": 0
191 } 190 }
192 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698