From 8896fb94f423a7ef76b74a3c1d899df9dc4577a7 Mon Sep 17 00:00:00 2001 From: gbrodman Date: Mon, 3 Mar 2025 23:05:53 -0500 Subject: [PATCH] Use nomulus-gke tagging mechanism in sql-int tests (#2702) Had to temporarily create the files in gs://domain-registry-dev-deployed-tags but the automated release process will take care of that soon --- integration/run_compatibility_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/run_compatibility_tests.sh b/integration/run_compatibility_tests.sh index ada9fac29..296c0cae2 100755 --- a/integration/run_compatibility_tests.sh +++ b/integration/run_compatibility_tests.sh @@ -111,7 +111,7 @@ fi if [[ "${SUT}" = "nomulus" ]]; then DEPLOYED_SYSTEM="sql" elif [[ "${SUT}" = "sql" ]]; then - DEPLOYED_SYSTEM="nomulus" + DEPLOYED_SYSTEM="nomulus-gke" else echo "${USAGE}" exit 1