Updated laravel legacy jobs

moved bindep role from roles list to include_role element
inside tasks definition list to ensure the execution order:
* first add the php7 ppa
* then run the bindep role

Change-Id: Ibbdd9350e991cedfe5bfde8097c7dab5ee9c605d
This commit is contained in:
Sebastian Marcet 2019-01-09 11:07:12 -03:00
parent 04be32adbe
commit 7e67272da1
3 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,5 @@
- hosts: all
name: Autoconverted job legacy-laravel-openstackid-release-branch from old job laravel-openstackid-release-branch
roles:
- bindep
tasks:
@ -49,6 +47,9 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- include_role:
name: bindep
- shell:
cmd: |
set -x

View File

@ -1,7 +1,5 @@
- hosts: all
name: Autoconverted job legacy-laravel-openstackid-release-master from old job laravel-openstackid-release-master
roles:
- bindep
tasks:
@ -49,6 +47,9 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- include_role:
name: bindep
- shell:
cmd: |
set -x

View File

@ -1,7 +1,5 @@
- hosts: all
name: Autoconverted job legacy-laravel-openstackid-unittests from old job gate-laravel-openstackid-unittests
roles:
- bindep
tasks:
@ -49,6 +47,9 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- include_role:
name: bindep
- shell:
cmd: |
set -x