DAB unable to validate container local file:///path-to-jar
## Changes
In a runtime container, I need to be able to reference files.
This PR allows the file:/// path (which is valid in databricks templates) to do that.
Currently the CLI attempts to resolve this path when it should now.
Open to feedback here.
Why
When running a containerized job, I have pre-bundled assets that need to be referenced.
If I set the path to file:/// manually via the databricks UX, my job works. If I attempt to do it via the cli, I have this rendering issue.
databricks bundle deploy --target dev
Error: file doesn't exist file:///opt/spark/jars/app.jar
With this change, the asset bundle is deployable.
Tests
Unit testing and manual deployment verification.
@sshpuntoff thanks for the PR! Contributing to CLI requires a signed CLA, if that's something you're willing to do, please reach out with a request to sign CLA to [email protected] and we will take it from there.
Thank you!
@sshpuntoff thanks for the PR! Contributing to CLI requires a signed CLA, if that's something you're willing to do, please reach out with a request to sign CLA to [email protected] and we will take it from there.
Thank you!
CLA should be good to go.
An authorized user can trigger integration tests manually by following the instructions below:
Trigger: go/deco-tests-run/cli
Inputs:
- PR number: 3892
- Commit SHA:
b98535da09efa42128d65205070018ef12b18509
Checks will be approved automatically on success.
@andrewnester - just following up here. CLA is signed and submitted, and PR is approved. Any objection to merging?
Commit: https://github.com/databricks/cli/pull/3892/commits/b98535da09efa42128d65205070018ef12b18509
| Env | π¨βKNOWN | πβflaky | πβRECOVERED | πβSKIP | β βpass | πβskip | Time | |
|---|---|---|---|---|---|---|---|---|
| π¨β | aws linux | 7 | 2 | 371 | 631 | 23:56 | ||
| π¨β | aws windows | 7 | 2 | 373 | 629 | 17:48 | ||
| πβ | aws-ucws linux | 7 | 2 | 514 | 516 | 32:43 | ||
| πβ | aws-ucws windows | 7 | 2 | 516 | 514 | 30:49 | ||
| πβ | azure linux | 3 | 4 | 369 | 630 | 41:56 | ||
| πβ | azure windows | 1 | 4 | 373 | 628 | 25:16 | ||
| πβ | azure-ucws linux | 3 | 4 | 508 | 515 | 33:10 | ||
| πβ | azure-ucws windows | 1 | 4 | 512 | 513 | 27:43 | ||
| πβ | gcp linux | 1 | 4 | 364 | 634 | 23:07 | ||
| πβ | gcp windows | 1 | 4 | 366 | 632 | 19:31 |
12 failing tests:
| Test Name | aws linux | aws windows | aws-ucws linux | aws-ucws windows | azure linux | azure windows | azure-ucws linux | azure-ucws windows | gcp linux | gcp windows | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| π¨β | TestAccept | π¨βK | π¨βK | πβR | πβR | πβf | πβR | πβf | πβR | πβR | πβR |
| πβ | TestAccept/bundle/resources/clusters/deploy/update-after-create | β βp | β βp | β βp | β βp | πβf | β βp | πβf | β βp | β βp | β βp |
| πβ | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp |
| πβ | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp | β βp | β βp |
| πβ | TestAccept/bundle/resources/permissions | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS |
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/with_permissions | π¨βK | π¨βK | πβR | πβR | πβS | πβS | πβS | πβS | πβS | πβS |
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/with_permissions/DATABRICKS_BUNDLE_ENGINE=direct | π¨βK | π¨βK | πβR | πβR | ||||||
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/with_permissions/DATABRICKS_BUNDLE_ENGINE=terraform | π¨βK | π¨βK | πβR | πβR | ||||||
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/without_permissions | π¨βK | π¨βK | πβR | πβR | πβS | πβS | πβS | πβS | πβS | πβS |
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/without_permissions/DATABRICKS_BUNDLE_ENGINE=direct | π¨βK | π¨βK | πβR | πβR | ||||||
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/without_permissions/DATABRICKS_BUNDLE_ENGINE=terraform | π¨βK | π¨βK | πβR | πβR | ||||||
| πβ | TestAccept/bundle/run/app-with-job | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS |
Top 31 slowest tests (at least 2 minutes):
| duration | env | testname |
|---|---|---|
| 12:07 | azure windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 9:37 | azure linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 5:50 | gcp windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 5:35 | azure linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 5:33 | gcp linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 5:30 | gcp windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 5:23 | aws linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 5:17 | aws-ucws windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 5:13 | gcp linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 5:08 | aws-ucws linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 5:07 | azure-ucws windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 4:43 | azure-ucws linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 4:06 | azure-ucws linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 3:12 | azure-ucws linux | TestAccept/bundle/resources/synced_database_tables/basic |
| 2:54 | aws-ucws linux | TestAccept/bundle/resources/registered_models/basic/DATABRICKS_BUNDLE_ENGINE=terraform |
| 2:47 | azure-ucws windows | TestAccept/bundle/resources/synced_database_tables/basic |
| 2:32 | aws linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 2:31 | aws windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 2:29 | azure-ucws windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 2:29 | aws-ucws windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 2:27 | aws-ucws linux | TestAccept |
| 2:25 | aws-ucws windows | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.10 |
| 2:14 | azure windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
| 2:13 | gcp linux | TestAccept |
| 2:09 | aws-ucws windows | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.13 |
| 2:08 | aws-ucws windows | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.11 |
| 2:07 | azure linux | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.13 |
| 2:07 | aws-ucws windows | TestAccept/bundle/resources/registered_models/basic/DATABRICKS_BUNDLE_ENGINE=terraform |
| 2:06 | gcp linux | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.11 |
| 2:04 | aws windows | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct |
| 2:04 | aws-ucws linux | TestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform |
Commit: https://github.com/databricks/cli/commit/4d46dd1ceda1690d7afe5e5d7ef37d6e0d068a44
| Env | ββFAIL | π¨βKNOWN | πβflaky | πβRECOVERED | πβSKIP | β βpass | πβskip | Time | |
|---|---|---|---|---|---|---|---|---|---|
| π¨β | aws linux | 7 | 3 | 3 | 1 | 401 | 618 | 47:45 | |
| π¨β | aws windows | 7 | 2 | 3 | 1 | 404 | 616 | 45:41 | |
| πβ | aws-ucws linux | 10 | 1 | 565 | 497 | 62:56 | |||
| πβ | aws-ucws windows | 10 | 1 | 567 | 495 | 61:35 | |||
| ββ | azure linux | 2 | 7 | 3 | 3 | 396 | 617 | 100:07 | |
| ββ | azure windows | 2 | 1 | 4 | 3 | 3 | 400 | 615 | 96:04 |
| πβ | azure-ucws linux | 6 | 4 | 3 | 555 | 496 | 110:28 | ||
| πβ | azure-ucws windows | 6 | 4 | 3 | 557 | 494 | 94:37 | ||
| πβ | gcp linux | 5 | 4 | 3 | 383 | 624 | 50:59 | ||
| πβ | gcp windows | 4 | 3 | 390 | 622 | 43:48 |
32 failing tests:
| Test Name | aws linux | aws windows | aws-ucws linux | aws-ucws windows | azure linux | azure windows | azure-ucws linux | azure-ucws windows | gcp linux | gcp windows | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| π¨β | TestAccept | π¨βK | π¨βK | πβR | πβR | πβf | π¨βK | πβR | πβR | πβR | πβR |
| ββ | TestAccept/bundle/integration_whl/interactive_cluster | β βp | β βp | β βp | β βp | ββF | β βp | β βp | β βp | β βp | β βp |
| ββ | TestAccept/bundle/integration_whl/interactive_cluster/DATABRICKS_BUNDLE_ENGINE=terraform | β βp | β βp | β βp | β βp | ββF | β βp | β βp | β βp | β βp | β βp |
| πβ | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version | β βp | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp | β βp |
| πβ | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=direct/DATA_SECURITY_MODE=USER_ISOLATION | β βp | β βp | β βp | β βp | β βp | β βp | πβf | πβf | β βp | β βp |
| πβ | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp |
| πβ | TestAccept/bundle/integration_whl/interactive_single_user | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp |
| πβ | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp |
| ββ | TestAccept/bundle/resources/clusters/run/spark_python_task | β βp | β βp | β βp | β βp | πβf | ββF | β βp | πβf | β βp | β βp |
| ββ | TestAccept/bundle/resources/clusters/run/spark_python_task/DATABRICKS_BUNDLE_ENGINE=direct | β βp | β βp | β βp | β βp | β βp | ββF | β βp | β βp | β βp | β βp |
| πβ | TestAccept/bundle/resources/clusters/run/spark_python_task/DATABRICKS_BUNDLE_ENGINE=terraform | β βp | β βp | β βp | β βp | πβf | β βp | β βp | πβf | β βp | β βp |
| πβ | TestAccept/bundle/resources/permissions | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS | πβS |
| πβ | TestAccept/bundle/resources/permissions/factcheck | β βp | β βp | β βp | β βp | πβf | πβf | πβf | πβf | πβs | πβs |
| πβ | TestAccept/bundle/resources/permissions/factcheck/DATABRICKS_BUNDLE_ENGINE=terraform | β βp | β βp | β βp | β βp | πβf | πβf | πβf | πβf | ||
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/with_permissions | π¨βK | π¨βK | πβR | πβR | πβS | πβS | πβS | πβS | πβS | πβS |
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/with_permissions/DATABRICKS_BUNDLE_ENGINE=direct | π¨βK | π¨βK | πβR | πβR | ||||||
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/with_permissions/DATABRICKS_BUNDLE_ENGINE=terraform | π¨βK | π¨βK | πβR | πβR | ||||||
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/without_permissions | π¨βK | π¨βK | πβR | πβR | πβS | πβS | πβS | πβS | πβS | πβS |
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/without_permissions/DATABRICKS_BUNDLE_ENGINE=direct | π¨βK | π¨βK | πβR | πβR | ||||||
| π¨β | TestAccept/bundle/resources/permissions/jobs/destroy_without_mgmtperms/without_permissions/DATABRICKS_BUNDLE_ENGINE=terraform | π¨βK | π¨βK | πβR | πβR | ||||||
| πβ | TestAccept/bundle/run/app-with-job | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR |
| πβ | TestAccept/bundle/run/app-with-job/DATABRICKS_BUNDLE_ENGINE=direct | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR |
| πβ | TestAccept/bundle/run/app-with-job/DATABRICKS_BUNDLE_ENGINE=terraform | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR | πβR |
| πβ | TestAccept/bundle/templates/default-python/integration_classic | β βp | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=direct/UV_PYTHON=3.10 | πβf | β βp | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=direct/UV_PYTHON=3.12 | β βp | πβf | β βp | β βp | β βp | β βp | β βp | β βp | β βp | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=direct/UV_PYTHON=3.13 | πβf | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=direct/UV_PYTHON=3.9 | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp | πβf | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.11 | β βp | β βp | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.12 | β βp | β βp | β βp | β βp | πβf | β βp | β βp | β βp | πβf | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.13 | β βp | β βp | β βp | β βp | β βp | β βp | β βp | β βp | πβf | β βp |
| πβ | TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.9 | πβf | πβf | β βp | β βp | β βp | β βp | β βp | β βp | β βp | β βp |
Top 50 slowest tests (at least 2 minutes):
| duration | env | testname |
|---|---|---|
| 18:16 | azure windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 17:58 | azure windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=USER_ISOLATION |
| 14:57 | azure windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=direct/DATA_SECURITY_MODE=SINGLE_USER |
| 13:19 | azure-ucws windows | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform |
| 13:17 | azure windows | TestAccept/bundle/resources/permissions/factcheck/DATABRICKS_BUNDLE_ENGINE=terraform |
| 12:45 | azure linux | TestAccept/bundle/integration_whl/interactive_cluster/DATABRICKS_BUNDLE_ENGINE=direct |
| 12:15 | azure-ucws linux | TestAccept/bundle/integration_whl/interactive_cluster/DATABRICKS_BUNDLE_ENGINE=terraform |
| 11:20 | azure-ucws linux | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=direct |
| 11:04 | aws-ucws linux | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=terraform |
| 10:54 | aws-ucws windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 10:38 | aws-ucws windows | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=terraform |
| 10:35 | gcp linux | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 10:25 | aws-ucws windows | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=direct |
| 10:17 | gcp windows | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform |
| 10:16 | gcp linux | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform |
| 10:01 | aws-ucws windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=USER_ISOLATION |
| 9:58 | aws-ucws windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=direct/DATA_SECURITY_MODE=SINGLE_USER |
| 9:29 | azure-ucws linux | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=terraform |
| 9:25 | azure-ucws windows | TestAccept/bundle/resources/clusters/run/spark_python_task/DATABRICKS_BUNDLE_ENGINE=terraform |
| 9:10 | azure-ucws linux | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 9:06 | gcp linux | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=terraform |
| 9:03 | azure-ucws windows | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=direct |
| 9:00 | gcp linux | TestAccept/bundle/integration_whl/interactive_cluster/DATABRICKS_BUNDLE_ENGINE=terraform |
| 8:48 | azure-ucws linux | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform |
| 8:44 | azure-ucws windows | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=direct |
| 8:43 | gcp windows | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=terraform |
| 8:35 | aws-ucws linux | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform |
| 8:31 | aws-ucws linux | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=direct |
| 8:29 | azure-ucws linux | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=terraform |
| 8:29 | gcp windows | TestAccept/bundle/integration_whl/interactive_cluster/DATABRICKS_BUNDLE_ENGINE=direct |
| 8:21 | azure-ucws windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 8:14 | azure-ucws windows | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=terraform |
| 8:03 | aws linux | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=USER_ISOLATION |
| 8:03 | azure-ucws linux | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=direct |
| 8:01 | aws linux | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 7:52 | aws-ucws windows | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform |
| 7:50 | gcp linux | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=direct/DATA_SECURITY_MODE=USER_ISOLATION |
| 7:49 | gcp windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=direct/DATA_SECURITY_MODE=USER_ISOLATION |
| 7:49 | azure-ucws linux | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=direct |
| 7:47 | azure windows | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=direct |
| 7:40 | aws-ucws linux | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 7:36 | gcp windows | TestAccept/bundle/run/app-with-job/DATABRICKS_BUNDLE_ENGINE=terraform |
| 7:34 | aws windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=terraform/DATA_SECURITY_MODE=SINGLE_USER |
| 7:30 | gcp linux | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=direct |
| 7:21 | gcp windows | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=direct |
| 7:19 | azure-ucws windows | TestAccept/bundle/resources/model_serving_endpoints/running-endpoint/DATABRICKS_BUNDLE_ENGINE=terraform |
| 7:14 | gcp windows | TestAccept/bundle/integration_whl/interactive_cluster_dynamic_version/DATABRICKS_BUNDLE_ENGINE=direct/DATA_SECURITY_MODE=SINGLE_USER |
| 7:13 | aws linux | TestAccept/bundle/integration_whl/interactive_single_user/DATABRICKS_BUNDLE_ENGINE=terraform |
| 7:08 | aws-ucws linux | TestAccept/bundle/integration_whl/base/DATABRICKS_BUNDLE_ENGINE=terraform |
| 7:07 | gcp linux | TestAccept/bundle/run/app-with-job/DATABRICKS_BUNDLE_ENGINE=direct |