Skip to content

Commit

Permalink
tempest: add tags to make it possible to not run tempest (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 11, 2024
1 parent 581b3bc commit a5113dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/tempest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
+
(['--exclude-regex', tempest_exclude_regex] if tempest_exclude_regex is defined else [])
}}
tags: run-tempest
block: # noqa: osism-fqcn
- name: Register selected tempest tests
community.docker.docker_container:
Expand Down Expand Up @@ -280,6 +281,7 @@
always:
- name: Remove tempest flavors
delegate_to: localhost
tags: run-tempest
openstack.cloud.compute_flavor:
<<: *os_auth
name: "{{ item.name }}"
Expand Down

0 comments on commit a5113dc

Please sign in to comment.