From d1f0535f814be4f90f6224586d6ebca5fcd0ac7b Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Thu, 12 Oct 2017 16:35:01 -0700 Subject: [PATCH] Add OpenStack client check to python-rsdclient Add all necessary check for OpenStack client plugin to python-rsdclient project. Change-Id: I683a5dafabc9a7a5b3818f4e755722526cd81392 --- jenkins/scripts/check-osc-plugins.sh | 1 + zuul.d/projects.yaml | 1 + zuul/layout.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/jenkins/scripts/check-osc-plugins.sh b/jenkins/scripts/check-osc-plugins.sh index ab471de97a..823a971646 100755 --- a/jenkins/scripts/check-osc-plugins.sh +++ b/jenkins/scripts/check-osc-plugins.sh @@ -48,6 +48,7 @@ install_from_source python-muranoclient install_from_source python-neutronclient install_from_source python-octaviaclient install_from_source python-pankoclient +install_from_source python-rsdclient install_from_source python-saharaclient install_from_source python-searchlightclient install_from_source python-senlinclient diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 6efc70fdf6..d01ecaa447 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -27808,6 +27808,7 @@ - merge-check - openstack-python-jobs - openstack-python35-jobs + - osc-plugin-jobs - publish-to-pypi - project: diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 67a2f24168..0337aea392 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -16344,6 +16344,7 @@ projects: - name: openstack/python-rsdclient template: - name: merge-check + - name: osc-plugin-jobs - name: python-jobs - name: python35-jobs - name: publish-to-pypi