Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-06-01 06:49:13 +0000
committerSravan Kumar Lakkimsetti2018-06-01 06:49:27 +0000
commitde7cead56c1f755a968fcb49fca24ee6d7d250d2 (patch)
tree3c2da0b27fe999f4f8cd13054b7f9b59e9677a0d
parent6cb0a0ff89ba3e254d050502a24171fbf68a260f (diff)
downloadeclipse.platform.releng.aggregator-de7cead56c1f755a968fcb49fca24ee6d7d250d2.tar.gz
eclipse.platform.releng.aggregator-de7cead56c1f755a968fcb49fca24ee6d7d250d2.tar.xz
eclipse.platform.releng.aggregator-de7cead56c1f755a968fcb49fca24ee6d7d250d2.zip
Remove performance tests from 4.8
Change-Id: I2e96485ae3c5d84608f806e2a60acfe45c0b8ce4 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php8
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_8_maintenance.php8
2 files changed, 0 insertions, 16 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php
index 2493b5d70..e70676111 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php
@@ -121,14 +121,6 @@ if (file_exists("buildlogs/reporeports/index.html")) {
?>
<?php
- echo "<li>\n";
- $generated=file_exists("performance/global_fp.php");
- if (file_exists("performance/performance.php") && $generated) {
- echo "View the <a href=\"performance/performance.php\">performance test results</a> for the current build.\n";
- } else {
- echo "Performance tests are pending.\n";
- }
- echo "</li>\n";
echo "</ul>\n";
?>
</div> <!-- end mid column (logs) section -->
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_8_maintenance.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_8_maintenance.php
index 3541c4f6e..301836a48 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_8_maintenance.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_R4_8_maintenance.php
@@ -242,14 +242,6 @@ else {
echo "<li>View the <a class=\"${linkColor}\" title=\"Link test results.\" href=\"testResults.php\">integration and unit test results for the current build.</a></li>\n";
}
- /* performance tests line item */
- $generated=file_exists("performance/global_fp.php");
- if (file_exists("performance/performance.php") && $generated) {
- echo "<li>View the <a href=\"performance/performance.php\">performance test results</a> for the current build.</li>\n";
- } else {
- echo "<li>Performance tests are pending.</li>\n";
- }
-
echo "</ul>\n";
if (file_exists("TEST_INVOCATION_FAILED.html")) {

Back to the top