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

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

Issue 2064453002: add recipe continuous builders for each repo with recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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
Index: scripts/slave/recipe_modules/recipe_tryjob/api.py
diff --git a/scripts/slave/recipe_modules/recipe_tryjob/api.py b/scripts/slave/recipe_modules/recipe_tryjob/api.py
index b4dcde379ac0bbdd49db5b4903849c7dde681461..c9a03636857698e95d442bf2508fc993782e56dc 100644
--- a/scripts/slave/recipe_modules/recipe_tryjob/api.py
+++ b/scripts/slave/recipe_modules/recipe_tryjob/api.py
@@ -151,7 +151,6 @@ class RecipeTryjobApi(recipe_api.RecipeApi):
Args:
project: The name of the project in luci-config.
- auth_token: Authentication token to use when talking to luci-config.
Returns:
The recipes.cfg file for that project, as a parsed dictionary. See

Powered by Google App Engine
This is Rietveld 408576698