M5 spin status :: no aggregate or JBDS installers available yet; many bot and non-UI test failures, plus one inter-build compilation failure
by Nick Boldt
Since turning on the stable branch jobs, here's what's borked...
https://issues.jboss.org/browse/JBIDE-10349
Still trying to get a clean stable_branch aggregate build (and then JBT
builds too) - last time the aggregate failed due to missing Central,
OTDT, and OpenShift (hadn't spun clean yet).
---
Details:
- hibernate : test failure in org.hibernate.eclipse.console.test
- jbpm : test failure in org.jboss.tools.jbpm.convert.test
- jsf : test failure in org.jboss.tools.jsf.vpe.jsf.test
- maven : 15 bot test failures (same failures in trunk) ... should these
just be turned off and only run locally / manually?
- struts : COMPILE FAILED - upstream bits missing? "The import
org.jboss.tools.jst.web.validation cannot be resolved."
---
There are also a few jobs for which the latest build failed, but at
least we have one good build since branching. This suggests we're having
some stability issues w/ a few Jenkins slaves, but at least we're
getting clean spins when the server is quiet(er).
= archives : aborted build? [Dec 4 ok]
= birt : failed to find usage bits (poor timing between builds) [Dec 4 ok]
= seam : no more locks failure [Dec 4 ok]
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com
2 weeks
Proposed 4.29.0.Final-SNAPSHOT target platform change(s): reverted some removed orbit components needed by Fuse and windup Updated eclipse R-4.29-202309031000 epp 2023-09-202309071200 reddeer 4.7.0 docker 5.12.0 webtools R-3.31.0-20230903090456 cdt 11.3.1 simrel 202309131000-Simrel.2023-09 jgit 6.7.0.202309050840-r...
by sbouchet@redhat.com
Here is a proposal for change(s) to the JBoss Tools / Red Hat Central target platforms.
Affected Versions:
jbosstools 4.29.0.Final
jbt TPs 4.29.0.Final-SNAPSHOT
central TPs 4.28.0.Final-SNAPSHOT
Detail / Summary:
reverted some removed orbit components needed by Fuse and windup
Updated
eclipse R-4.29-202309031000
epp 2023-09-202309071200
reddeer 4.7.0
docker 5.12.0
webtools R-3.31.0-20230903090456
cdt 11.3.1
simrel 202309131000-Simrel.2023-09
jgit 6.7.0.202309050840-r
Related JIRA(s):
https://issues.redhat.com/browse/JBIDE-29058
Pull Request(s):
(already merged - see related JIRA(s))
p2diff Report(s):
(attached to JIRA)
----------
Please review the above changes, as they have been applied and are building today.
Once the target platform is built, jobs and parent pom will be updated to point
TARGET_PLATFORM_VERSION_MAX at the new version, 4.29.0.Final-SNAPSHOT.
You can use the following to build & test the target platforms locally against
your component(s).
Build target-platform:
cd /path/to/jbosstools-target-platforms
git fetch origin pull/<pull-request-number>/head && git checkout FETCH_HEAD
# or, using hub for git
git checkout <pull-request-URL>
mvn clean install -f jbosstools/multiple/pom.xml
Then, to test the new multiple target platform against your component's build:
cd /path/to/your/jbosstools-component
mvn clean verify -Dtpc.version=4.29.0.Final-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------
2 years, 5 months