This is an automated email from the ASF dual-hosted git repository.
eladkal 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 2a0f3d2980 Use more recent release label in `example_emr_eks` system
test (#37429)
2a0f3d2980 is described below
commit 2a0f3d29805d121429c9788bca32b57858136dc1
Author: Vincent <[email protected]>
AuthorDate: Wed Feb 14 22:07:28 2024 -0800
Use more recent release label in `example_emr_eks` system test (#37429)
---
tests/system/providers/amazon/aws/example_emr_eks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/system/providers/amazon/aws/example_emr_eks.py
b/tests/system/providers/amazon/aws/example_emr_eks.py
index 428c16f450..1fec9431ad 100644
--- a/tests/system/providers/amazon/aws/example_emr_eks.py
+++ b/tests/system/providers/amazon/aws/example_emr_eks.py
@@ -275,7 +275,7 @@ with DAG(
task_id="start_job",
virtual_cluster_id=str(create_emr_eks_cluster.output),
execution_role_arn=job_role_arn,
- release_label="emr-6.3.0-latest",
+ release_label="emr-7.0.0-latest",
job_driver=job_driver_arg,
configuration_overrides=configuration_overrides_arg,
name="pi.py",