From 9b03bb45723be1d0c21641949cb6d07d84a20b0a Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Sat, 13 Aug 2016 13:47:57 -0600 Subject: [PATCH] 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 --- jenkins/jobs/puppet-module-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/puppet-module-jobs.yaml b/jenkins/jobs/puppet-module-jobs.yaml index 69f227f3e8..046bb55c7a 100644 --- a/jenkins/jobs/puppet-module-jobs.yaml +++ b/jenkins/jobs/puppet-module-jobs.yaml @@ -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: |