|
9 | 9 | # Run compatability tests |
10 | 10 | set -e |
11 | 11 |
|
12 | | -echo "Coherence CE 22.06.12" |
13 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=22.06.12 make clean build-test-images test-e2e-standalone |
| 12 | +echo "Coherence CE 22.06.13" |
| 13 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=22.06.13 make clean build-test-images test-e2e-standalone |
14 | 14 |
|
15 | | -echo "Coherence CE 14.1.2-0-2" |
16 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-2 make clean build-test-images test-e2e-standalone |
| 15 | +echo "Coherence CE 14.1.2-0-3" |
| 16 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-3 make clean build-test-images test-e2e-standalone |
17 | 17 |
|
18 | | -echo "Coherence CE 25.03.1" |
19 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=25.03.1 make clean build-test-images test-e2e-standalone |
| 18 | +echo "Coherence CE 25.03.2" |
| 19 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=25.03.2 make clean build-test-images test-e2e-standalone |
20 | 20 |
|
21 | | -echo "Coherence CE 25.03.1 with Executor" |
22 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,executor COHERENCE_VERSION=25.03.1 make clean build-test-images test-e2e-standalone |
| 21 | +echo "Coherence CE 25.03.2 with Executor" |
| 22 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,executor COHERENCE_VERSION=25.03.2 make clean build-test-images test-e2e-standalone |
23 | 23 |
|
24 | | -echo "Coherence CE 14.1.1-0-19" |
25 | | -COHERENCE_VERSION=14.1.1-0-19 make clean build-test-images test-e2e-standalone |
| 24 | +echo "Coherence CE 14.1.1-0-22" |
| 25 | +COHERENCE_VERSION=14.1.1-0-22 make clean build-test-images test-e2e-standalone |
26 | 26 |
|
27 | | -echo "Coherence CE 25.03.1 with Topics" |
28 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,topics COHERENCE_VERSION=25.03.1 make clean build-test-images test-e2e-topics |
| 27 | +echo "Coherence CE 25.03.2 with Topics" |
| 28 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,topics COHERENCE_VERSION=25.03.2 make clean build-test-images test-e2e-topics |
29 | 29 |
|
30 | | -echo "Coherence CE 25.03.1 with View Caches" |
31 | | -COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,views COHERENCE_VERSION=25.03.1 make clean build-view-images test-e2e-views |
| 30 | +echo "Coherence CE 25.03.2 with View Caches" |
| 31 | +COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,views COHERENCE_VERSION=25.03.2 make clean build-view-images test-e2e-views |
32 | 32 |
|
33 | 33 | # Security Enabled |
34 | 34 | export COMPUTERNAME=server1 |
|
0 commit comments