Skip to content

Commit 726f54c

Browse files
committed
[Build] Remove testConfigs.php file that is generated in I-/Y-builds
The 'testConfigs.php' is regenerated respectively immediately overwritten during an I-/Y-build in the 'Gather Eclipse Parts' stage, which calls via the 'gatherEclipseParts.sh' script the 'publish' target in the 'org.eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml' ANT-script. Within that the 'generateIndex' target of the 'cje-production/scripts/publish.xml' ANT-script is called. Eventually this calls org.eclipse.releng.generators.TestResultsGenerator.getTestsConfig(), which regenerates the 'testConfigs.php'. And since 'testConfigs.php' is generated from the already existing list of ran test-configurations there is no need to maintain it manually again.
1 parent 26fe77d commit 726f54c

File tree

4 files changed

+0
-49
lines changed

4 files changed

+0
-49
lines changed

JenkinsJobs/YBuilds/Y_build.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ spec:
210210
steps {
211211
sh \'\'\'
212212
cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/Y-build
213-
cp testConfigs.php ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/.
214-
cp testConfigs.php ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/.
215213
cp publish.xml ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/.
216214
cp publish.xml ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/.
217215
\'\'\'

cje-production/Y-build/testConfigs.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/perfTestConfigs.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)