generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,16 +87,16 @@ jobs: | |
go get google.golang.org/grpc/cmd/[email protected] | ||
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=$COH_VERSION PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }} | ||
path: build/_output/test-logs | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }} | ||
path: build/_output/test-logs | ||
|
||
- name: E2E Local Tests SSL | ||
|
@@ -112,8 +112,8 @@ jobs: | |
COHERENCE_TLS_CLIENT_KEY=`pwd`/test/utils/certs/star-lord.key \ | ||
COHERENCE_VERSION=$COH_VERSION PROFILES=,secure,-jakarta,javax make clean certs generate-proto build-test-images test-e2e-standalone | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }} | ||
path: build/_output/test-logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,10 +77,10 @@ jobs: | |
go get google.golang.org/grpc/cmd/[email protected] | ||
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 INCLUDE_LONG_RUNNING=true PROFILES=,jakarta,-javax COHERENCE_VERSION=$COH_VERSION make clean generate-proto build-test-images test-e2e-standalone | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }} | ||
path: build/_output/test-logs | ||
|
||
- name: E2E Local Tests With Scope | ||
|
@@ -91,10 +91,10 @@ jobs: | |
go get google.golang.org/grpc/cmd/[email protected] | ||
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=$COH_VERSION PROFILES=,jakarta,-javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }} | ||
path: build/_output/test-logs | ||
|
||
- name: E2E Local Tests SSL | ||
|
@@ -110,8 +110,8 @@ jobs: | |
COHERENCE_TLS_CLIENT_KEY=`pwd`/test/utils/certs/star-lord.key \ | ||
COHERENCE_VERSION=$COH_VERSION PROFILES=,secure,jakarta,-javax make clean certs generate-proto build-test-images test-e2e-standalone | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }} | ||
path: build/_output/test-logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,8 +77,8 @@ jobs: | |
go get google.golang.org/grpc/cmd/[email protected] | ||
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 INCLUDE_LONG_RUNNING=true PROFILES=,jakarta,-javax,queues COHERENCE_VERSION=$COH_VERSION make clean generate-proto build-test-images test-e2e-standalone-queues | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }} | ||
path: build/_output/test-logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,24 +83,24 @@ jobs: | |
shell: bash | ||
run: | | ||
go get google.golang.org/grpc/cmd/[email protected] | ||
INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.7 make clean generate-proto build-test-images test-e2e-standalone | ||
INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.8 make clean generate-proto build-test-images test-e2e-standalone | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }} | ||
path: build/_output/test-logs | ||
|
||
- name: E2E Local Tests With Scope | ||
shell: bash | ||
run: | | ||
go get google.golang.org/grpc/cmd/[email protected] | ||
COHERENCE_VERSION=22.06.7 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope | ||
COHERENCE_VERSION=22.06.8 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }} | ||
path: build/_output/test-logs | ||
|
||
- name: E2E Local Tests SSL (env) | ||
|
@@ -112,7 +112,6 @@ jobs: | |
COHERENCE_TLS_CLIENT_KEY=`pwd`/test/utils/certs/star-lord.key \ | ||
COHERENCE_VERSION=22.06.7 PROFILES=,secure,-jakarta,javax make clean certs generate-proto build-test-images test-e2e-standalone | ||
- name: E2E Local Tests SSL (options) | ||
shell: bash | ||
run: | | ||
|
@@ -131,8 +130,8 @@ jobs: | |
COHERENCE_TLS_CLIENT_KEY_OPTION=`pwd`/test/utils/certs/star-lord.key \ | ||
COHERENCE_VERSION=22.06.7 PROFILES=,secure,-jakarta,javax,scope make clean certs generate-proto build-test-images test-e2e-standalone-scope | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
if: failure() | ||
with: | ||
name: test-output | ||
name: test-output-${{ matrix.go-version }} | ||
path: build/_output/test-logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters