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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/win_retry_failed_compile.json

Issue 2188543002: Add Vulkan runtime dll (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Remove Vulkan_flavor 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 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", 6 "\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",
7 "[CUSTOM_C:\\_B_WORK]", 7 "[CUSTOM_C:\\_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", 158 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0",
159 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]", 159 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]",
160 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug" 160 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug"
161 }, 161 },
162 "name": "build most (2)" 162 "name": "build most (2)"
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "python", 166 "python",
167 "-u", 167 "-u",
168 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so ', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise \n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern )\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath (f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedi rs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n", 168 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so ', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.d ll']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EE XIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.j oin(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\ n os.makedirs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
169 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug\\Debug", 169 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug\\Debug",
170 "[CUSTOM_[SWARM_OUT_DIR]]\\out\\Debug" 170 "[CUSTOM_[SWARM_OUT_DIR]]\\out\\Debug"
171 ], 171 ],
172 "name": "copy build products", 172 "name": "copy build products",
173 "~followup_annotations": [ 173 "~followup_annotations": [
174 "@@@STEP_LOG_LINE@python.inline@import errno@@@", 174 "@@@STEP_LOG_LINE@python.inline@import errno@@@",
175 "@@@STEP_LOG_LINE@python.inline@import glob@@@", 175 "@@@STEP_LOG_LINE@python.inline@import glob@@@",
176 "@@@STEP_LOG_LINE@python.inline@import os@@@", 176 "@@@STEP_LOG_LINE@python.inline@import os@@@",
177 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 177 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
178 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 178 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
179 "@@@STEP_LOG_LINE@python.inline@@@@", 179 "@@@STEP_LOG_LINE@python.inline@@@@",
180 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", 180 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@",
181 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@", 181 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@",
182 "@@@STEP_LOG_LINE@python.inline@build_products_whitelist = ['dm', 'dm.exe' , 'nanobench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'li b/*.so', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']@@@", 182 "@@@STEP_LOG_LINE@python.inline@build_products_whitelist = ['dm', 'dm.exe' , 'nanobench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'li b/*.so', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe', 'vulk an-1.dll']@@@",
183 "@@@STEP_LOG_LINE@python.inline@@@@", 183 "@@@STEP_LOG_LINE@python.inline@@@@",
184 "@@@STEP_LOG_LINE@python.inline@try:@@@", 184 "@@@STEP_LOG_LINE@python.inline@try:@@@",
185 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(dst)@@@", 185 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(dst)@@@",
186 "@@@STEP_LOG_LINE@python.inline@except OSError as e:@@@", 186 "@@@STEP_LOG_LINE@python.inline@except OSError as e:@@@",
187 "@@@STEP_LOG_LINE@python.inline@ if e.errno != errno.EEXIST:@@@", 187 "@@@STEP_LOG_LINE@python.inline@ if e.errno != errno.EEXIST:@@@",
188 "@@@STEP_LOG_LINE@python.inline@ raise@@@", 188 "@@@STEP_LOG_LINE@python.inline@ raise@@@",
189 "@@@STEP_LOG_LINE@python.inline@@@@", 189 "@@@STEP_LOG_LINE@python.inline@@@@",
190 "@@@STEP_LOG_LINE@python.inline@for pattern in build_products_whitelist:@@ @", 190 "@@@STEP_LOG_LINE@python.inline@for pattern in build_products_whitelist:@@ @",
191 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@", 191 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@",
192 "@@@STEP_LOG_LINE@python.inline@ for f in glob.glob(path):@@@", 192 "@@@STEP_LOG_LINE@python.inline@ for f in glob.glob(path):@@@",
(...skipping 22 matching lines...) Expand all
215 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 215 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
216 "@@@STEP_LOG_END@python.inline@@@" 216 "@@@STEP_LOG_END@python.inline@@@"
217 ] 217 ]
218 }, 218 },
219 { 219 {
220 "name": "$result", 220 "name": "$result",
221 "recipe_result": null, 221 "recipe_result": null,
222 "status_code": 0 222 "status_code": 0
223 } 223 }
224 ] 224 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_compile.expected/big_issue_number.json ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698