From 06751ce8b47dfd1a83464baeeeef11a3d6714d5e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 10 Oct 2013 20:09:56 +0200 Subject: [PATCH] Add Debian/SLES to profileos for Install Guide We want to profile for Debian and SLES as well in this Guide. Change-Id: I671fd0f8360a35b3ebf269ffef49f6bd6a1826e5 --- .../files/jenkins_job_builder/config/projects.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7f08fb5454..80433552e0 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1429,12 +1429,12 @@ - openstack-install-deploy-guide-{distribution}: distribution: opensuse system: zypper - profileos: "opensuse" + profileos: "opensuse;sles" - openstack-install-deploy-guide-{distribution}: distribution: ubuntu system: apt - profileos: "ubuntu" + profileos: "ubuntu;debian" # in zuul/layout.yaml specified to only run against # stable/folsom and grizzly branches.