diff --git a/JenkinsJobs/Builds/I_build.groovy b/JenkinsJobs/Builds/I_build.groovy index fc5c4f4edb9..c152fe8262e 100644 --- a/JenkinsJobs/Builds/I_build.groovy +++ b/JenkinsJobs/Builds/I_build.groovy @@ -17,17 +17,14 @@ for (STREAM in STREAMS){ # format: Minute Hour Day Month Day of the week (0-7) # - - - Integration Eclipse SDK builds - - - -# 2023-09 Release Schedule +# 2023-12 Release Schedule # Normal : 6 PM every day (1/6 - 2/9) # 0 18 * * * -# Milestone/RC Schedule 5/12 - 5/31 +# Milestone/RC Schedule # Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days) -# 0 6 1-7 7 5-7,1-3 -# 0 18 30,1-7 6-7 5-7,1-3 -0 6 11-30 8 5-7,1-3 -0 18 11-30 8 5-7,1-3 + """) } } diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt index cad0e54a35b..0792837851d 100644 --- a/cje-production/buildproperties.txt +++ b/cje-production/buildproperties.txt @@ -38,8 +38,8 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates" LOCAL_REPO="localMavenRepo" # Base builder parameters -BASEBUILDER_TAG="4.28" -API_PREV_REF_LABEL="4.28" +BASEBUILDER_TAG="4.29" +API_PREV_REF_LABEL="4.29" #API_FREEZE_REF_LABEL="4.30RC1" API_FREEZE_REF_LABEL="" # Change to appropriate versions and uncomment when entering API freeze @@ -47,12 +47,12 @@ API_FREEZE_REF_LABEL="" # Otherwise set to a blank space FREEZE_PARAMS=" " -PREVIOUS_RELEASE_VER="4.28" -PREVIOUS_RELEASE_REPO_ID="4.28" +PREVIOUS_RELEASE_VER="4.29RC2a" +PREVIOUS_RELEASE_REPO_ID="4.29-I-builds" #build id for getting repo -BASEBUILD_ID="R-4.28-202306050440" +BASEBUILD_ID="I20230903-1000" #release id for downloading eclipse -PREVIOUS_RELEASE_ID="R-4.28-202306050440" +PREVIOUS_RELEASE_ID="S-4.29RC2a-202309031000" BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/" WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.30.0/R-3.30.0-20230603084739/repositoryunittests/" diff --git a/cje-production/cleaners/cleanupNightlyRepo.sh b/cje-production/cleaners/cleanupNightlyRepo.sh index 8f75d9c012a..8c16fcd5a90 100755 --- a/cje-production/cleaners/cleanupNightlyRepo.sh +++ b/cje-production/cleaners/cleanupNightlyRepo.sh @@ -222,9 +222,9 @@ function cleanRepo () workspace=$1 remoteBase="/home/data/httpd/download.eclipse.org" -eclipseIRepo="${remoteBase}/eclipse/updates/4.29-I-builds" -eclipseYRepo="${remoteBase}/eclipse/updates/4.29-Y-builds" -eclipsePRepo="${remoteBase}/eclipse/updates/4.29-P-builds" +eclipseIRepo="${remoteBase}/eclipse/updates/4.30-I-builds" +eclipseYRepo="${remoteBase}/eclipse/updates/4.30-Y-builds" +eclipsePRepo="${remoteBase}/eclipse/updates/4.30-P-builds" eclipseBuildTools="${remoteBase}/eclipse/updates/buildtools" doDryrun= diff --git a/cje-production/scripts/checkComposites/checkComposites.sh b/cje-production/scripts/checkComposites/checkComposites.sh index 370538dcc9b..1f22724b8d6 100755 --- a/cje-production/scripts/checkComposites/checkComposites.sh +++ b/cje-production/scripts/checkComposites/checkComposites.sh @@ -26,11 +26,11 @@ repoHttpAccess=https://download.eclipse.org repoAccess=${repoHttpAccess} # TODO: reduce this list soon repoList="\ -/eclipse/updates/4.28/ \ -/eclipse/updates/4.29-Y-builds/ \ -/eclipse/updates/4.29-P-builds/ \ /eclipse/updates/4.29/ \ -/eclipse/updates/4.29-I-builds/ \ +/eclipse/updates/4.30-Y-builds/ \ +/eclipse/updates/4.30-P-builds/ \ +/eclipse/updates/4.30/ \ +/eclipse/updates/4.30-I-builds/ \ " diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index faa68f9eadb..d4e2d49123f 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -49,7 +49,7 @@ such as Version: Mars (4.5), for main features. See bug 328139. --> - 2023-09 + 2023-12