Skip to content

Commit

Permalink
Checkpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Feb 4, 2025
1 parent 67461f3 commit 908b7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Coherence JavaScript Client GitHub Actions CI build.
# ---------------------------------------------------------------------------

name: Node.js CI
name: JS Client Validation

on:
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Coherence JavaScript Client GitHub Actions CI build.
# ---------------------------------------------------------------------------

name: Node.js CI
name: JS Client Discovery Validation

on:
schedule:
Expand Down Expand Up @@ -48,9 +48,9 @@ jobs:
export COHERENCE_VERSION=${{ matrix.coherenceVersion }}
curl -sL https://raw.githubusercontent.com/oracle/coherence-cli/main/scripts/install.sh | bash
cohctl version
cohctl set profile grpc-cluster1 -v "-Dcoherence.grpc.server.port=10000"
cohctl set profile grpc-cluster1 -v "-Dcoherence.grpc.server.port=10000" -y
cohctl create cluster grpc-cluster1 -P grpc-cluster1 -r 1 -v ${{ matrix.coherenceVersion }} -y -a coherence-grpc-proxy
cohctl set profile grpc-cluster2 -v "-Dcoherence.grpc.server.port=10001"
cohctl set profile grpc-cluster2 -v "-Dcoherence.grpc.server.port=10001" -y
cohctl create cluster grpc-cluster2 -P grpc-cluster2 -r 1 -H 30001 -v ${{ matrix.coherenceVersion }} -y -a coherence-grpc-proxy
sleep 20
cohctl monitor health -n localhost:7574 -T 40 -w
Expand Down

0 comments on commit 908b7f2

Please sign in to comment.