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 3588ccadd9 Reinstate emr version 6.7.0 in example dags (#37729)
3588ccadd9 is described below

commit 3588ccadd90530c1ec6ccdfc8e53564dd7c0f631
Author: Niko Oliveira <[email protected]>
AuthorDate: Mon Feb 26 23:05:35 2024 -0800

    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 ffa98a2c8f..3efac9eda2 100644
--- a/tests/system/providers/amazon/aws/example_emr.py
+++ b/tests/system/providers/amazon/aws/example_emr.py
@@ -71,7 +71,7 @@ SPARK_STEPS = [
 
 JOB_FLOW_OVERRIDES: dict[str, Any] = {
     "Name": "PiCalc",
-    "ReleaseLabel": "emr-7.0.0",
+    "ReleaseLabel": "emr-6.7.0",
     "Applications": [{"Name": "Spark"}],
     "Instances": {
         "InstanceGroups": [

Reply via email to