Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use less verbose input descriptions #26

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions roles/github/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ github_tempest_test_suites: |
github_kayobe_limit_input: |
kayobe_limit:
description: |
The ansible limit to use when running kayobe playbooks.
--limit

github_kayobe_tags_input: |
kayobe_tags:
description: |
The ansible tags to use when running kayobe playbooks.
--tags

github_kolla_limit_input: |
kolla_limit:
description: |
The ansible limit to use for kolla-ansible playbooks.
--kolla-limit

github_kolla_tags_input: |
kolla_tags:
description: |
The ansible tags to use when running kolla-ansible playbooks.
--kolla-tags

github_kayobe_environment_input: |
{%- if github_environment_selector == 'input' -%}
Expand Down
2 changes: 1 addition & 1 deletion roles/github/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ github_kayobe_dispatch_inputs:
- "{{ github_kayobe_tags_input }}"

github_kolla_dispatch_inputs:
- "{{ github_kolla_tags_input }}"
- "{{ github_kolla_limit_input }}"
- "{{ github_kolla_tags_input }}"

github_kayobe_task_arguments:
- KAYOBE_TAGS
Expand Down
Loading