-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Enable upstream build/tag driven nightly EA builds for Temurin jdk8,11,17 #902
Comments
Related: adoptium/temurin-build#3450 |
Also enhancement to include publish tag in a more architected manner: #776 |
jdk-21.0.3 tag driven builds need re-enabling now that builds will be start being pushed weekly: https://wiki.openjdk.org/display/JDKUpdates/JDK+21u |
To allow publishing nightly/beta archives with "-ea" in the timestamp/version: adoptium/github-release-scripts#148 |
Noting that because of the way the pipelinesa re kicked off we don't currently auto-publish from the evaluation ones. We should aim to fix that too somehow (I had been been manually publishing them periodically with the parameters from the original 'ea'/'tag' issue) but that's clearly not sustainable. |
Yes, I think the proposed change achieves this |
PR: #914 |
Note: The schedule for the "betaTrigger_NNea" jobs may want to exclude release preiods, to avoid triggering the release tag prior to it being marked "-ga", however typically the "-ga" is added fairly close to the release publish so we may need not do that. |
Temurin jdk-21+ is already enabled for "build/tag driven nightly EA builds":
https://ci.adoptium.net/job/build-scripts/job/utils/
"releaseTrigger_NNea" jobs
We would now like to enable for all the Temurin jdk versions, and disable the scheduled nightly builds.
This will free up resource and capacity, especially with the approach of more versions to build from April 2024, and thus provide a more reliable and consistent build delivery.
The current nightly scheduled builds are typically re-building the same upstream last build, since the updates repositories are only pushed to from the "-dev" repos every week upon a new build being tagged.
These builds are triggered when an upstream OpenJDK new build tag is published (eg.jdk-17.0.10+5)
They are triggered as:
Archive filenames as:
Published as:
The text was updated successfully, but these errors were encountered: