Skip to content

20231002.00

Compare
Choose a tag to compare
@guesttestinfra-bot guesttestinfra-bot released this 02 Oct 20:37
28e4813
Update activation retry logic and logging (#236)

* Update activation retry logic and logging

Clarifies when the script is giving up after max retry attempts; Better for parsing in the event of failure.

* Fix quotation for variable expansion

Needed after moving the variable up

* Move final error logic inside retry loop

Better logging and actually retries 3 times

* Update activate_instance.ps1