Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production')
-rwxr-xr-xproduction/createReports.sh4
-rw-r--r--production/testScripts/configuration/streamSpecific.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/production/createReports.sh b/production/createReports.sh
index f0f737719..8f976e76d 100755
--- a/production/createReports.sh
+++ b/production/createReports.sh
@@ -36,7 +36,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.13milestones/R-4.13-201909161045"
+buildIdToCompare="4.13/R-4.13-201909161045"
build_type=${buildIdToTest:0:1}
echo -e "\tbuild_type: ${build_type}"
@@ -67,7 +67,7 @@ function latestSimpleRepo
if [[ ${build_type} == "I" ]]
then
update_dir_segment="4.14-I-builds"
- buildIdToCompare="4.13milestones/R-4.13-201909161045"
+ buildIdToCompare="4.13/R-4.13-201909161045"
echo -e "\tlatest_R_build: R-4.13-201909161045"
elif [[ ${build_type} == "Y" ]]
then
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 9e773e113..83dc935c7 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -20,7 +20,7 @@ previousReleaseVersion=4.13
# 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.13milestones
+previousReleaseVersionRepo=4.13
# 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