1616jobs :
1717 build :
1818 runs-on : ubuntu-24.04
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1921 timeout-minutes : 60
2022 strategy :
2123 matrix :
6668 shell : bash
6769 run : |
6870 go get google.golang.org/grpc/cmd/[email protected] 69- INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.11 make clean generate-proto build-test-images test-e2e-standalone
71+ INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.12 make clean generate-proto build-test-images test-e2e-standalone
7072
7173 - name : Profile Near Cache
7274 shell : bash
8385 shell : bash
8486 run : |
8587 go get google.golang.org/grpc/cmd/[email protected] 86- COHERENCE_VERSION=22.06.11 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
88+ SKIP_PROTO_GENERATION=true COHERENCE_VERSION=22.06.11 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
8789
8890 - uses : actions/upload-artifact@v4
8991 if : failure()
9496 - name : E2E Local Tests SSL (env)
9597 shell : bash
9698 run : |
97- SECURE=env COHERENCE_IGNORE_INVALID_CERTS=true \
99+ SKIP_PROTO_GENERATION=true SECURE=env COHERENCE_IGNORE_INVALID_CERTS=true \
98100 COHERENCE_TLS_CERTS_PATH=`pwd`/test/utils/certs/guardians-ca.crt \
99101 COHERENCE_TLS_CLIENT_CERT=`pwd`/test/utils/certs/star-lord.crt \
100102 COHERENCE_TLS_CLIENT_KEY=`pwd`/test/utils/certs/star-lord.key \
@@ -103,7 +105,7 @@ jobs:
103105 - name : E2E Local Tests SSL (options)
104106 shell : bash
105107 run : |
106- SECURE=options COHERENCE_IGNORE_INVALID_CERTS_OPTION=true \
108+ SKIP_PROTO_GENERATION=true SECURE=options COHERENCE_IGNORE_INVALID_CERTS_OPTION=true \
107109 COHERENCE_TLS_CERTS_PATH_OPTION=`pwd`/test/utils/certs/guardians-ca.crt \
108110 COHERENCE_TLS_CLIENT_CERT_OPTION=`pwd`/test/utils/certs/star-lord.crt \
109111 COHERENCE_TLS_CLIENT_KEY_OPTION=`pwd`/test/utils/certs/star-lord.key \
@@ -112,7 +114,7 @@ jobs:
112114 - name : E2E Local Tests SSL (tlsConfig)
113115 shell : bash
114116 run : |
115- SECURE=tlsConfig COHERENCE_IGNORE_INVALID_CERTS_OPTION=true \
117+ SKIP_PROTO_GENERATION=true SECURE=tlsConfig COHERENCE_IGNORE_INVALID_CERTS_OPTION=true \
116118 COHERENCE_TLS_CERTS_PATH_OPTION=`pwd`/test/utils/certs/guardians-ca.crt \
117119 COHERENCE_TLS_CLIENT_CERT_OPTION=`pwd`/test/utils/certs/star-lord.crt \
118120 COHERENCE_TLS_CLIENT_KEY_OPTION=`pwd`/test/utils/certs/star-lord.key \
0 commit comments