4 changed files with 0 additions and 32 deletions
@ -1,9 +0,0 @@
|
||||
- hosts: all |
||||
tasks: |
||||
|
||||
- name: Collect generate-labs generated files |
||||
synchronize: |
||||
dest: "{{ zuul.executor.work_root }}/artifacts" |
||||
mode: pull |
||||
src: "src/{{ zuul.project.canonical_name }}/build/" |
||||
verify_host: true |
@ -1,6 +0,0 @@
|
||||
- hosts: all |
||||
roles: |
||||
- role: bindep |
||||
bindep_dir: "{{ zuul_work_dir }}" |
||||
- test-setup |
||||
- revoke-sudo |
@ -1,6 +0,0 @@
|
||||
- hosts: all |
||||
tasks: |
||||
- name: Run tools/generate-labs |
||||
command: bash -xe tools/generate-labs '{{ zuul.branch }}' |
||||
args: |
||||
chdir: '{{ zuul.project.src_dir }}' |
Loading…
Reference in new issue