Skip to content

Commit

Permalink
Use more recent release label in example_emr_eks system test (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck authored Feb 15, 2024
1 parent 4905e99 commit 2a0f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/providers/amazon/aws/example_emr_eks.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def delete_virtual_cluster(virtual_cluster_id):
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",
Expand Down

0 comments on commit 2a0f3d2

Please sign in to comment.