Stop using slave_scripts/install-distro-packages.sh

Migrate the legacy job to start using our bindep role from zuul-jobs.
This will allow openstack-infra to delete
slave_scripts/install-distro-packages.sh in the future.

Change-Id: I3ca7975f233ea9a564778446c9e34aea615df56f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-20 15:16:07 -04:00
parent 6d98fcf09a
commit 04092a3f20
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
3 changed files with 8 additions and 2 deletions

View File

@ -14,3 +14,5 @@ liberasurecode-dev [platform:dpkg]
liberasurecode-devel [platform:rpm !platform:centos]
python-dev [platform:dpkg]
python-devel [platform:rpm]
zlib-devel [platform:rpm]
zlib1g-dev [platform:dpkg]

View File

@ -1,5 +1,8 @@
- hosts: all
name: Autoconverted job legacy-libec-pyeclib-unit-centos-7 from old job gate-libec-pyeclib-unit-centos-7
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -18,7 +21,6 @@
openstack/pyeclib
# build libec
cd openstack/liberasurecode
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
./autogen.sh
./configure
make

View File

@ -1,5 +1,8 @@
- hosts: all
name: Autoconverted job legacy-libec-pyeclib-unit from old job gate-libec-pyeclib-unit-ubuntu-xenial
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -18,7 +21,6 @@
openstack/pyeclib
# build libec
cd openstack/liberasurecode
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
./autogen.sh
./configure
make