Skip to content

Commit

Permalink
temp removing conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzkoper committed Jan 9, 2025
1 parent 7b45d42 commit 36990f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ansible/kayobe-automation-run-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,8 @@
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
--env TEMPEST_NO_PROXY_EXTRA
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
{% if lookup('env', 'TEMPEST_HTTP_PROXY') != '' -%}
--env TEMPEST_HTTP_PROXY
{% endif -%}
{% if lookup('env', 'TEMPEST_HTTPS_PROXY') != '' -%}
--env TEMPEST_HTTPS_PROXY
{% endif -%}
{% if tempest_load_list_path is defined -%}
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
{% endif -%}
Expand Down

0 comments on commit 36990f1

Please sign in to comment.