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

Unified Diff: masters/master.chromium.infra/master.cfg

Issue 2072823003: master.chromium.infra: Remove redundant tools/build builder (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: master.chromium.infra: fix recipe simulation 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.infra/master.cfg
diff --git a/masters/master.chromium.infra/master.cfg b/masters/master.chromium.infra/master.cfg
index 3d9df8fc6ac656d90810b7ac5019aaf6f53d5a8e..f841a150033d9d3b23715fd4e0f2ef5dc3ad23eb 100644
--- a/masters/master.chromium.infra/master.cfg
+++ b/masters/master.chromium.infra/master.cfg
@@ -61,7 +61,6 @@ LUCI_GAE_REPO_URL = (
RECIPES_PY_REPO_URL = (
'https://chromium.googlesource.com/external/github.com/luci/recipes-py')
DEPOT_TOOLS_URL = 'https://chromium.googlesource.com/chromium/tools/depot_tools'
-TOOLS_BUILD_URL = 'https://chromium.googlesource.com/chromium/tools/build'
CHROMIUM_REPO_URL = 'https://chromium.googlesource.com/chromium/src'
c['change_source'].extend([
@@ -193,21 +192,14 @@ c['builders'].extend([
{
'name': 'recipe_engine-recipes-tests',
'factory': m_remote_run(
- 'infra/recipe_simulation', repository=TOOLS_BUILD_URL,
+ 'infra/recipe_simulation', repository=RECIPES_PY_REPO_URL,
properties={'repo_under_test': 'recipe_engine'}),
'category': 'recipes-continuous',
},
{
- 'name': 'build-recipes-tests',
martiniss 2016/06/17 03:05:52 https://build.chromium.org/p/chromium.tools.build/
- 'factory': m_remote_run(
- 'infra/recipe_simulation', repository=TOOLS_BUILD_URL,
- properties={'repo_under_test': 'build'}),
- 'category': 'recipes-continuous',
- },
- {
'name': 'depot_tools-recipes-tests',
'factory': m_remote_run(
- 'infra/recipe_simulation', repository=TOOLS_BUILD_URL,
+ 'infra/recipe_simulation', repository=DEPOT_TOOLS_URL,
properties={'repo_under_test': 'depot_tools'}),
'category': 'recipes-continuous',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698