From 3588ccadd90530c1ec6ccdfc8e53564dd7c0f631 Mon Sep 17 00:00:00 2001 From: Niko Oliveira Date: Mon, 26 Feb 2024 23:05:35 -0800 Subject: [PATCH] Reinstate emr version 6.7.0 in example dags (#37729) A recent change bumped this version but it was (in theory) not required for the intended fix. Reducing back to this known working version that is compatible with host patching code for AL2. --- tests/system/providers/amazon/aws/example_emr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/providers/amazon/aws/example_emr.py b/tests/system/providers/amazon/aws/example_emr.py index ffa98a2c8fc74..3efac9eda2ee8 100644 --- a/tests/system/providers/amazon/aws/example_emr.py +++ b/tests/system/providers/amazon/aws/example_emr.py @@ -71,7 +71,7 @@ JOB_FLOW_OVERRIDES: dict[str, Any] = { "Name": "PiCalc", - "ReleaseLabel": "emr-7.0.0", + "ReleaseLabel": "emr-6.7.0", "Applications": [{"Name": "Spark"}], "Instances": { "InstanceGroups": [