Skip to content

Commit b8a7737

Browse files
authored
Disable non-serverless integration_whl tests on direct (#3185)
It was enabled prematurely in #3162
1 parent b266352 commit b8a7737

File tree

12 files changed

+14
-6
lines changed

12 files changed

+14
-6
lines changed

acceptance/bundle/integration_whl/base/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = false
33
CloudSlow = true
44

55
[EnvMatrix]
6-
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
6+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."

acceptance/bundle/integration_whl/custom_params/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = false
33
CloudSlow = true
44

55
[EnvMatrix]
6-
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
6+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."

acceptance/bundle/integration_whl/interactive_cluster/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = false
33
CloudSlow = true
44

55
[EnvMatrix]
6-
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
6+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."

acceptance/bundle/integration_whl/interactive_single_user/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = false
33
CloudSlow = true
44

55
[EnvMatrix]
6-
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
6+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."

acceptance/bundle/integration_whl/wrapper/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CloudSlow = true
66
gcp = false
77

88
[EnvMatrix]
9-
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
9+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Temporarily disabling due to DBR release breakage.
22
CloudEnvs.gcp = false
3+
4+
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."

0 commit comments

Comments
 (0)