From afe22eed3d25a61096246bb2b106e7eeb21064cd Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Tue, 4 Jul 2023 15:42:53 +0200 Subject: [PATCH] test tycho 5.0 Signed-off-by: Christian Dietrich [#2895] attempt to archive surefire reports in the hope to get a thread dump Signed-off-by: Christian Dietrich in timeout see #3073 add another 10 mins Signed-off-by: Christian Dietrich --- Jenkinsfile | 8 ++++---- pom.xml | 9 ++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3d834228c97..cd06f8ad4d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,8 @@ pipeline { } triggers { - parameterizedCron(env.BRANCH_NAME == 'cd_tycho40' ? ''' - H H(12-13) * * * %TARGET_PLATFORM=latest;JDK_VERSION=17 + parameterizedCron(env.BRANCH_NAME == 'cd_tycho50' ? ''' + H H(13-14) * * * %TARGET_PLATFORM=latest;JDK_VERSION=17 ''' : '') } @@ -62,7 +62,7 @@ pipeline { steps { xvnc(useXauthority: true) { sh """ - ./full-build.sh --tp=${selectedTargetPlatform()} \ + ./full-build.sh -Dsurefire.timeout=3000 --tp=${selectedTargetPlatform()} \ ${javaVersion() == 17 ? '' : '--toolchains releng/toolchains.xml -Pstrict-release-jdk'} """ } @@ -93,7 +93,7 @@ pipeline { archiveArtifacts artifacts: 'build/**, **/target/work/data/.metadata/.log, **/target/work/data/.metadata/bak*.log' } unsuccessful { - archiveArtifacts artifacts: 'org.eclipse.xtend.ide.swtbot.tests/screenshots/**, **/target/work/data/.metadata/.log, **/target/work/data/.metadata/bak*.log, **/hs_err_pid*.log' + archiveArtifacts artifacts: 'org.eclipse.xtend.ide.swtbot.tests/screenshots/**, **/target/work/data/.metadata/.log, **/target/work/data/.metadata/bak*.log, **/hs_err_pid*.log, **/target/surefire-reports/*' } cleanup { script { diff --git a/pom.xml b/pom.xml index 36cfebe94b6..6f772cd0731 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ ISO-8859-1 - 4.0.8 + 5.0.0-SNAPSHOT 11 11 @@ -848,6 +848,13 @@ + + + tycho-snapshots + https://repo.eclipse.org/content/repositories/tycho-snapshots/ + + + ossrh