This is an automated email from the ASF dual-hosted git repository.
ferruzzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 5dfea277fff Update trigger rule in `example_emr_eks.py` (#62228)
5dfea277fff is described below
commit 5dfea277fffd3838c773776132faa77fbf5279af
Author: Vincent <[email protected]>
AuthorDate: Fri Feb 20 19:22:13 2026 -0500
Update trigger rule in `example_emr_eks.py` (#62228)
---
providers/amazon/tests/system/amazon/aws/example_emr_eks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/amazon/tests/system/amazon/aws/example_emr_eks.py
b/providers/amazon/tests/system/amazon/aws/example_emr_eks.py
index 4a077dc8cb9..6c703dc8c35 100644
--- a/providers/amazon/tests/system/amazon/aws/example_emr_eks.py
+++ b/providers/amazon/tests/system/amazon/aws/example_emr_eks.py
@@ -123,7 +123,7 @@ def run_eksctl_commands(cluster_name, ns):
raise RuntimeError(err)
-@task
+@task(trigger_rule=TriggerRule.ALL_DONE)
def delete_iam_oidc_identity_provider(cluster_name):
oidc_provider_issuer_url = boto3.client("eks").describe_cluster(
name=cluster_name,