Update puppet integration jobs to use bindep.txt
Remove the hard coded usage of other-requirements.txt as bindep.txt is the prefered file name. This change unblocks the rename of other-requirements.txt to bindep.txt Change-Id: I5b17ab4550740c835c35d71e1bedff25410c5003
This commit is contained in:
parent
cca6ba8cec
commit
9b03bb4572
@ -189,7 +189,7 @@
|
||||
- puppet-openstack-integration-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PACKAGES=puppet-openstack-integration/other-requirements.txt
|
||||
cd puppet-openstack-integration
|
||||
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
@ -217,7 +217,7 @@
|
||||
- puppet-openstack-integration-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PACKAGES=puppet-openstack-integration/other-requirements.txt
|
||||
cd puppet-openstack-integration
|
||||
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
||||
- puppet-prepare-node
|
||||
- shell: |
|
||||
|
Loading…
Reference in New Issue
Block a user