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

Unified Diff: infra/config/recipes.cfg

Issue 2041313002: infra: check in recipes running on master.chromium.infra (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: presubmit 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
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | recipes/recipes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/config/recipes.cfg
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..274f32d82716063e0fed20f963bf1b31154e088c
--- /dev/null
+++ b/infra/config/recipes.cfg
@@ -0,0 +1,21 @@
+api_version: 1
+project_id: "infra"
+recipes_path: "recipes"
+deps {
+ project_id: "depot_tools"
+ url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
+ branch: "master"
+ revision: "166ac05c0306bf223826c5a505d18ee5586daee0"
+}
+deps {
+ project_id: "recipe_engine"
+ url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
+ branch: "master"
+ revision: "a2f99b57a04aea317bc02bb10ab570e1dc337218"
+}
+deps {
+ project_id: "build"
+ url: "https://chromium.googlesource.com/chromium/tools/build.git"
+ branch: "master"
+ revision: "ae3e05b8231926a47dc92e72a3933936f9d795ac"
+}
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | recipes/recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698