Skip to content

Commit

Permalink
Added GPUInitScript to createClusterInPool
Browse files Browse the repository at this point in the history
Create cluster using init script
  • Loading branch information
vonodiripsa authored Feb 5, 2024
1 parent 1009eea commit c971334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import scala.collection.mutable.ListBuffer

class DatabricksGPUTests extends DatabricksTestHelper {

val clusterId: String = createClusterInPool(GPUClusterName, AdbGpuRuntime, 2, GpuPoolId)
val clusterId: String = createClusterInPool(GPUClusterName, AdbGpuRuntime, 2, GpuPoolId, GPUInitScripts)
val jobIdsToCancel: ListBuffer[Long] = databricksTestHelper(
clusterId, GPULibraries, GPUNotebooks)

Expand Down

0 comments on commit c971334

Please sign in to comment.