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

Unified Diff: scripts/slave/recipes/infra/infra_continuous.py

Issue 1719743003: WIP: Skip running tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: real-test Created 4 years, 10 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/recipes/infra/infra_continuous.py
diff --git a/scripts/slave/recipes/infra/infra_continuous.py b/scripts/slave/recipes/infra/infra_continuous.py
index 491f101af99b9472ad3f87ba9e98ce0e86cc1746..465870532981d4b3948f3ed78baac589f5fa2bd8 100644
--- a/scripts/slave/recipes/infra/infra_continuous.py
+++ b/scripts/slave/recipes/infra/infra_continuous.py
@@ -99,8 +99,8 @@ def RunSteps(api, mastername, buildername, buildnumber):
project_name = 'infra'
repo_name = 'https://chromium.googlesource.com/infra/infra'
else: # pragma: no cover
- raise ValueError(
- 'This recipe is not intended for builder %s. ' % buildername)
+ api.step('maybe specify buildername in properties?', cmd=None)
+ return
api.gclient.set_config(project_name)
bot_update_step = api.bot_update.ensure_checkout(force=True)
« 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