You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: Items marked jdkxx and TEMPLATE_UPDATEME should be replaced while deploying this issue template. It is recommended to delete this line once you've done so :-)
This Temurin release checklist based on the release doc captures what activities must happen during a release.
The expected upstream release date is: 16th-17th April 2024
The role of the release champion is to ensure that all release activities listed in this checklist get completed (by delegation to the broader team or by the release champion themselves). The final task of the release champion during a release is to confirm that all items in the checklist were completed satisfactorily and the release can be declared complete.
Everyone participating in a release, including the release champion are requested to provide feedback into the release retrospective so that the release process can be continuously improved (through simplification and/or automation).
Two Weeks Prior To Release
Release Champion named whose responsibility is to ensure every item in this checklist gets completed
Release Checklist Created Create this issue to track the release and the preparation tasks.
Identify Expected Release Versions - Find out the version numbers from here ** 22.0.1, 21.0.3, 17.0.11, 11.0.23, 8u411**
Check the nagios server to ensure there are no critical infrastructure issues
Log in to the public nagios server, and check the Problems / Services page. If you do not have access, please request it via an issue in the infrastructure repository. If there are any issues, then please log an issue in the infrastructure repository.
Regenerate The Release Build Pipeline Jobs In Jenkins
Prepare & Perform Dry Run Of Build & Tests : Dry-run
Triage dry-run TCK job results Mostly ok - summary
Perform TCK Auto-manuals on x64Linux for each dry-run version NOT BEING DONE THIS TIME
One Week Prior To Release
Final Code Freeze Warning post a message to the build & release slack channels : Slack message
After 1 day, then :-
Declare code freeze to ensure stability of build systems and infrastructure during release process : #build and #release slack message: "Code Freeze is now being enabled"
Check the nagios server to ensure there are no critical infrastructure issues
Trigger a trial release pipeline dry-run to ensure less surprises on release day (typically against a milestone build), see here for detailsNOT DONE - ALREADY COMPLETE PREVOUS WEEK AND STILL BEING ANALYSED
Confirm successful trial release pipelines and successful jck completion
Run Setup_JCK_RunMultinode with CLEAN_DIR=true with LABEL=ci.role.test #98
Disable Setup_JCK_Run_Multinode To Ensure Test Evidence Is Not Lost
As detailed earlier, again check the nagios server to ensure there are no critical infrastructure issues
Create the Github Issues for tracking progress against each Java version in the adoptium/temurin repo
Create the Github issues for the Adoptium public retro & TC retro in the adoptium/temurin repo
Update the links on the slack channel for the release status and retrospective issues.
Release Day Onwards
Check Tags have been released upstream - Look for mailing list announcements and -ga tags in version control. NOT ON MAILING LIST YET
Check the published GA tags are the "expected" tags entered in the aqa-tests release branch testenv.properties. If they are not then update. N/A as they're automatic now
Check "auto-trigger" pipelines or Launch build pipelines for each version being released. Verify if the release pipline "auto-triggered", if not (maybe expected tag was wrong), then manually launch (as per release doc) once release tags are available via launch page in Jenkins. Provide links in this issue to each version's pipeline build(s). There may be multiple pipelines per version if primary and secondary platforms are separated to expedite the release. In some cases, where there are unforeseen configuration or infrastructure issues, reruns may be needed.
Check Upstream Tags, Mirror Tags & Trigger Builds For JDK8 AARCH32 This specific version is built from a separate mirror repository and has a separate build process, this is CURRENTLY not part of the automation which is handled for the other platforms and version. Also note that there is a seperate properties file (testenv_arm32.properties) which needs to be updated.
Add links to the status doc to indicate per-platform builds ready
Remind TCK testers (via Slack comment) to update a TCK triage issue with ownership and machine IP before running any interactive/automanual tests.
Add website banner
Make a PR.
Check it was automatically published to the website.
Announce that we target releases to be available within 48-72 hours of the GA tags being available.
Summarize test results. Find each launched build pipeline in TRSS to view a summary of test results. Can use the Release Summary Report feature in TRSS to generate a summary of failures, history and possible issues in markup format to be added to this issue as a comment.
Triage each build and test failure in the release summary report (following the Triage guidelines) and determine blocking or non-blocking. Supply links to triage issues or docs for each version here.
Verify binaries published successfully to github releases repo and website (automate*, this could also be an automated test) download_and_sbom_validation 13+
Edit the Homebrew Temurin Cask and replace the version and sha256 as appropriate. This means for Homebrew users that they install the latest by default and can use the @ notation to install older versions if they wish. Done by third party - temurin22, temurin8, temurin11, temurin17, temurin21
Update release notes (automate* - github workflow to create update for release notes pages Done by Shelley
Trigger linux installers pipeline currently it is part of the build pipelines (will eventually be updated to run independently) In progress by Scott
Publicize the release via Slack #release channel and Twitter (can be partially automated)
Declare code freeze end opening up the code for further development
Disable code freeze bot In order to enable the code freeze GitHub you need to change the line if: github.repository_owner == 'adoptium' && true to be if: github.repository_owner == 'adoptium' && false in the code-freeze.yml GitHub workflow. Please contact the PMC if you need help merging this change. Revert "Enable code freeze for April 2024 (#109)" .github#118
Remove website banner (automate* via github workflow in website repository)
Do all of the above for the jdk8u/aarch32 build: Ensure to specify overridePublishName param
Archive/upload all TCK results ArchiveJCK_RunResults 33
Use EclipseMirror job in the Temurin Compliance jenkins to store a backup of the release artifacts (79 - 84)
Declare the release complete and close this issue
Create a draft PR issue in the website repository for a release blog post for next release in the adoptium.net repository and ensure to delegate the task of finalizing and publishing the existing draft PR for this release's blog post.
The text was updated successfully, but these errors were encountered:
NOTE: Items marked
jdkxx
andTEMPLATE_UPDATEME
should be replaced while deploying this issue template. It is recommended to delete this line once you've done so :-)This Temurin release checklist based on the release doc captures what activities must happen during a release.
The expected upstream release date is: 16th-17th April 2024
The release champion for this release is: @sxa
Planned absences during the release cycle:
The role of the release champion is to ensure that all release activities listed in this checklist get completed (by delegation to the broader team or by the release champion themselves). The final task of the release champion during a release is to confirm that all items in the checklist were completed satisfactorily and the release can be declared complete.
Everyone participating in a release, including the release champion are requested to provide feedback into the release retrospective so that the release process can be continuously improved (through simplification and/or automation).
Two Weeks Prior To Release
Release Champion named whose responsibility is to ensure every item in this checklist gets completed
Release Checklist Created Create this issue to track the release and the preparation tasks.
Identify Expected Release Versions - Find out the version numbers from here ** 22.0.1, 21.0.3, 17.0.11, 11.0.23, 8u411**
Notify release branching of build repositories : Slack message, branching build repositories
Create build repositories release Branches : Create build repository release branches
Identify the aqa branch name for the upcoming release Same as before - v1.0.1-release
Ensure ALL nodes online prior to running these following TC steps:
TC: Run the DeleteJCKMultiNode process cleaning job on all ci.role.test nodes, to remove any now redundent jck-versions, to ensure healthy state, verify all nodes successful: https://ci.eclipse.org/temurin-compliance/job/DeleteJCKMultiNode
TC: Run the ProcessCheckMultiNode process cleaning job on all ci.role.test nodes, to ensure healthy state, verify all nodes successful: https://ci.eclipse.org/temurin-compliance/job/ProcessCheckMultiNode/build?delay=0sec
TC: Run the Setup_JCK_Run_Multinode job with CLEAN_DIR=true (to purge any old release contents/results) on all ci.role.test nodes, this will extract the jck_run folder with all the temurin.jtx exclude files, verify all nodes successful : https://ci.eclipse.org/temurin-compliance/job/Setup_JCK_Run_Multinode/build?delay=0sec
Check the nagios server to ensure there are no critical infrastructure issues
Log in to the public nagios server, and check the Problems / Services page. If you do not have access, please request it via an issue in the infrastructure repository. If there are any issues, then please log an issue in the infrastructure repository.
Regenerate The Release Build Pipeline Jobs In Jenkins
Prepare & Perform Dry Run Of Build & Tests : Dry-run
Triage dry-run TCK job results Mostly ok - summary
Restore aqa-tests release branch testenv.properties JDK_BRANCH values to the "-ga" tag after dry-run has completed Switch dryrun->ga in testenv.properties in v1.0.1 branch aqa-tests#5222
Perform TCK Auto-manuals on x64Linux for each dry-run version NOT BEING DONE THIS TIME
One Week Prior To Release
After 1 day, then :-
Declare code freeze to ensure stability of build systems and infrastructure during release process : #build and #release slack message: "Code Freeze is now being enabled"
Enable code freeze bot : Enabling code freeze Enable code freeze for April 2024 .github#109
Prepare For Release
Wait For All Of The Above To Complete Successfully Before Proceeding!
Log a helpdesk ticket with EF , to get all test materials updated
TC: Run the ProcessCheckMultiNode process cleaning job on all ci.role.test nodes, to ensure healthy state, verify all nodes successful: https://ci.eclipse.org/temurin-compliance/job/ProcessCheckMultiNode/build?delay=0sec
TC: Run the Setup_JCK_Run_Multinode job with CLEAN_DIR=true (to purge any old release contents/results) on all ci.role.test nodes, this will extract the jck_run folder with all the temurin.jtx exclude files, verify all nodes successful : https://ci.eclipse.org/temurin-compliance/job/Setup_JCK_Run_Multinode/build?delay=0sec #98
Check the nagios server to ensure there are no critical infrastructure issues
Trigger a trial release pipeline dry-run to ensure less surprises on release day (typically against a milestone build), see here for details NOT DONE - ALREADY COMPLETE PREVOUS WEEK AND STILL BEING ANALYSED
Confirm successful trial release pipelines and successful jck completion
Calculate the "expected" openjdk build tags for the releases being published, and update all the JDKnn_BRANCH values in the testenv.properties file for the aqa-tests release branch, eg: https://github.com/adoptium/aqa-tests/blob/v0.9.6-release/testenv/testenv.properties NO LONGER REQUIRED - RETROSPECTIVE COMMENT ADDED
Release Week Checklist:
ci.role.test
#98Release Day Onwards
Check Tags have been released upstream - Look for mailing list announcements and
-ga
tags in version control. NOT ON MAILING LIST YETCheck the published GA tags are the "expected" tags entered in the aqa-tests release branch testenv.properties. If they are not then update. N/A as they're automatic now
Check Tags have been Mirrored Mirrors.
Check "auto-trigger" pipelines or Launch build pipelines for each version being released. Verify if the release pipline "auto-triggered", if not (maybe expected tag was wrong), then manually launch (as per release doc) once release tags are available via launch page in Jenkins. Provide links in this issue to each version's pipeline build(s). There may be multiple pipelines per version if primary and secondary platforms are separated to expedite the release. In some cases, where there are unforeseen configuration or infrastructure issues, reruns may be needed.
Check Upstream Tags, Mirror Tags & Trigger Builds For JDK8 AARCH32 This specific version is built from a separate mirror repository and has a separate build process, this is CURRENTLY not part of the automation which is handled for the other platforms and version. Also note that there is a seperate properties file (testenv_arm32.properties) which needs to be updated.
Add links to the status doc to indicate per-platform builds ready
Remind TCK testers (via Slack comment) to update a TCK triage issue with ownership and machine IP before running any interactive/automanual tests.
Add website banner
Summarize test results. Find each launched build pipeline in TRSS to view a summary of test results. Can use the Release Summary Report feature in TRSS to generate a summary of failures, history and possible issues in markup format to be added to this issue as a comment.
Triage each build and test failure in the release summary report (following the Triage guidelines) and determine blocking or non-blocking. Supply links to triage issues or docs for each version here.
Fix blocking failures if they exist and confirm others are non-blocking.
Confirm Temurin-compliance items completed, per platform/version/binaryType
Get PMC 'ready to publish' approval, once no blocking failures exist.
**Generate The Release Notes Per JDK Version **, ( Use https://ci.adoptium.net/job/build-scripts/job/release/job/create_release_notes/ ) (see Create Release Notes for April 2024 CPU #40)
Publish the release (run the restricted access release tool job on Jenkins) ( also publish release notes, see Create Release Notes for April 2024 CPU #40 )
Consider updating the API as required via the relevant parts of the Adoptium API model constants.
Verify binaries published successfully to github releases repo and website (automate*, this could also be an automated test) download_and_sbom_validation 13+
Publish updates to the containers to dockerhub Update eclipse-temurin: 8u412, 11.0.23+9, 17.0.11+9, 21.0.3+9, 22.0.1+8 docker-library/official-images#16649 (With manual update for s390x/JDK22u, plus a fix to[ pull 22.0.1.1+1 instead of 22.0.1+8](Update JDK22 s390x Dockerfiles containers#546 for JDK22/s390x)
Edit the Homebrew Temurin Cask and replace the version and sha256 as appropriate. This means for Homebrew users that they install the latest by default and can use the
@
notation to install older versions if they wish. Done by third party - temurin22, temurin8, temurin11, temurin17, temurin21Update support page (automate* github workflow to create a PR to update support webpage) PR support: update versions for April 2024 releases adoptium.net#2806, also supported-platforms at supported-platforms: add Linux/s390x JDK22 and docker/s390x adoptium.net#2805
Update release notes (automate* - github workflow to create update for release notes pages Done by Shelley
Trigger linux installers pipeline currently it is part of the build pipelines (will eventually be updated to run independently) In progress by Scott
Publicize the release via Slack #release channel and Twitter (can be partially automated)
Declare code freeze end opening up the code for further development
Disable code freeze bot In order to enable the code freeze GitHub you need to change the line
if: github.repository_owner == 'adoptium' && true
to beif: github.repository_owner == 'adoptium' && false
in the code-freeze.yml GitHub workflow. Please contact the PMC if you need help merging this change. Revert "Enable code freeze for April 2024 (#109)" .github#118Remove website banner (automate* via github workflow in website repository)
Check for presence of jdk8u aarch32 GA tag and mirror it Mercurial repo - Mirror job
Do all of the above for the jdk8u/aarch32 build: Ensure to specify overridePublishName param
Archive/upload all TCK results ArchiveJCK_RunResults 33
Use EclipseMirror job in the Temurin Compliance jenkins to store a backup of the release artifacts (79 - 84)
Declare the release complete and close this issue
Create a
draft PRissue in the website repository for a release blog post for next release in the adoptium.net repository and ensure to delegate the task of finalizing and publishing the existing draft PR for this release's blog post.The text was updated successfully, but these errors were encountered: