| { |
| 'variables': { |
| 'files': [ |
| {% for path in mandatory_paths %}'{{ relative_path }}/{{ path }}/', |
| {% endfor %}], |
| }, |
| 'conditions': [ |
| ['OS=="{{ os_platform }}"', { |
| 'variables': { |
| 'command': [ |
| '{{ relative_path }}/continuous-tests/cq/scripts/tools/run_recipe.py', |
| '{{ valid_test_name }}', |
| '--eureka-root={{ remote_home_dir }}', |
| '--properties={% raw %}{{% endraw %}{% for key, value in props.iteritems() %}"{{ key }}": "{{ value }}", {% endfor %}"recipe_tmp_dir": "{{ recipe_tmp_dir }}"{% raw %}}{% endraw %}' |
| ], |
| }, |
| }], |
| ], |
| } |