Commit graph

7 commits

Author SHA1 Message Date
Jonah Graham
c9fa638d3d Update images to Dockerfiles from commit 46e37c6d22 2024-06-23 17:45:59 -04:00
Jonah Graham
46e37c6d22 Use CDT's container to run all code cleanliness checks
We need a new docker container for GitHub that runs as the
same uid that GitHub actions uses so permissions all work
correctly.
2024-06-23 17:41:16 -04:00
Jonah Graham
6b14816318 Update images to Dockerfiles from commit b433dfad02 2024-05-02 10:49:45 -04:00
Jonah Graham
5d229301ed Update images to Dockerfiles from commit cc66780e92 2024-04-26 20:29:19 -04:00
Jonah Graham
3429dcf1a2 Allocate much more ram to the Pod on Jenkins
I think with some of the recent changes (Tycho 4, API baselines,
maybe even new dependency on Platform M3) it may be that our memory
requirements have gone up substantially for the build.

Also, with Sonar in the works that also requires more memory.

Therefore see if the EF's JIPP infra will allocate 10G of ram to
our build.

This should fix all the "Killed" messages randomly in the CDT builds.
https://wiki.eclipse.org/Jenkins#What_is_killing_my_build.3F_I.27m_using_custom_containers.21
2023-08-19 17:17:15 -04:00
Jonah Graham
460c0021aa Move all dependencies to maven direct where possible
Includes:

- Sign all artifacts, particularly 3rd party with CDT's PGP key
- Using maven version managed and updated by EF Webmasters
- Update to latest SnakeYAML
- Move some 3rd party dependencies to Import-Package (instead of
  Require-Bundle)
2023-07-10 20:47:10 -04:00
Jonah Graham
637eb04dfb
Migrate builds to GitHub as source (#26) 2022-08-08 09:07:31 -04:00