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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86_64-Release-Vulkan.json

Issue 2318633002: Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH (Closed)
Patch Set: 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
« no previous file with comments | « infra/bots/recipe_modules/flavor/default_flavor.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "most" 93 "most"
94 ], 94 ],
95 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", 95 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
96 "env": { 96 "env": {
97 "BUILDTYPE": "Release_x64", 97 "BUILDTYPE": "Release_x64",
98 "CHROME_HEADLESS": "1", 98 "CHROME_HEADLESS": "1",
99 "CHROME_PATH": "[SLAVE_BUILD]\\src", 99 "CHROME_PATH": "[SLAVE_BUILD]\\src",
100 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 sk ia_vulkan_debug_layers=0 skia_warnings_as_errors=1 skia_win_debuggers_path=c:/Db gHelp skia_win_ltcg=0", 100 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 sk ia_vulkan_debug_layers=0 skia_warnings_as_errors=1 skia_win_debuggers_path=c:/Db gHelp skia_win_ltcg=0",
101 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]", 101 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]",
102 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Releas e-Vulkan", 102 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Releas e-Vulkan",
103 "VK_SDK_PATH": "[SLAVE_BUILD]\\win_vulkan_sdk" 103 "VULKAN_SDK": "[SLAVE_BUILD]\\win_vulkan_sdk"
104 }, 104 },
105 "name": "build most" 105 "name": "build most"
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "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', 'get _images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '* .so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell .ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs( dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i n 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.d irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n", 111 "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', 'get _images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '* .so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell .ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs( dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i n 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.d irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
112 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Release-Vulkan\\Re lease_x64", 112 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Release-Vulkan\\Re lease_x64",
113 "[CUSTOM_[SWARM_OUT_DIR]]\\out\\Release_x64" 113 "[CUSTOM_[SWARM_OUT_DIR]]\\out\\Release_x64"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 195 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
196 "@@@STEP_LOG_END@python.inline@@@" 196 "@@@STEP_LOG_END@python.inline@@@"
197 ] 197 ]
198 }, 198 },
199 { 199 {
200 "name": "$result", 200 "name": "$result",
201 "recipe_result": null, 201 "recipe_result": null,
202 "status_code": 0 202 "status_code": 0
203 } 203 }
204 ] 204 ]
OLDNEW
« no previous file with comments | « infra/bots/recipe_modules/flavor/default_flavor.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698