-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly builds page offering last successful build's binary for each date #7
Comments
https://ci.adoptopenjdk.net/job/openjdk9_openj9_build_checksum/ (which is used as input to https://ci.adoptopenjdk.net/view/Tooling/job/openjdk_release_tool/) is pulling from the "last successful build" instead of the last build, which explains why this is happening. Suspect the checksum job will need to handle the case where the job failed and only allow creation of checksums and publishing of things that are actually new builds. |
@johnoliver I think the API overrules this now right? |
@johnoliver ^^ |
For example, the nightly build of Linux x64 platform was last successful here - https://ci.adoptopenjdk.net/job/openjdk8_openj9_build_x86-64_linux/62. Every subsequent build has failed to date.
Yet the nightly build page (https://adoptopenjdk.net/nightly.html?variant=openjdk8-openj9) currently offers binaries (with different dated names) for all the dates it failed - they are actually the same binary from the last successful build ...
I've not checked whether this is the case across platforms and VM variants.
The text was updated successfully, but these errors were encountered: