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: Idd9ea75ad31d46093e85a05619fe33c85f4c9ed9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-20 15:31:20 -04:00
parent 50c7edb9d8
commit 4c21783b5a
9 changed files with 27 additions and 45 deletions

View File

@ -1,5 +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
tasks:
- name: Ensure legacy workspace directory
@ -42,11 +45,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-dhcp-opensuse-423 from old job
gate-bifrost-integration-dhcp-opensuse-423-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,11 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,5 +1,8 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-dhcp from old job gate-bifrost-integration-dhcp-ubuntu-xenial-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -42,11 +45,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-dibipa-debian-centos-7 from old
job gate-bifrost-integration-dibipa-debian-centos-7-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,11 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-dibipa-debian-opensuse-423 from
old job gate-bifrost-integration-dibipa-debian-opensuse-423-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,11 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,5 +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
tasks:
- name: Ensure legacy workspace directory
@ -42,11 +45,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-tinyipa-centos-7 from old job
gate-bifrost-integration-tinyipa-centos-7
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,11 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-tinyipa-opensuse-423 from old
job gate-bifrost-integration-tinyipa-opensuse-423
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,11 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u

View File

@ -1,5 +1,8 @@
- hosts: all
name: Autoconverted job legacy-bifrost-integration-tinyipa from old job gate-bifrost-integration-tinyipa-ubuntu-xenial
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -42,11 +45,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u