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

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

Issue 2045493002: build: add path_config=kitchen to infra recipes tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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
« no previous file with comments | « scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/infra/recipes_py_continuous.py
diff --git a/scripts/slave/recipes/infra/recipes_py_continuous.py b/scripts/slave/recipes/infra/recipes_py_continuous.py
index 833cdc0894f46cab679f9b3ba699b1dd784fac27..3a06d8fe5ca29ed68a25c713d26cac2a81720028 100644
--- a/scripts/slave/recipes/infra/recipes_py_continuous.py
+++ b/scripts/slave/recipes/infra/recipes_py_continuous.py
@@ -9,6 +9,7 @@ DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
'recipe_engine/path',
+ 'recipe_engine/properties',
]
@@ -39,4 +40,4 @@ def RunSteps(api, mastername, buildername, buildnumber):
def GenTests(api):
- yield api.test('basic')
+ yield api.test('basic') + api.properties(path_config='kitchen')
« no previous file with comments | « scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698