From 304a6601f2f26d7d1826515f9127bca89df6f8b1 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Wed, 5 Jul 2017 14:07:57 +0530 Subject: Bug 519017 - Prep work for Oxygen.1(4.7.1) release Change-Id: I88809b81722baf54c2fc6ff96c961b5db42ee884 Signed-off-by: Sravan Kumar Lakkimsetti --- production/build_eclipse_org.shsource | 2 +- .../sdk.tests/testScripts/testTestXMLScript.sh | 2 +- .../testScripts/configuration/streamSpecific.properties | 16 ++++++++-------- production/testScripts/test_runTests2.xml.sh | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'production') diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource index a941fbc34..53c8c6134 100644 --- a/production/build_eclipse_org.shsource +++ b/production/build_eclipse_org.shsource @@ -18,7 +18,7 @@ source localBuildProperties.shsource 2>/dev/null export BUILD_HOME=${BUILD_HOME:-/shared/eclipse/builds} export BRANCH=${BRANCH:-master} -export STREAM=${STREAM:-4.7.0} +export STREAM=${STREAM:-4.7.1} export BUILD_TYPE=${BUILD_TYPE:-N} # If not set be caller, make sure its an empty string diff --git a/production/testScripts/configuration/sdk.tests/testScripts/testTestXMLScript.sh b/production/testScripts/configuration/sdk.tests/testScripts/testTestXMLScript.sh index b6f270641..6acd7a0b9 100755 --- a/production/testScripts/configuration/sdk.tests/testScripts/testTestXMLScript.sh +++ b/production/testScripts/configuration/sdk.tests/testScripts/testTestXMLScript.sh @@ -57,5 +57,5 @@ export TESTING_TEST_XML=true # to simply test the test script itself. The test-all target runs all of those tests. #ant -f test.xml test-all -ant -f test.xml test-all -propertyfile vm.properties -DbuildId=I20160430-0237 -DeclipseStream=4.7.0 -Dosgi.os=linux +ant -f test.xml test-all -propertyfile vm.properties -DbuildId=I20160430-0237 -DeclipseStream=4.7.1 -Dosgi.os=linux diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties index dccec2b4d..c74fde495 100644 --- a/production/testScripts/configuration/streamSpecific.properties +++ b/production/testScripts/configuration/streamSpecific.properties @@ -5,22 +5,22 @@ # purely title or identifier for display, to help confirm right file # is being retrieved and used. -streamSpecificPropertiesTitle="Properties for 4.7.0 builds and tests" +streamSpecificPropertiesTitle="Properties for 4.7.1 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 # director, etc., so that "running the tests" is not actually using # the "just built" versions. -previousReleaseLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.6.3-201703010400 +previousReleaseLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7-201706120950 # 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.6.3 +previousReleaseVersion=4.7 # 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.6 +previousReleaseVersionRepo=4.7 # 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 @@ -34,11 +34,11 @@ apiTestsPreviousRefererenceWin32Filename=obsoleteAndNotUsed # baselinePerf=true # are specified. The baselinePerf will often be the same as "previous release", but # not necessarily, so is not hard coded in assumptions. -baselinePerfLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.6-201606061100 -baselinePerfVersion=R-4.6-201606061100 +baselinePerfLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7-201706120950 +baselinePerfVersion=R-4.7-201706120950 # TODO: could/should eventually "compute" label, from full version? -baselinePerfVersionLabel=4.6 -baselinePerfBuildId=I20160606-1100 +baselinePerfVersionLabel=4.7 +baselinePerfBuildId=I20170612-0950 eclipse.perf.dbloc.value=//172.25.25.57:1527 diff --git a/production/testScripts/test_runTests2.xml.sh b/production/testScripts/test_runTests2.xml.sh index 0e340ec64..5017cfd74 100755 --- a/production/testScripts/test_runTests2.xml.sh +++ b/production/testScripts/test_runTests2.xml.sh @@ -86,7 +86,7 @@ wget -O ${WORKSPACE}/getEBuilder.xml --no-verbose http://${GIT_HOST}/c/platfor ANTFILE=getEBuilder.xml buildId=I20150320-0800 -eclipseStream=4.7.0 +eclipseStream=4.7.1 EBUILDER_HASH=master #EBUILDER_HASH=4295494c43e464a0c4ee39b7e0c847fbc3263f2a -- cgit v1.2.3