From f080c3ecfbc4228ec4550d48340cae197b412743 Mon Sep 17 00:00:00 2001 From: Ryuta Yoshimatsu Date: Wed, 15 May 2024 13:58:28 +0200 Subject: [PATCH] bulk update --- .github/workflows/integration-test-aws-pr.yml | 2 +- .github/workflows/integration-test-aws-push.yml | 2 +- .github/workflows/integration-test-gcp-pr.yml | 2 +- .github/workflows/integration-test-gcp-push.yml | 2 +- .github/workflows/integration-test-msa-pr.yml | 2 +- .github/workflows/integration-test-msa-push.yml | 2 +- RUNME.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration-test-aws-pr.yml b/.github/workflows/integration-test-aws-pr.yml index d3ba84c..094fbc6 100644 --- a/.github/workflows/integration-test-aws-pr.yml +++ b/.github/workflows/integration-test-aws-pr.yml @@ -19,7 +19,7 @@ jobs: new-cluster-json: > { "num_workers": 0, - "spark_version": "15.2.x-cpu-ml-scala2.12", + "spark_version": "14.3.x-cpu-ml-scala2.12", "node_type_id": "i3.xlarge", "aws_attributes": { "availability": "ON_DEMAND" diff --git a/.github/workflows/integration-test-aws-push.yml b/.github/workflows/integration-test-aws-push.yml index f4d1f52..63750b5 100644 --- a/.github/workflows/integration-test-aws-push.yml +++ b/.github/workflows/integration-test-aws-push.yml @@ -23,7 +23,7 @@ jobs: new-cluster-json: > { "num_workers": 0, - "spark_version": "15.2.x-cpu-ml-scala2.12", + "spark_version": "14.3.x-cpu-ml-scala2.12", "node_type_id": "i3.xlarge", "aws_attributes": { "availability": "ON_DEMAND" diff --git a/.github/workflows/integration-test-gcp-pr.yml b/.github/workflows/integration-test-gcp-pr.yml index 94acb36..99ef6b7 100644 --- a/.github/workflows/integration-test-gcp-pr.yml +++ b/.github/workflows/integration-test-gcp-pr.yml @@ -19,7 +19,7 @@ jobs: new-cluster-json: > { "num_workers": 0, - "spark_version": "15.2.x-cpu-ml-scala2.12", + "spark_version": "14.3.x-cpu-ml-scala2.12", "node_type_id": "n1-highmem-4", "gcp_attributes": { "availability": "ON_DEMAND_GCP" diff --git a/.github/workflows/integration-test-gcp-push.yml b/.github/workflows/integration-test-gcp-push.yml index 6439f15..a379991 100644 --- a/.github/workflows/integration-test-gcp-push.yml +++ b/.github/workflows/integration-test-gcp-push.yml @@ -23,7 +23,7 @@ jobs: new-cluster-json: > { "num_workers": 0, - "spark_version": "15.2.x-cpu-ml-scala2.12", + "spark_version": "14.3.x-cpu-ml-scala2.12", "node_type_id": "n1-highmem-4", "gcp_attributes": { "availability": "ON_DEMAND_GCP" diff --git a/.github/workflows/integration-test-msa-pr.yml b/.github/workflows/integration-test-msa-pr.yml index 6abba09..a9472a8 100644 --- a/.github/workflows/integration-test-msa-pr.yml +++ b/.github/workflows/integration-test-msa-pr.yml @@ -18,7 +18,7 @@ jobs: new-cluster-json: > { "num_workers": 0, - "spark_version": "15.2.x-cpu-ml-scala2.12", + "spark_version": "14.3.x-cpu-ml-scala2.12", "node_type_id": "Standard_DS3_v2", "azure_attributes": { "availability": "ON_DEMAND_AZURE" diff --git a/.github/workflows/integration-test-msa-push.yml b/.github/workflows/integration-test-msa-push.yml index 33bee9c..4ef47f2 100644 --- a/.github/workflows/integration-test-msa-push.yml +++ b/.github/workflows/integration-test-msa-push.yml @@ -22,7 +22,7 @@ jobs: new-cluster-json: > { "num_workers": 0, - "spark_version": "15.2.x-cpu-ml-scala2.12", + "spark_version": "14.3.x-cpu-ml-scala2.12", "node_type_id": "Standard_D3_v2", "azure_attributes": { "availability": "ON_DEMAND_AZURE" diff --git a/RUNME.py b/RUNME.py index 7657563..932e0f5 100644 --- a/RUNME.py +++ b/RUNME.py @@ -61,7 +61,7 @@ { "job_cluster_key": "mmf_cluster", "new_cluster": { - "spark_version": "15.2.x-cpu-ml-scala2.12", + "spark_version": "14.3.x-cpu-ml-scala2.12", "spark_conf": { "spark.databricks.delta.formatCheck.enabled": "false", "spark.databricks.delta.schema.autoMerge.enabled": "true"