|
9 | 9 | # Run compatability tests |
10 | 10 | set -e |
11 | 11 |
|
12 | | -echo "Coherence GE 14.1.1-0-19" |
13 | | -PROFILES=,commercial COHERENCE_VERSION=14.1.1-0-19 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-test-images test-e2e-standalone |
14 | | - |
15 | | -echo "Coherence GE 12.2.1-4-23" |
16 | | -PROFILES=,commercial COHERENCE_VERSION=12.2.1-4-23 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-test-images test-e2e-standalone |
| 12 | +echo "Coherence GE 14.1.2-0-3" |
| 13 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,commercial COHERENCE_VERSION=14.1.2-0-3 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-test-images test-e2e-standalone |
17 | 14 |
|
18 | 15 | # Federation Tests |
19 | | -echo "Coherence Federation Test GE 14.1.1-0-19" |
20 | | -PROFILES=,federation COHERENCE_VERSION=14.1.1-0-19 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-federation-images test-e2e-federation |
21 | | - |
22 | | -echo "Coherence Federation Test GE 12.2.1-4-23" |
23 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,federation COHERENCE_VERSION=12.2.1-4-23 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-federation-images test-e2e-federation |
| 16 | +echo "Coherence Federation Test GE 14.1.2-0-3" |
| 17 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,federation COHERENCE_VERSION=14.1.2-0-3 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-federation-images test-e2e-federation |
24 | 18 |
|
25 | | -echo "Coherence Federation Test 14.1.2-0-2" |
26 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,federation COHERENCE_VERSION=14.1.2-0-2 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-federation-images test-e2e-federation |
| 19 | +echo "Coherence Federation Test 14.1.2-0-3" |
| 20 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,federation COHERENCE_VERSION=14.1.2-0-3 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-federation-images test-e2e-federation |
27 | 21 |
|
28 | | -echo "Coherence GE 14.1.2-0-2with topics" |
29 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,topics-commercial COHERENCE_VERSION=14.1.2-0-2COHERENCE_GROUP_ID=com.oracle.coherence make clean build-test-images test-e2e-topics |
| 22 | +echo "Coherence GE 14.1.2-0-3 with topics" |
| 23 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,topics-commercial COHERENCE_VERSION=14.1.2-0-3 COHERENCE_GROUP_ID=com.oracle.coherence make clean build-test-images test-e2e-topics |
30 | 24 |
|
31 | | -echo "Coherence GE 14.1.2-0-2with views" |
32 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,views COHERENCE_GROUP_ID=com.oracle.coherence COHERENCE_VERSION=14.1.2-0-2make clean build-view-images test-e2e-views |
| 25 | +echo "Coherence GE 14.1.2-0-3 with views" |
| 26 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,views COHERENCE_GROUP_ID=com.oracle.coherence COHERENCE_VERSION=14.1.2-0-3 make clean build-view-images test-e2e-views |
0 commit comments