Fix cross project jobs

In Idd9ea75ad31d46093e85a05619fe33c85f4c9ed9 we removed the usage of
install-distro-packages.sh, however I didn't realize these jobs were
shared with shade. As a results, when shade patches ran these jobs, we
didn't properly install the OS packages in bifrost bindep.txt file.
This fixes that.

Change-Id: Iee9844206a8b7ccb11f5480da3a992fda7c567f6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-25 12:36:59 -04:00
parent b3b36e2a99
commit 1c3b45bc57
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
9 changed files with 18 additions and 9 deletions

View File

@ -1,7 +1,8 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-dhcp-centos-7 from old job gate-bifrost-integration-dhcp-centos-7-nv
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -2,7 +2,8 @@
name: Autoconverted job legacy-bifrost-integration-dhcp-opensuse-423 from old job
gate-bifrost-integration-dhcp-opensuse-423-nv
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -1,7 +1,8 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-dhcp from old job gate-bifrost-integration-dhcp-ubuntu-xenial-nv
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -2,7 +2,8 @@
name: Autoconverted job legacy-bifrost-integration-dibipa-debian-centos-7 from old
job gate-bifrost-integration-dibipa-debian-centos-7-nv
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -2,7 +2,8 @@
name: Autoconverted job legacy-bifrost-integration-dibipa-debian-opensuse-423 from
old job gate-bifrost-integration-dibipa-debian-opensuse-423-nv
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -1,7 +1,8 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-dibipa-debian from old job gate-bifrost-integration-dibipa-debian-ubuntu-xenial-nv
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -2,7 +2,8 @@
name: Autoconverted job legacy-bifrost-integration-tinyipa-centos-7 from old job
gate-bifrost-integration-tinyipa-centos-7
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -2,7 +2,8 @@
name: Autoconverted job legacy-bifrost-integration-tinyipa-opensuse-423 from old
job gate-bifrost-integration-tinyipa-opensuse-423
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks:

View File

@ -1,7 +1,8 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-tinyipa from old job gate-bifrost-integration-tinyipa-ubuntu-xenial
roles:
- bindep
- role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}"
tasks: