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

Unified Diff: infra/bots/recipes/swarm_trigger.py

Issue 2188543002: Add Vulkan runtime dll (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Remove Vulkan_flavor Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/bots/recipes/swarm_compile.expected/win_retry_failed_compile.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_trigger.py
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index 5bc7ca653c87fda5ccea82d76bba3a5dfb4dd917..3f00ebfa1b8bb25fdbc8fc6de386f4fd7dd34e35 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -311,7 +311,6 @@ def compile_steps_swarm(api, builder_spec, got_revision, infrabots_dir,
cipd_packages.append(pkg)
if 'Vulkan' in builder_name:
- version_file = infrabots_dir.join('assets', 'win_vulkan_sdk', 'VERSION')
cipd_packages.append(cipd_pkg(api, infrabots_dir, 'win_vulkan_sdk'))
# Fake these properties for compile tasks so that they can be de-duped.
« no previous file with comments | « infra/bots/recipes/swarm_compile.expected/win_retry_failed_compile.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698