Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[krazo-dev] Jenkins jobs

Hi all,

The Travis builds we have been using for Krazo are consuming resources in a way causing us to be put in the wait queue after one or two builds. After that, it takes forever to validate PRs.

I have therefore done the following to mitigate this:

- Travis build config set to only do a "simple" clean install
- The test suites have been moved to Jenkins
    - https://ci.eclipse.org/krazo/job/testsuites/
    - The job (multi config) is triggered from the master-build-only which checks for updates every 15 mins
    - The test suite passes on Wildfly
    - The test tsuite does not pass on GlassFish (most likely due to GF currently requiring Java SE 8, so not a big concern really)
- The TCK jobs have been moved to Jenkins as well
  - https://ci.eclipse.org/krazo/view/TCK%20Jobs/
  - These jobs are triggered from the nightly Krazo build
  - Passes on GF and WF
- All Krazo Jenkins jobs are here: https://ci.eclipse.org/krazo/

Ivar
--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation, Inc.

Eclipse Foundation - Community. Code. Collaboration. 


Back to the top