Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-12-19 09:41:45 +0000
committerVikas Chandra2019-12-19 09:41:45 +0000
commit329ea23557b999bd5544145ae76943e0f052682b (patch)
treed2b0b963c12e7cda9755da02451f051d94882482
parent046d1729b9742607ed88035bdf67a07514916a7c (diff)
downloadeclipse.platform.releng.aggregator-329ea23557b999bd5544145ae76943e0f052682b.tar.gz
eclipse.platform.releng.aggregator-329ea23557b999bd5544145ae76943e0f052682b.tar.xz
eclipse.platform.releng.aggregator-329ea23557b999bd5544145ae76943e0f052682b.zip
Bug 558453 - Some reports are not created I20191218-1805
Change-Id: Ie8080d0e52df9b1e7beea0c3b4a98917f04c7db0 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/resources/equinoxp2tests.properties2
-rwxr-xr-xproduction/createReports.sh4
-rw-r--r--production/testScripts/configuration/streamSpecific.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/resources/equinoxp2tests.properties b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/resources/equinoxp2tests.properties
index 9e53ce0b2..fd7e64561 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/resources/equinoxp2tests.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/resources/equinoxp2tests.properties
@@ -10,5 +10,5 @@ org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.win32-x86_6
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-4.14-macosx-cocoa-x86_64.tar.gz
org.eclipse.equinox.p2.tests.current.build.repo=http\://download.eclipse.org/eclipse/updates/${eclipseStreamMajor}.${eclipseStreamMinor}-${buildType}-builds/${buildId}
-org.eclipse.equinox.p2.tests.last.release.build.repo=http\://download.eclipse.org/eclipse/updates/4.14milestones/R-4.14-201912100610/
+org.eclipse.equinox.p2.tests.last.release.build.repo=http\://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/
diff --git a/production/createReports.sh b/production/createReports.sh
index 4c57f6f22..c71294c5c 100755
--- a/production/createReports.sh
+++ b/production/createReports.sh
@@ -37,7 +37,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.14milestones/R-4.14-201912100610"
+buildIdToCompare="4.14/R-4.14-201912100610"
build_type=${buildIdToTest:0:1}
echo -e "\tbuild_type: ${build_type}"
@@ -68,7 +68,7 @@ function latestSimpleRepo
if [[ ${build_type} == "I" ]]
then
update_dir_segment="4.15-I-builds"
- buildIdToCompare="4.14milestones/R-4.14-201912100610"
+ buildIdToCompare="4.14/R-4.14-201912100610"
echo -e "\tlatest_R_build: R-4.14-201912100610"
elif [[ ${build_type} == "Y" ]]
then
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index fd58ebe15..9a32c92b0 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -20,7 +20,7 @@ previousReleaseVersion=4.14
# 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.14milestones
+previousReleaseVersionRepo=4.14
# 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

Back to the top