-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
Run downstream tests:
- get latest camel version from curator
- if you haven't clone https://gitlab.cee.redhat.com/pnc-workspace/jboss-fuse/camel.git
- checkout tag coherent with version from curator
- build tests using jdk8
mvn clean install -Pfastinstall -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- run tests using jdk11/jdk17
mvn test -e -fn -Dnoassembly -Dmaven.test.failure.ignore=true -Dsurefire.rerunFailingTestsCount=2
NOTE: exclude not supported components with: "-pl !:<module_name>"
In order to find out x86 results check https://fuse-7x-jenkins-csb-fuse-qe.apps.ocp-c1.prod.psi.redhat.com/view/Fuse%207.12/job/fuse-7.12-camel-2-downstream-tests/ and check latest build with same camel version
DoD:
- evaluate test results based on the older test results
- compare results with x86 and in case report a JIRA issue if there are any failing tests specific for the platform
- see if there are any new failing test compared to reported last time (regression)