Commit Graph

15 Commits

Author SHA1 Message Date
Mark Paluch
b5c288d18c Upgrade to Apache Cassandra 3.11.12.
Closes #1656
2022-02-22 14:07:13 +01:00
Mark Paluch
00f009a420 Upgrade to Redis 6.2.6.
Closes #1657
2022-02-22 14:07:13 +01:00
Mark Paluch
1702b6ea8c Upgrade to MongoDB 5.0.6.
Closes #1658
2022-02-22 14:07:13 +01:00
Mark Paluch
caaca5218a Upgrade Java 8 to 8u322-b06, Java 11 to 11.0.14.1_1.
Closes #1648
2022-02-22 14:07:11 +01:00
Mark Paluch
fe42c29055 Use Java 17 to build snapshots for Artifactory.
Enable Java 11 profile based on the used Java version.

Use Java 17 to build snapshots that are distributed via Artifactory.

Closes #1652
2022-02-21 14:25:54 +01:00
Greg L. Turnquist
089db21ba0 Backport usage of Harbor Proxy for containers.
Leverage internal infrastructure for pulling Docker container images. Reduces pressure on Docker Hub and reduces risk of hitting rate limits.

See #1630.
2022-02-07 10:12:36 -06:00
Mark Paluch
4b6c709fa8 Polishing.
Extract artifactory credentials.

See #1629
2022-02-04 09:50:48 +01:00
Mark Paluch
3a11860781 Polishing.
Also, externalize docker registry and artifactory credentials.
See #1629
2022-02-02 09:04:37 +01:00
Greg L. Turnquist
24aa8818a0 Externalize build properties.
See #1629.
2022-02-02 09:04:06 +01:00
Greg Turnquist
7b877b0e7c #838 - Introduce Jenkins. 2019-06-26 10:48:48 -05:00
Greg Turnquist
3ccabfe245 #752 - Polishing. 2019-03-13 23:18:27 -05:00
Greg Turnquist
8c58eab3fd #752 - Reduce CI notifications on slack.
Instead of letting Spring HATEOAS trigger a build on Commons, and subsequently a build on every data store, culminating in n-builds of REST, instead use this strategy:

* HATEOAS artifactory triggers Commons test, but not build.
* HATEOAS artifactory triggers REST test and build, since it's a direct impact.
* REST is NOT triggered by individual data store builds, since it doesn't directly depend upon them.

Slack notification policy is:

* Signal test failure.
* Signal build failure.
* Signal build success.

By NOT sending a notification for every test success, it should reduce volume of messages. By reducing the number of total builds happening, will also reduce traffic to only chronic failing tests, which we probably need to see anyway. And with number of total builds reduced, should still give us the occasional warm fuzzy when a build DOES complete.
2019-03-07 08:05:33 -06:00
Greg Turnquist
db2ace9832 #743 - Ensure consistent status updates. 2019-03-04 16:23:12 -06:00
Greg Turnquist
dde6ce1890 #742 - Gate Spring Data JPA tests against JDK 8. 2019-03-04 16:13:06 -06:00
Greg Turnquist
1f6d602264 #714 - Introduce Concourse. 2019-03-01 11:58:12 -06:00