diff options
Diffstat (limited to 'production')
-rwxr-xr-x | production/createReports.sh | 4 | ||||
-rw-r--r-- | production/testScripts/configuration/streamSpecific.properties | 2 |
2 files changed, 3 insertions, 3 deletions
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 |