This repository was archived by the owner on Jun 17, 2020. It is now read-only.
Commit 88fa178
authored
Add support for CircleCI integration builds
* Adding circleci support
* Trying to prevent sigkills according to https://discuss.circleci.com/t/builds-getting-killed-with-vague-message-received-signal-killed/10214/12
* Remove formatting, manage memory
* Max memory take 2
* Trying to build everything in one machine and one shot
* Adding echoes and fixing dir names
* See if parallelized builds work fine and fix geowebcache main pom location
* Trying to tighten memory a bit more while preserving parallel builds
* Back to sequential build
* Attempt to split into smaller commands and run down to GeoServer
* Some issues with directories, seem they are intepreted as relative, attempt to fix #1
* Some issues with directories, seem they are intepreted as relative, attempt to fix #2
* Some issues with directories, seem they are intepreted as relative, attempt to fix #3
* Don't update snapshots, trying to use less memory in GS build
* Don't update snapshots, trying to use less memory in GT build
* More memory work and starting to add repository caching
* Fixing indentation
* More caching fixes
* Ok, trying to get offline costs too much in terms of downloads
* One more attempt at getting a GS build that does not fail
* Temporarily add early cache saving to have something for the next build (speed up trial and error roundtrip)
* Damn you yaml
* Switching all builds to batch mode
* Cache was saved once, good enough, removing
* Community modules have been compiled, without tests, in the first command, the third is redundant
* Trying harder to release memory to the OS
* Breaking install into two lines, it keeps on failing due to lack of memory...
* Trying to centralize JVM configurations
* Yet another attempt to control memory usage
* war assembly failed in GWC due to memory, trying to give a bit more
* Fixing typo
* One more push on memory
* Circle CI limits by the minute, try to reduce build time as much as possible1 parent 9196da8 commit 88fa178
1 file changed
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments