Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-03 16:05:43 +0000
committerSravan Kumar Lakkimsetti2021-06-04 06:22:31 +0000
commit2e158813ae7703ecb957d5bc352a7357ec6609a6 (patch)
tree4418395818493b66d781c196b2544a15b17187b2
parent808397d4a5e04b942ae7ad638a68e1106c23d0fc (diff)
downloadeclipse.platform.releng.aggregator-2e158813ae7703ecb957d5bc352a7357ec6609a6.tar.gz
eclipse.platform.releng.aggregator-2e158813ae7703ecb957d5bc352a7357ec6609a6.tar.xz
eclipse.platform.releng.aggregator-2e158813ae7703ecb957d5bc352a7357ec6609a6.zip
Bug 573962 - Update product version number to 4.21 across build script
Change-Id: I5437702eebc43cb6d27f15f426ea12b5ff8f4fc4 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/181390
-rw-r--r--cje-production/buildproperties.txt18
-rw-r--r--production/testScripts/configuration/streamSpecific.properties2
-rwxr-xr-xproduction/testScripts/test_runTests2.xml.sh2
3 files changed, 11 insertions, 11 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index bc6d7d9e2..4acdb5f21 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -21,8 +21,8 @@ PATCH_OR_BRANCH_LABEL="master"
BUILD_TYPE_NAME="Integration"
BUILD_TYPE="I"
TESTED_BUILD_TYPE="I"
-RELEASE_VER="4.20"
-STREAM="4.20.0"
+RELEASE_VER="4.21"
+STREAM="4.21.0"
STREAMMajor="4"
STREAMMinor="20"
STREAMService="0"
@@ -38,21 +38,21 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
LOCAL_REPO="localMavenRepo"
# Base builder parameters
-BASEBUILDER_TAG="4.19"
-API_PREV_REF_LABEL="4.19"
-#API_FREEZE_REF_LABEL="4.20RC1"
+BASEBUILDER_TAG="4.20"
+API_PREV_REF_LABEL="4.20"
+#API_FREEZE_REF_LABEL="4.21RC1"
API_FREEZE_REF_LABEL=""
# Change to appropriate versions and uncomment when entering API freeze
#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202105262310/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"
# Otherwise set to a blank space
FREEZE_PARAMS=" "
-PREVIOUS_RELEASE_VER="4.19"
-PREVIOUS_RELEASE_REPO_ID="4.19"
+PREVIOUS_RELEASE_VER="4.20RC2"
+PREVIOUS_RELEASE_REPO_ID="4.20-I-builds"
#build id for getting repo
-BASEBUILD_ID="R-4.19-202103031800"
+BASEBUILD_ID="I20210603-0040"
#release id for downloading eclipse
-PREVIOUS_RELEASE_ID="R-4.19-202103031800"
+PREVIOUS_RELEASE_ID="S-4.20RC2-202106030040"
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.18.0/R-3.18.0-20200605032700/repositoryunittests/"
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 97bf5ec1d..07230bfc0 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -5,7 +5,7 @@
# purely title or identifier for display, to help confirm right file
# is being retrieved and used.
-streamSpecificPropertiesTitle="Properties for 4.20.0 builds and tests"
+streamSpecificPropertiesTitle="Properties for 4.21.0 builds and tests"
# These "previousRelease" variables are primarily used to have a
# stable version of Eclipse, that is used, for example, for it's p2
diff --git a/production/testScripts/test_runTests2.xml.sh b/production/testScripts/test_runTests2.xml.sh
index d56d0fd6e..935f5352a 100755
--- a/production/testScripts/test_runTests2.xml.sh
+++ b/production/testScripts/test_runTests2.xml.sh
@@ -81,7 +81,7 @@ wget -O ${WORKSPACE}/getEBuilder.xml --no-verbose https://${GIT_HOST}/c/platfo
ANTFILE=getEBuilder.xml
buildId=I20150320-0800
-eclipseStream=4.20.0
+eclipseStream=4.21.0
EBUILDER_HASH=master
#EBUILDER_HASH=4295494c43e464a0c4ee39b7e0c847fbc3263f2a

Back to the top