From 40b8d2c7328ff8adbc793ee4169247df970cadab Mon Sep 17 00:00:00 2001 From: LizBaldo Date: Thu, 5 Dec 2024 20:33:25 -0500 Subject: [PATCH] also update images for integration tests --- automation/src/test/resources/reference.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automation/src/test/resources/reference.conf b/automation/src/test/resources/reference.conf index 26f4388785..99b6622513 100644 --- a/automation/src/test/resources/reference.conf +++ b/automation/src/test/resources/reference.conf @@ -1,13 +1,13 @@ leonardo { - rImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.2.5" + rImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.2.6" pythonImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.1.5" hailImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-hail:1.1.12" - gatkImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.3.7" - aouImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-aou:2.2.13" + gatkImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.3.8" + aouImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-aou:2.2.14" baseImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-base:1.1.3" gcrWelderUri = "us.gcr.io/broad-dsp-gcr-public/welder-server" dockerHubWelderUri = "broadinstitute/welder-server" - rstudioBioconductorImageUrl = "us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.19.0" + rstudioBioconductorImageUrl = "us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.20.0" //each fiab will have a unique topic name sourced from leonardo.conf, this is never published to in automation tests to ensure pub/sub components can auth properly, but never read from to avoid conflicts. topicName = "leonardo-pubsub-test" location = "us-central1-a"