[
https://issues.jboss.org/browse/JBIDE-22799?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-22799:
------------------------------------
Meanwhile...
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
is no longer failing. There are test failures being reported, but the job's yellow
instead of red.
I suspect this could be that the job is running with invalid test.jre properties:
{code}
/mnt/hudson_workspace/tools/hudson.tasks.Maven_MavenInstallation/maven-3.3.9/bin/mvn \
-Ddownload.cache.directory=/home/hudson/static_build_env/devstudio/download-cache \
-DJOB_NAME=jbosstools-server-Run-Unit-and-ITests_master -DBUILD_NUMBER=380 \
-DskipPrivateRequirements=false \
-Djbosstools.test.jre.8=/qa/tools/opt/x86_64/jdk1.8.0_last \
-Djbosstools.test.jre.7=/qa/tools/opt/x86_64/jdk1.7.0_last \
-Djbosstools.test.jre.6=/qa/tools/opt/x86_64/jdk1.6.0_last \
-Djbosstools.test.jre.5=/qa/tools/opt/x86_64/jdk1.5.0_last \
-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true \
-DskipBaselineComparison=true \
-Dmaven.repo.local=/mnt/hudson_workspace/workspace/jbosstools-server-Run-Unit-and-ITests_master/.repository
\
clean install -B -U -fae -e -P hudson,pack200,unified.target,maximum{code}
[~rob.stryker] can you run the same tests locally (with similar local settings) and see if
you get the same failures?
We could purge the .repository and download-cache folders and see if we get better
results. Or use `-DskipPrivateRequirements=true` ?
Meanwhile I've updated the job [1] to show exactly what's being used for the jre
properties, removed commented blocks, and reordered the steps.
[1]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
(see line 118)
Create integration tests PR check job for server
------------------------------------------------
Key: JBIDE-22799
URL:
https://issues.jboss.org/browse/JBIDE-22799
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, qa
Reporter: Rastislav Wagner
Assignee: Martin Malina
Fix For: 4.5.0.Final
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)