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: I80b1cfd20e013ef89eb9f64b38f9ee083f600e81
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-20 16:03:13 -04:00
parent 99eb9a2d7d
commit 4a9fe4b133
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
11 changed files with 33 additions and 110 deletions

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-dib-dsvm-functests-python2-centos-7-extras from old
job gate-dib-dsvm-functests-python2-centos-7-extras-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python2-centos-7-image from old
job gate-dib-dsvm-functests-python2-centos-7-image-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python2-centos-7 from old job
gate-dib-dsvm-functests-python2-centos-7
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python2-opensuse-423 from old
job gate-dib-dsvm-functests-python2-opensuse-423-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python2-ubuntu-trusty-extras from
old job gate-dib-dsvm-functests-python2-ubuntu-trusty-extras-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python2-ubuntu-trusty-image from
old job gate-dib-dsvm-functests-python2-ubuntu-trusty-image-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python2-ubuntu-trusty from old
job gate-dib-dsvm-functests-python2-ubuntu-trusty
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python3-extras from old job gate-dib-dsvm-functests-python3-ubuntu-xenial-extras-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -22,16 +25,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python3-image from old job gate-dib-dsvm-functests-python3-ubuntu-xenial-image-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -22,16 +25,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python3-opensuse-423 from old
job gate-dib-dsvm-functests-python3-opensuse-423-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -23,16 +26,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
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-dib-dsvm-functests-python3 from old job gate-dib-dsvm-functests-python3-ubuntu-xenial
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -22,16 +25,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cd ~/openstack/diskimage-builder
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u