You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/throttle/group_vars/all.yml

5 lines
219 B
YAML

---
throttledir: '{{ base_throttledir }}/{{ subdir }}'
base_throttledir: "{{ lookup('env', 'OUTPUT_DIR') }}/throttle.dir"
subdir: "{{ test_id if lookup('env', 'SELECTED_STRATEGY') in ['free', 'host_pinned'] else '' }}"