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: I6b07be9b7912ff226991552b9be6dc9999416b56 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
59c66c9100
commit
209182c3ee
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-barbican from old job gate-bandit-integration-barbican
|
name: Autoconverted job legacy-bandit-integration-barbican from old job gate-bandit-integration-barbican
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-glance from old job gate-bandit-integration-glance
|
name: Autoconverted job legacy-bandit-integration-glance from old job gate-bandit-integration-glance
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-glance_store from old job gate-bandit-integration-glance_store
|
name: Autoconverted job legacy-bandit-integration-glance_store from old job gate-bandit-integration-glance_store
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-keystone from old job gate-bandit-integration-keystone
|
name: Autoconverted job legacy-bandit-integration-keystone from old job gate-bandit-integration-keystone
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-keystonemiddleware from old job
|
name: Autoconverted job legacy-bandit-integration-keystonemiddleware from old job
|
||||||
gate-bandit-integration-keystonemiddleware
|
gate-bandit-integration-keystonemiddleware
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -8,11 +11,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-magnum from old job gate-bandit-integration-magnum
|
name: Autoconverted job legacy-bandit-integration-magnum from old job gate-bandit-integration-magnum
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-oslo.config from old job gate-bandit-integration-oslo.config
|
name: Autoconverted job legacy-bandit-integration-oslo.config from old job gate-bandit-integration-oslo.config
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-oslo.log from old job gate-bandit-integration-oslo.log
|
name: Autoconverted job legacy-bandit-integration-oslo.log from old job gate-bandit-integration-oslo.log
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-oslo.service from old job gate-bandit-integration-oslo.service
|
name: Autoconverted job legacy-bandit-integration-oslo.service from old job gate-bandit-integration-oslo.service
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-oslo.utils from old job gate-bandit-integration-oslo.utils
|
name: Autoconverted job legacy-bandit-integration-oslo.utils from old job gate-bandit-integration-oslo.utils
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-oslo.vmware from old job gate-bandit-integration-oslo.vmware
|
name: Autoconverted job legacy-bandit-integration-oslo.vmware from old job gate-bandit-integration-oslo.vmware
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-python-keystoneclient from old
|
name: Autoconverted job legacy-bandit-integration-python-keystoneclient from old
|
||||||
job gate-bandit-integration-python-keystoneclient
|
job gate-bandit-integration-python-keystoneclient
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -8,11 +11,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-python-magnumclient from old job
|
name: Autoconverted job legacy-bandit-integration-python-magnumclient from old job
|
||||||
gate-bandit-integration-python-magnumclient
|
gate-bandit-integration-python-magnumclient
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -8,11 +11,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
name: Autoconverted job legacy-bandit-integration-sahara from old job gate-bandit-integration-sahara
|
name: Autoconverted job legacy-bandit-integration-sahara from old job gate-bandit-integration-sahara
|
||||||
|
roles:
|
||||||
|
- bindep
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Ensure legacy workspace directory
|
- name: Ensure legacy workspace directory
|
||||||
@ -7,11 +10,6 @@
|
|||||||
path: '{{ ansible_user_dir }}/workspace'
|
path: '{{ ansible_user_dir }}/workspace'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- shell:
|
|
||||||
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
|
||||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
set -u
|
set -u
|
||||||
|
Loading…
Reference in New Issue
Block a user