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

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

Issue 1945323002: build: mark taskkill as an infra step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/api.py
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
index c8f7348a8b02f04b7e07f57e05c33dc76c6c8945..31a0b2141f302787ecfabec7f65928987f34e21f 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -652,7 +652,8 @@ class ChromiumApi(recipe_api.RecipeApi):
def taskkill(self):
self.m.python(
'taskkill',
- self.package_repo_resource('scripts', 'slave', 'kill_processes.py'))
+ self.package_repo_resource('scripts', 'slave', 'kill_processes.py'),
+ infra_step=True)
def cleanup_temp(self):
self.m.python(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698