This is an automated email from the ASF dual-hosted git repository.
potiuk 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 e286bd7192 Pin debian image version for Dataproc SparkR system test
(#43113)
e286bd7192 is described below
commit e286bd71922288b81523569679e665e55f1109af
Author: Maksim <[email protected]>
AuthorDate: Thu Oct 17 14:57:33 2024 -0700
Pin debian image version for Dataproc SparkR system test (#43113)
---
.../tests/system/google/cloud/dataproc/example_dataproc_sparkr.py | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/providers/tests/system/google/cloud/dataproc/example_dataproc_sparkr.py
b/providers/tests/system/google/cloud/dataproc/example_dataproc_sparkr.py
index 39890a501b..1745def926 100644
--- a/providers/tests/system/google/cloud/dataproc/example_dataproc_sparkr.py
+++ b/providers/tests/system/google/cloud/dataproc/example_dataproc_sparkr.py
@@ -66,6 +66,9 @@ CLUSTER_CONFIG = {
"machine_type_uri": "n1-standard-4",
"disk_config": {"boot_disk_type": "pd-standard", "boot_disk_size_gb":
32},
},
+ "software_config": {
+ "image_version": "2.0.116-debian10",
+ },
}
# Jobs definitions