From 27c600701afb5bc89673a3b32c4a8775230bed6f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 28 Oct 2013 09:49:18 +0100 Subject: [PATCH] Split Install Guide into Debian and Ubuntu guides We now build a separate guide for Debian, the changes are too large. Change-Id: I256185542db72ea46eaf92bdd689c2ddafbc9c9f --- .../files/jenkins_job_builder/config/projects.yaml | 7 ++++++- modules/openstack_project/files/zuul/layout.yaml | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index ba31a8fb2c..a9d77c533d 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1547,6 +1547,11 @@ - 'openstack-{manual}' + - openstack-install-deploy-guide-{distribution}: + distribution: debian + system: apt-debian + profileos: "debian" + - openstack-install-deploy-guide-{distribution}: distribution: fedora system: yum @@ -1560,7 +1565,7 @@ - openstack-install-deploy-guide-{distribution}: distribution: ubuntu system: apt - profileos: "ubuntu;debian" + profileos: "ubuntu" # in zuul/layout.yaml specified to only run against # stable/folsom and grizzly branches. diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index f5b22314eb..59d6ccdad7 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -224,6 +224,8 @@ jobs: # Documentation targets for master and future stable branches: - name: openstack-config-reference branch: ^(?!stable/(folsom|grizzly)).*$ + - name: openstack-install-deploy-guide-debian + branch: ^(?!stable/(folsom|grizzly)).*$ - name: openstack-install-deploy-guide-fedora branch: ^(?!stable/(folsom|grizzly)).*$ - name: openstack-install-deploy-guide-opensuse @@ -2162,6 +2164,7 @@ projects: - openstack-config-reference - openstack-docs-site - openstack-ha-guide + - openstack-install-deploy-guide-debian - openstack-install-deploy-guide-fedora - openstack-openstack-install-fedora-old - openstack-install-deploy-guide-opensuse