Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-12-22 06:53:36 +0000
committerSravan Kumar Lakkimsetti2017-12-22 06:53:36 +0000
commit7051c91b52bc3e53ba5b158ca8ad5651457dbc2b (patch)
tree12c1cd1eed6336e0902897bdda8d6a18e5a9d75b /production
parent239f8a27bd6f7aba1cf43b7dd1451fb2d050f3d6 (diff)
downloadeclipse.platform.releng.aggregator-7051c91b52bc3e53ba5b158ca8ad5651457dbc2b.tar.gz
eclipse.platform.releng.aggregator-7051c91b52bc3e53ba5b158ca8ad5651457dbc2b.tar.xz
eclipse.platform.releng.aggregator-7051c91b52bc3e53ba5b158ca8ad5651457dbc2b.zip
Bug 528988 - Adjust Baselines for API Tools and Deprecation Reports
Change-Id: Idaa45c3e9a1ce5b809c427342b795b9599d8cedb Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource8
-rw-r--r--production/build_eclipse_org.shsource2
-rwxr-xr-xproduction/createReports.sh10
-rwxr-xr-xproduction/miscToolsAndNotes/checkComposites/checkComposites.sh4
-rw-r--r--production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml4
-rwxr-xr-xproduction/testScripts/configuration/sdk.tests/testScripts/runtests.sh2
-rw-r--r--production/testScripts/configuration/streamSpecific.properties6
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh2
8 files changed, 19 insertions, 19 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 7f6918e63..bda03e950 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1189,7 +1189,7 @@ fn-summarize-apitooling ()
# place, and not have to make further, hard-coded changes to php files.
# Similar for freeze label.
# NOTE: the *reference* for API changes should be the "previous release", even if it is a "service release".
- API_PREV_REF_LABEL=4.7.1a
+ API_PREV_REF_LABEL=4.7.2
fn-write-property API_PREV_REF_LABEL
# API_FREEZE_REF_LABEL=4.7M6
API_FREEZE_REF_LABEL=" "
@@ -1203,9 +1203,9 @@ fn-summarize-apitooling ()
-DbuildId="$BUILD_ID" \
-DbuildLabel="$BUILD_ID" \
-DbuildWorkingArea="${BUILD_HOME}/4${BUILD_TYPE}/gitCache/eclipse.platform.releng.aggregator" \
- -DpreviousBaseURL=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.1a-201710090410/eclipse-SDK-4.7.1a-win32.zip \
- -DpreviousBaselineName=Eclipse-SDK-4.7.1a \
- -DpreviousBaselineFilename=eclipse-SDK-4.7.1a-win32.zip \
+ -DpreviousBaseURL=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.2-201711300510/eclipse-SDK-4.7.2-win32.zip \
+ -DpreviousBaselineName=Eclipse-SDK-4.7.2 \
+ -DpreviousBaselineFilename=eclipse-SDK-4.7.2-win32.zip \
-Djava.io.tmpdir=$TMP_DIR \
${FREEZE_PARAMS} \
apiToolsReports
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 907eb9f1b..96d4bc5a8 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -93,7 +93,7 @@ export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$ANT_HOME/bin:$PATH
# Only used to start antrunner for tests.
# TODO: avoid this hard coding
-BASEBUILDER_TAG=4.7.1a
+BASEBUILDER_TAG=4.7.2
B_GIT_EMAIL=genie.releng@eclipse.org
B_GIT_NAME="Releng HIPP"
diff --git a/production/createReports.sh b/production/createReports.sh
index 733dc3a2c..0b1fd3d37 100755
--- a/production/createReports.sh
+++ b/production/createReports.sh
@@ -33,7 +33,7 @@ echo -e "\tbuildIdToTest: ${BUILD_ID}"
# TODO: we could have a "previous_release" sort of variable that
# would be defined in parent pom or build_eclipse_org.shsource so that
# we do not need to change this source.
-buildIdToCompare="4.7/R-4.7.1a-201710090410"
+buildIdToCompare="4.7/R-4.7.2-201711300510"
build_type=${buildIdToTest:0:1}
echo -e "\tbuild_type: ${build_type}"
@@ -77,13 +77,13 @@ then
elif [[ ${build_type} == "M" ]]
then
update_dir_segment="4.7-M-builds"
- buildIdToCompare="4.7/R-4.7.1a-201710090410"
- echo -e "\tlatest_R_build: R-4.7.1a-201710090410"
+ buildIdToCompare="4.7/R-4.7.2-201711300510"
+ echo -e "\tlatest_R_build: R-4.7.2-201711300510"
elif [[ ${build_type} == "I" ]]
then
update_dir_segment="4.8-I-builds"
- buildIdToCompare="4.7/R-4.7.1a-201710090410"
- echo -e "\tlatest_R_build: R-4.7.1a-201710090410"
+ buildIdToCompare="4.7/R-4.7.2-201711300510"
+ echo -e "\tlatest_R_build: R-4.7.2-201711300510"
elif [[ ${build_type} == "Y" ]]
then
update_dir_segment="4.8-Y-builds"
diff --git a/production/miscToolsAndNotes/checkComposites/checkComposites.sh b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
index 5ad77dab3..56228cbd9 100755
--- a/production/miscToolsAndNotes/checkComposites/checkComposites.sh
+++ b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
@@ -19,8 +19,8 @@
# and then executed in "bash script" build step.
baseEclipseAccessDir=/home/data/httpd/download.eclipse.org
-baseEclipseDirSegment=eclipse/downloads/drops4/R-4.7.1a-201710090410
-baseEclipse=eclipse-platform-4.7.1a-linux-gtk-x86_64.tar.gz
+baseEclipseDirSegment=eclipse/downloads/drops4/R-4.7.2-201711300510
+baseEclipse=eclipse-platform-4.7.2-linux-gtk-x86_64.tar.gz
repoFileAccess=file:///home/data/httpd/download.eclipse.org/
repoHttpAccess=http://download.eclipse.org
repoAccess=${repoFileAccess}
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index c661808bc..277fea066 100644
--- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
+++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
@@ -94,10 +94,10 @@
<!-- for I or M build (which is the unusual case) the build directory and label are the same -->
<property
name="eclipseBaseDir"
- value="R-4.7.1a-201710090410" />
+ value="R-4.7.2-201711300510" />
<property
name="eclispeBaseLabel"
- value="4.7.1a" />
+ value="4.7.2" />
<property
name="platformURL"
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh b/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
index 87096e761..2c33fb6b9 100755
--- a/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
+++ b/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
@@ -50,7 +50,7 @@ then
exit 1
else
echo "stableEclipseInstallation directory found, as expected, at ${stableEclipseInstallLocation}"
- # should only be one tar file there, with a name similar to eclipse-platform-4.7.1a-linux-gtk-x86_64.tar.gz
+ # should only be one tar file there, with a name similar to eclipse-platform-4.7.2-linux-gtk-x86_64.tar.gz
# so for simplicity, we'll assume all is well and untar what ever we find.
tar -xf ${stableEclipseInstallLocation}/*tar.gz -C ${stableEclipseInstallLocation}
fi
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 3ff30a81c..fc033bba1 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -11,16 +11,16 @@ streamSpecificPropertiesTitle="Properties for 4.8.0 builds and tests"
# stable version of Eclipse, that is used, for example, for it's p2
# director, etc., so that "running the tests" is not actually using
# the "just built" versions.
-previousReleaseLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.1a-201710090410
+previousReleaseLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.2-201711300510
# version here is "build label" ... in general form, the "middle" of archive name,
# such as "eclipse-platform-${previousReleaseVersion}-linux-gtk-x86_64.tar.gz
# Also used used in p2 testing?
-previousReleaseVersion=4.7.1a
+previousReleaseVersion=4.7.2
# This is last segment of last release repo, such as in
# http://${ARCHIVE_HOST}/eclipse/updates/${previousReleaseVersion}
# NOTE: I am assuming the "composite" repo is suitable for p2. In theory,
# they might want the simple repo, such as at 4.4/R-4.4.1-201409250400
-previousReleaseVersionRepo=4.7.1a
+previousReleaseVersionRepo=4.7.2
# Note: API tests needs the _base_ of previous release, and also the previous service release
# Bug 378587 - update releng tests (data) to go work against previous release
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index 389bfe46e..5cf20dce2 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -314,7 +314,7 @@ then
RAW_DATE_START=$( date -u +%s )
# TODO: avoid this hard coding of baseline value
- baselineCode="R-4.7.1a-201710090410"
+ baselineCode="R-4.7.2-201711300510"
# to get time stamp, first remove initial IMN:
baselineForBuildSuffix=${buildId/[IMN]/}
#Then remove final '-' in build id

Back to the top