Skip to content

Commit

Permalink
Update CI/CD with correct snapshots (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 authored Jan 23, 2025
1 parent ec7d839 commit 036f2e6
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-compatability-1412.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coherenceVersion:
- 14.1.2-0-0
- 14.1.2-0-1
- 14.1.2-0-1-SNAPSHOT
- 14.1.2-0-2-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-compatability-2206.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coherenceVersion:
- 22.06.10
- 22.06.11
- 22.06.11-SNAPSHOT
- 22.06.12-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-compatability-v1-1412.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coherenceVersion:
- 14.1.2-0-0
- 14.1.2-0-1
- 14.1.2-0-1-SNAPSHOT
- 14.1.2-0-2-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
if: failure()
with:
name: test-output-SSL-${{ matrix.go-version }}-${{ matrix.coherenceVersion }}
path: build/_output/test-logs
path: build/_output/test-logs
4 changes: 2 additions & 2 deletions .github/workflows/build-compatability-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coherenceVersion:
- 24.09
- 24.09.2
- 24.09.1-SNAPSHOT
- 24.09.3-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
if: failure()
with:
name: test-output-SSL-${{ matrix.go-version }}-${{ matrix.coherenceVersion }}
path: build/_output/test-logs
path: build/_output/test-logs
2 changes: 1 addition & 1 deletion .github/workflows/build-queues-1412.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coherenceVersion:
- 14.1.2-0-0
- 14.1.2-0-1
- 14.1.2-0-1-SNAPSHOT
- 14.1.2-0-2-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-queues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coherenceVersion:
- 24.09
- 24.09.2
- 24.09.1-SNAPSHOT
- 24.09.3-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
coherence-version:
- 24.09
- 24.09.2
- 24.09.1-SNAPSHOT
- 24.09.3-SNAPSHOT

# Checkout the source, we need a depth of zero to fetch all of the history otherwise
# the copyright check cannot work out the date of the files from Git.
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
if: failure()
with:
name: test-output-${{ matrix.go-version }}-${{ matrix.coherence-version }}
path: build/_output/test-logs
path: build/_output/test-logs
4 changes: 2 additions & 2 deletions .github/workflows/discovery-compatability-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
coherenceVersion:
- 22.06.10
- 22.06.11
- 22.06.11-SNAPSHOT
- 22.06.12-SNAPSHOT
- 24.09
- 24.09.2
- 14.1.2-0-0
- 14.1.2-0-1
- 14.1.2-0-1-SNAPSHOT
- 14.1.2-0-2-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-jakarta-v1.2.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coherenceVersion:
- 24.09
- 24.09.2
- 24.09.1-SNAPSHOT
- 24.09.3-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-v1.2.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 22.06.11-SNAPSHOT
- 22.06.12-SNAPSHOT
- 22.06.10
- 22.06.11
go-version:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 22.06.11-SNAPSHOT
- 22.06.12-SNAPSHOT
- 22.06.10
- 22.06.11
- 14.1.2-0-0
- 14.1.2-0-1
- 14.1.2-0-1-SNAPSHOT
- 14.1.2-0-2-SNAPSHOT
go-version:
- 1.19.x
- 1.20.x
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/resolver-clusters-compatability-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.

Expand All @@ -25,6 +25,7 @@ jobs:
- 24.09
- 24.09.2
- 14.1.2-0-0
- 14.1.2-0-1
go-version:
- 1.19.x
- 1.20.x
Expand Down

0 comments on commit 036f2e6

Please sign in to comment.