You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging UATs its hard to get some debug logs as all of the resources are removed after the tests are finished. We want to add a flag to the UATs to keep them after notebook execution.
This change requires to pass env variable to the notebook and we need to check this variable in notebook cell before removing resources.
What needs to get done
Implement keep-resources flag.
Definition of Done
Flag is added
The text was updated successfully, but these errors were encountered:
Context
While debugging UATs its hard to get some debug logs as all of the resources are removed after the tests are finished. We want to add a flag to the UATs to keep them after notebook execution.
This change requires to pass env variable to the notebook and we need to check this variable in notebook cell before removing resources.
What needs to get done
Implement
keep-resources
flag.Definition of Done
Flag is added
The text was updated successfully, but these errors were encountered: