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

Unified Diff: scripts/slave/recipes/infra/build_conda_cipd_pkg.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 | « no previous file | scripts/slave/recipes/infra/depot_tools_builder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/infra/build_conda_cipd_pkg.py
diff --git a/scripts/slave/recipes/infra/build_conda_cipd_pkg.py b/scripts/slave/recipes/infra/build_conda_cipd_pkg.py
index f792e56825596cf6b3f823ea7a6a23305e6fe008..0daad5bba663cf3b4f4468b184545bdc0566ce9a 100644
--- a/scripts/slave/recipes/infra/build_conda_cipd_pkg.py
+++ b/scripts/slave/recipes/infra/build_conda_cipd_pkg.py
@@ -76,15 +76,15 @@ def GenTests(api):
yield (
api.test('linux') +
api.platform.name('linux') +
- api.properties.generic()
+ api.properties.generic(path_config='kitchen')
)
yield (
api.test('mac') +
api.platform.name('mac') +
- api.properties.generic()
+ api.properties.generic(path_config='kitchen')
)
yield (
api.test('win') +
api.platform.name('win') +
- api.properties.generic()
+ api.properties.generic(path_config='kitchen')
)
« no previous file with comments | « no previous file | scripts/slave/recipes/infra/depot_tools_builder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698