Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Sep 11, 2024
1 parent 10ecc7a commit 5950510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/runners/lisa_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def _deploy_environment_task(
self._log.info(
f"[{environment.name}] Deployment failed, retrying... (Attempt {attempt + 1}/{max_retries})"
)
environment.status = EnvironmentStatus.New

def _initialize_environment_task(
self, environment: Environment, test_results: List[TestResult]
Expand Down

0 comments on commit 5950510

Please sign in to comment.