| Index: masters/master.chromium.infra/master.cfg
|
| diff --git a/masters/master.chromium.infra/master.cfg b/masters/master.chromium.infra/master.cfg
|
| index 06af269c92b0998e5f8eead591f1f1d15ffbe49f..6bc47b74568910ad42b1a2435086f28abf81919b 100644
|
| --- a/masters/master.chromium.infra/master.cfg
|
| +++ b/masters/master.chromium.infra/master.cfg
|
| @@ -33,7 +33,7 @@ f_annotations = annotator_factory.AnnotatorFactory(ActiveMaster)
|
| def m_remote_run(recipe, **kwargs):
|
| return remote_run_factory.RemoteRunFactory(
|
| active_master=ActiveMaster,
|
| - repository='https://chromium.googlesource.com/chromium/tools/build.git',
|
| + repository='https://chromium.googlesource.com/infra/infra.git',
|
| recipe=recipe,
|
| factory_properties={'path_config': 'kitchen'},
|
| **kwargs)
|
| @@ -69,79 +69,79 @@ c['builders'].extend([
|
| {
|
| 'name': 'infra-continuous-xenial-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-wily-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-trusty-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-trusty-32',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-precise-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-precise-32',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-mac-10.11-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-mac-10.10-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-mac-10.9-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-mac-10.8-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-mac-10.7-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-mac-10.6-64',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| 'name': 'infra-continuous-win-32',
|
| 'slavebuilddir': 'infra-continuous',
|
| - 'factory': m_remote_run('infra/infra_continuous'),
|
| + 'factory': m_remote_run('infra_continuous'),
|
| 'category': '1continuous',
|
| },
|
| {
|
| @@ -153,56 +153,56 @@ c['builders'].extend([
|
| },
|
| {
|
| 'name': 'luci-gae-trusty64',
|
| - 'factory': m_remote_run('infra/luci_gae'),
|
| + 'factory': m_remote_run('luci_gae'),
|
| 'category': 'luci-gae',
|
| },
|
| {
|
| 'name': 'luci-go-trusty64',
|
| - 'factory': m_remote_run('infra/luci_go'),
|
| + 'factory': m_remote_run('luci_go'),
|
| 'category': 'luci-go',
|
| },
|
| {
|
| 'name': 'luci-go-precise32',
|
| - 'factory': m_remote_run('infra/luci_go'),
|
| + 'factory': m_remote_run('luci_go'),
|
| 'category': 'luci-go',
|
| },
|
| {
|
| 'name': 'luci-go-osx',
|
| - 'factory': m_remote_run('infra/luci_go'),
|
| + 'factory': m_remote_run('luci_go'),
|
| 'category': 'luci-go',
|
| },
|
| {
|
| 'name': 'luci-go-win64',
|
| - 'factory': m_remote_run('infra/luci_go'),
|
| + 'factory': m_remote_run('luci_go'),
|
| 'category': 'luci-go',
|
| },
|
| {
|
| 'name': 'conda-cipd-pkg-trusty-64',
|
| 'slavebuilddir': 'conda-cipd-pkg',
|
| - 'factory': m_remote_run('infra/build_conda_cipd_pkg'),
|
| + 'factory': m_remote_run('build_conda_cipd_pkg'),
|
| 'category': 'zconda',
|
| },
|
| {
|
| 'name': 'conda-cipd-pkg-mac-10.9-64',
|
| 'slavebuilddir': 'conda-cipd-pkg',
|
| - 'factory': m_remote_run('infra/build_conda_cipd_pkg'),
|
| + 'factory': m_remote_run('build_conda_cipd_pkg'),
|
| 'category': 'zconda',
|
| },
|
| {
|
| 'name': 'conda-cipd-pkg-win-64',
|
| 'slavebuilddir': 'conda-cipd-pkg',
|
| - 'factory': m_remote_run('infra/build_conda_cipd_pkg'),
|
| + 'factory': m_remote_run('build_conda_cipd_pkg'),
|
| 'category': 'zconda',
|
| },
|
| {
|
| 'name': 'recipes-py-continuous',
|
| - 'factory': m_remote_run('infra/recipes_py_continuous'),
|
| + 'factory': m_remote_run('recipes_py_continuous'),
|
| 'category': 'recipes-py',
|
| },
|
| {
|
| 'name': 'depot_tools zip uploader',
|
| 'slavebuilddir': 'depot_tools_uploader',
|
| - 'factory': m_remote_run('infra/depot_tools_builder'),
|
| + 'factory': m_remote_run('depot_tools_builder'),
|
| 'category': 'depot_tools',
|
| },
|
|
|
|
|