You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[I/Y-Build] Streamline and parallelize collection of test result
Transfer the test results directly from the individual test-build
Jenkins agents to the storage server upon completion and stop archiving
the result files in the jobs.
In the 'collectTestResults' job only regenerate the test-result
overview page and don't handle the result file transfer anymore.
Consequently rename the job to just 'updateTestResultIndex'.
the <a href="https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/production/testScripts/configuration/sdk.tests/testScripts/test.xml"><code>test.xml</code></a>
14
14
''')
15
15
string(name: 'testAgent', trim: true, description: '''The Jenkins build agent this test should run on. If not specified to will be read from the
// Declaring a jdk and ant the usual way in the 'tools' section, because of unknown reasons, breaks the usage of system commands like xvnc, pkill and sh
if [ -d "${localResultsDirectory}/xml" ] && [ -z "$(find ${localResultsDirectory}/xml -maxdepth 0 -empty)" ]; then
107
+
# First delete result files from a previous run of the same configuration (in case that test configuration was run again), then transfer the new results.
0 commit comments