databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Fix python wheel task integration tests #1648

Closed shreyas-goenka closed 2 months ago

shreyas-goenka commented 2 months ago

Changes

A new Service Control Policy has removed the ec2.RunInstances permission from our service principal for our AWS integration tests. This PR switches over to using the instance pool which does not require creating new clusters.

Tests

The integration tests pass now.