Use custom bindep installer for puppet jobs
This fixes a bug where install-distro-packages fails to properly location the other-requirements.txt file. Change-Id: I80fb2ceab2269189d27ab9b8dcb18d45205c960b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
231c7de1c5
commit
acdbb100f0
@ -177,7 +177,10 @@
|
||||
template-name: "{template-name}"
|
||||
- link-logs
|
||||
- puppet-openstack-integration-checkout
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PACKAGES=puppet-openstack-integration/other-requirements.txt
|
||||
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
cd puppet-openstack-integration
|
||||
@ -202,7 +205,10 @@
|
||||
template-name: "{template-name}"
|
||||
- link-logs
|
||||
- puppet-openstack-integration-checkout
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PACKAGES=puppet-openstack-integration/other-requirements.txt
|
||||
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
||||
- puppet-prepare-node
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
|
Loading…
Reference in New Issue
Block a user