Avoid using tobiko-deploy for DevStack CI jobs
Zuul is already expected to deploy projects to remote hosts Change-Id: Ida12be01ab3a568f3887db97188e2675b6ffd1d4
This commit is contained in:
parent
73ed19ced5
commit
71fee65f97
@ -3,4 +3,4 @@
|
||||
- hosts: tempest
|
||||
roles:
|
||||
- tobiko-zuul
|
||||
- tobiko-post-run
|
||||
- tobiko-collect
|
||||
|
@ -3,7 +3,7 @@
|
||||
- hosts: tempest
|
||||
roles:
|
||||
- tobiko-zuul
|
||||
- tobiko-pre-run
|
||||
- tobiko-configure
|
||||
|
||||
|
||||
- hosts: all
|
||||
|
@ -1,9 +1,6 @@
|
||||
---
|
||||
|
||||
tobiko_src_dir: "{{ zuul.executor.work_root }}/{{ zuul.projects['opendev.org/x/tobiko'].src_dir }}"
|
||||
tobiko_user: 'zuul'
|
||||
tobiko_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/x/tobiko'].src_dir }}"
|
||||
|
||||
test_src_dir: '{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}'
|
||||
test_dir: '{{ tobiko_dir }}'
|
||||
test_user: 'zuul'
|
||||
test_dir: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}'
|
||||
test_collect_dir: '{{ zuul.executor.log_root }}'
|
||||
|
Loading…
Reference in New Issue
Block a user