vandonr-amz commented on code in PR #31191:
URL: https://github.com/apache/airflow/pull/31191#discussion_r1190453025


##########
tests/system/providers/amazon/aws/example_eks_with_nodegroups.py:
##########
@@ -132,8 +132,8 @@ def delete_launch_template(template_name: str):
         cmds=["sh", "-c", "echo Test Airflow; date"],
         labels={"demo": "hello_world"},
         get_logs=True,
-        # Delete the pod when it reaches its final state, or the execution is 
interrupted.
-        is_delete_operator_pod=True,
+        # Keep the pod alive, so we can describe it in case of trouble. It's 
deleted with the cluster anyway.

Review Comment:
   that's actually the only test where this is part of the doc example :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to