
Introduce new IR plugin option '--failfast' to abort execution at the first failing workflow step Change-Id: Ia79968cf7846f33fdaa05ac5bd511b614ae0784a
34 lines
950 B
YAML
34 lines
950 B
YAML
---
|
|
|
|
# Directoies where files has to be deployed to
|
|
|
|
clean_deploy_dir: false
|
|
|
|
test_deploy_dirs:
|
|
# test suite directory
|
|
- clean_dir: '{{ clean_deploy_dir }}'
|
|
dest_dir: '{{ test_dir }}'
|
|
dest_mode: '{{ test_mode }}'
|
|
dest_user: '{{ test_user }}'
|
|
dest_group: '{{ test_group }}'
|
|
git_repo: '{{ test_git_repo }}'
|
|
git_refspec: '{{ test_git_refspec }}'
|
|
git_remote: '{{ test_git_remote }}'
|
|
git_version: '{{ test_git_version }}'
|
|
src_dir: '{{ test_src_dir }}'
|
|
|
|
# Tobiko framework directory
|
|
- clean_dir: '{{ clean_deploy_dir }}'
|
|
dest_dir: '{{ tobiko_dir }}'
|
|
dest_mode: '{{ tobiko_mode }}'
|
|
dest_user: '{{ tobiko_user }}'
|
|
dest_group: '{{ tobiko_group }}'
|
|
git_repo: '{{ tobiko_git_repo }}'
|
|
git_refspec: '{{ tobiko_git_refspec }}'
|
|
git_remote: '{{ tobiko_git_remote }}'
|
|
git_version: '{{ tobiko_git_version }}'
|
|
src_dir: '{{ tobiko_src_dir }}'
|
|
|
|
bindep_file: bindep.txt
|
|
bindep_profiles: test
|