Skip to content

Commit

Permalink
bulk update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuta-yoshimatsu committed May 15, 2024
1 parent b4255e8 commit f080c3e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-aws-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-aws-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-gcp-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-gcp-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-msa-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-msa-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion RUNME.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f080c3e

Please sign in to comment.