Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfarley committed Nov 21, 2023
1 parent 89948de commit ba7d525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba7d525

Please sign in to comment.