From bf81d7f3800727d5891cc8124e5fc760682959bd Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 8 May 2024 16:10:48 +0100 Subject: [PATCH] Add information on triggering Win32 later Signed-off-by: Stewart X Addison --- RELEASING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 2434a2cea5..2d8542c7f3 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -154,6 +154,8 @@ Add a banner to the website to indicate that the releases are coming in the near In order to reduce time to GA, we have automated triggers to ensure that the GA build pipelines are triggered as soon as the GA tags come out so it does not rely on one of the Adoptium team members watching it and kicking them off manually. These examples use JDK17 - adjust for the version you're interested in. +Note that wile the generated pipelines will include a configuration for `x32Windows` we should manually disable that before the triggers run to avoid those taking CPU time away from the x64 machines. The pipelines should be re-triggered with ONLY the `x32Windows` configuration approximately 48 hours after the initial triggers once most of the Windows 64-bit ones are complete for all versions. + 1. Jenkins "release trigger" job (e.g ) runs every hour in the release week to check if new GA tag has been detected in the adoptium's source code repo - the script run from the checks for the new release every 10 minutes five times (e.g ) This excludes https://github.com/adoptium/aarch32-jdk8u 2. If it finds new GA tag matches expected tag set in mirror-script repo, job triggers release-openjdk19-pipeline (e.g https://ci.adoptium.net/job/build-scripts/job/release-openjdk19-pipeline/) with parameters: `scmReference`. 3. If it couldn't find the correct "_adopt" tag but GA tag has been applied in the upstream Skara source code repo. Several things can check: