From e0181900e35ad9d68e48de49c81cc9da3b663ecc Mon Sep 17 00:00:00 2001 From: Corey Sarsfield Date: Mon, 10 Jun 2024 14:51:11 -0400 Subject: [PATCH] initial commit --- kokoro/scripts/test/start_soak_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/scripts/test/start_soak_test.sh b/kokoro/scripts/test/start_soak_test.sh index 8a040e58ba..601dbe02f7 100644 --- a/kokoro/scripts/test/start_soak_test.sh +++ b/kokoro/scripts/test/start_soak_test.sh @@ -17,7 +17,7 @@ populate_env_vars_from_louhi_tag_if_present # if TARGET & ARCH are set, retrieve the soak distro from project.yaml if [[ -n "${TARGET:-}" && -n "${ARCH:-}" ]]; then DISTRO=$(yaml project.yaml "['targets']['${TARGET}']['architectures']['${ARCH}']['soak_distro']") - export VM_NAME="soak-test-${RELEASE_ID}-${TARGET}-${ARCH//_/-}-${LABEL}" + export VM_NAME="soak-test-${_LOUHI_EXECUTION_ID}-${TARGET}-${ARCH//_/-}-${LABEL}" export DISTRO fi