Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-06-24 05:02:06 +0000
committerSravan Kumar Lakkimsetti2019-06-24 05:02:06 +0000
commitd782c612bb2886e1d832445af64b0db6f9cf8160 (patch)
treee5a00e7e8fc7839c2d6ec40f8600634cc5feaf38
parent9489e676e44f950c06c638c953435c11a248aa05 (diff)
downloadeclipse.platform.releng.aggregator-d782c612bb2886e1d832445af64b0db6f9cf8160.tar.gz
eclipse.platform.releng.aggregator-d782c612bb2886e1d832445af64b0db6f9cf8160.tar.xz
eclipse.platform.releng.aggregator-d782c612bb2886e1d832445af64b0db6f9cf8160.zip
Bug 548523 - Performance tests are pending
Change-Id: I4bb1778cbcb871d23c1b46949d09e38373053b69 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/testScripts/configuration/streamSpecific.properties2
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 53f998192..34b213bd7 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -40,7 +40,7 @@ baselinePerfVersion=R-4.12-201906051800
baselinePerfVersionLabel=4.12
baselinePerfBuildId=I20190605-1800
-eclipse.perf.dbloc.value=//172.25.25.57:1527
+eclipse.perf.dbloc.value=//build.eclipse.org:1527
# We currently set here, but would be better to compute this value
# by peeking in the "to be tested" tar file.
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index 18a8192d1..081e77fc1 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -235,7 +235,7 @@ then
echo " = = Now run performance.ui app = ="
devworkspace="${fromDir}/workspace-updatePerfResults"
- eclipse_perf_dbloc_value=${eclipse_perf_dbloc_value:-//172.25.25.57:1527}
+ eclipse_perf_dbloc_value=${eclipse_perf_dbloc_value:-//build.eclipse.org:1527}
vmargs="-Xmx1G -Declipse.perf.dbloc=${eclipse_perf_dbloc_value}"
postingDirectory=$fromDir
perfOutput=$postingDirectory/performance

Back to the top