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

Unified Diff: recipe_modules/infra_paths/example.py

Issue 2176913002: infra_paths module: swarmbucket config (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: 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 | « no previous file | recipe_modules/infra_paths/example.expected/paths_swarmbucket_linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/infra_paths/example.py
diff --git a/recipe_modules/infra_paths/example.py b/recipe_modules/infra_paths/example.py
index 0efa21ef05e9b31f4f256d6d699633f9a4359bd9..2cca4c7911c897665264d9809b82ecbf45dffe97 100644
--- a/recipe_modules/infra_paths/example.py
+++ b/recipe_modules/infra_paths/example.py
@@ -20,7 +20,7 @@ def GenTests(api):
yield api.test('basic')
for platform in ('linux', 'mac', 'win'):
- for path_config in ('buildbot', 'kitchen'):
+ for path_config in ('buildbot', 'kitchen', 'swarmbucket'):
yield (
api.test('paths_%s_%s' % (path_config, platform)) +
api.platform.name(platform) +
« no previous file with comments | « no previous file | recipe_modules/infra_paths/example.expected/paths_swarmbucket_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698