Merge "Update list_allowed variables"

This commit is contained in:
Zuul 2021-08-07 05:13:15 +00:00 committed by Gerrit Code Review
commit 19e8bdff5f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
- name: Load tests to be executed
vars:
list_allowed_release: "{{ (osp_release is defined) | ternary(osp_release, release) }}"
list_allowed_job: "{{ (tempest_allowed_group is defined) | ternary(omit, zuul.job) }}"
list_allowed_job: "{{ zuul.job | default(omit) }}"
list_allowed_group: "{{ tempest_allowed_group | default(omit) }}"
include_role:
name: list_allowed