6435b3745a
This defines the nova-cells-v1 job, based the tempest-dsvm-cells job from openstack-zuul-jobs. The branch override parts of the job definition are removed since the job will be defined per-branch now (we'll also have to backport this to stable/queens). There will be related changes to project-config, devstack, tempest and openstack-zuul-jobs on this topic branch to use the new job name. Part of blueprint remove-nova-network Change-Id: I25c87f27c69e0cdb74e8553305a09cb85f43d87e
16 lines
411 B
YAML
16 lines
411 B
YAML
- hosts: primary
|
|
tasks:
|
|
|
|
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
|
synchronize:
|
|
src: '{{ ansible_user_dir }}/workspace/'
|
|
dest: '{{ zuul.executor.log_root }}'
|
|
mode: pull
|
|
copy_links: true
|
|
verify_host: true
|
|
rsync_opts:
|
|
- --include=/logs/**
|
|
- --include=*/
|
|
- --exclude=*
|
|
- --prune-empty-dirs
|