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:
parent
04be32adbe
commit
7e67272da1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user