Skip to content

Commit

Permalink
new gce and dataproc images
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Dec 16, 2024
1 parent 4378732 commit 082d35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dataproc {
}

# Cached dataproc image used by Terra
customDataprocImage = "projects/broad-dsp-gcr-public/global/images/leo-dataproc-image-2-1-11-debian11-2024-12-11-20-54-48"
customDataprocImage = "projects/broad-dsp-gcr-public/global/images/leo-dataproc-image-2-1-11-debian11-2024-12-16-17-22-28"

# The ratio of memory allocated to spark. 0.8 = 80%.
# Hail/Spark users generally allocate 80% of the ram to the JVM.
Expand Down Expand Up @@ -111,7 +111,7 @@ dataproc {
}

gce {
customGceImage = "projects/broad-dsp-gcr-public/global/images/leo-gce-image-2024-12-11-20-55-03"
customGceImage = "projects/broad-dsp-gcr-public/global/images/leo-gce-image-2024-12-16-17-22-39"
userDiskDeviceName = "user-disk"
defaultScopes = [
"https://www.googleapis.com/auth/userinfo.email",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ object DbReference extends LazyLogging {
): Resource[F, DbReference[F]] = {
val dbConfig =
DatabaseConfig.forConfig[JdbcProfile]("mysql", org.broadinstitute.dsde.workbench.leonardo.config.Config.config)

for {
db <- Resource.make(Async[F].delay(dbConfig.db))(db => Async[F].delay(db.close()))
initLiquibase =
Expand Down

0 comments on commit 082d35e

Please sign in to comment.