Skip to content

Commit

Permalink
jdk(head) daily status missing upstreamTag date check (#951)
Browse files Browse the repository at this point in the history
* Daily status jdk(tip) missing tag age

Signed-off-by: Andrew Leonard <[email protected]>

* Daily status jdk(tip) missing tag age

Signed-off-by: Andrew Leonard <[email protected]>

---------

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Mar 1, 2024
1 parent d5ed14e commit 6c80709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nightly_build_and_test_stats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ node('worker') {
def latestOpenjdkBuild = getLatestOpenjdkBuildTag("jdk")
def tipVersion = tipRelease.replaceAll("u", "").replaceAll("jdk", "").toInteger()
def releaseName = getLatestBinariesTag("${tipVersion}")
status = [releaseName: releaseName, expectedReleaseName: "${latestOpenjdkBuild}-ea-beta"]
status = [releaseName: releaseName, expectedReleaseName: "${latestOpenjdkBuild}-ea-beta", upstreamTag: latestOpenjdkBuild]
verifyReleaseContent(tipRelease, releaseName, variant, status)
echo " ${tipRelease} release binaries verification: "+status['assets']
healthStatus[tipRelease] = status
Expand Down

0 comments on commit 6c80709

Please sign in to comment.