Commit Graph

15 Commits

Author SHA1 Message Date
Mark Paluch
823937d4de Upgrade to Apache Cassandra 3.11.12.
Closes #1656
2022-02-22 14:05:20 +01:00
Mark Paluch
d8e9a3d6b5 Upgrade to Redis 6.2.6.
Closes #1657
2022-02-22 14:05:06 +01:00
Mark Paluch
2bd3911344 Upgrade to MongoDB 5.0.6.
Closes #1658
2022-02-22 14:04:52 +01:00
Mark Paluch
6ac74f4d43 Upgrade Java 8 to 8u322-b06, Java 11 to 11.0.14.1_1.
Closes #1648
2022-02-22 14:02:01 +01:00
Mark Paluch
963cc7be01 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:13:39 +01:00
Greg L. Turnquist
a02e43c99e Use 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:08:10 -06:00
Mark Paluch
6f37ed0a9b Polishing.
Extract artifactory credentials.

See #1629
2022-02-04 09:51:13 +01:00
Mark Paluch
7681dad9d5 Polishing.
Also, externalize docker registry and artifactory credentials.
See #1629
2022-02-02 08:58:13 +01:00
Greg L. Turnquist
8a6cf2e205 Externalize build properties.
See #1629.
2022-01-31 16:27:40 -06: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