Skip to content

Commit

Permalink
Skip RG deletion step
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchansenlaskar committed Feb 24, 2025
1 parent 873ee9b commit 6fd9161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/sut_orchestrator/azure/platform_.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ def _delete_environment(self, environment: Environment, log: Logger) -> None:
)
if not az_rg_exists:
return
return
log.info(
f"deleting resource group: {resource_group_name}, "
f"wait: {self._azure_runbook.wait_delete}"
Expand Down

0 comments on commit 6fd9161

Please sign in to comment.