From ba7d52563a3cf5c7c3ee1f7a090fcc50d16b0572 Mon Sep 17 00:00:00 2001 From: Adam Farley Date: Tue, 21 Nov 2023 13:28:18 +0000 Subject: [PATCH] m --- tooling/build_autotriage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tooling/build_autotriage.sh b/tooling/build_autotriage.sh index a67ba877f5..1d86694677 100644 --- a/tooling/build_autotriage.sh +++ b/tooling/build_autotriage.sh @@ -147,7 +147,8 @@ identifyFailedBuildsInTimerPipelines() { else if [[ ${arrayOfAllJDKVersions[v]} -ge ${platformStart[p]} ]]; then if [[ ${arrayOfAllJDKVersions[v]} -le ${platformEnd[p]} ]]; then - errorLog "Error: Platform ${temurinPlatforms[p]} should be built for jdk${arrayOfAllJDKVersions[v]}${arrayOfUs[v]}, but was not launched. " + errorLog "Error: Platform ${temurinPlatforms[p]} should be built for jdk${arrayOfAllJDKVersions[v]}${arrayOfUs[v]}, but was not launched." + echo "DEBUG: ${arrayOfAllJDKVersions[v]} ${platformStart[p]} ${platformEnd[p]}" continue fi fi