Skip to content

Commit

Permalink
review: simplify
Browse files Browse the repository at this point in the history
Signed-off-by: YanniHu1996 <[email protected]>
  • Loading branch information
YanniHu1996 committed Nov 20, 2024
1 parent be4f15f commit c70738e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
PHASE="Cluster in healthy state"
kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" clusters/cluster-example
deploy-pg4k-pgd:
runs-on: ubuntu-22.04
needs:
Expand Down Expand Up @@ -137,9 +137,9 @@ jobs:
kubectl apply -f hack/samples/pg4k-pgd-cluster.yaml
PHASE="PGDGroup - Healthy"
kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-a
kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-b
kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-c
kubectl wait --timeout=8m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-a
kubectl wait --timeout=8m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-b
kubectl wait --timeout=8m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-c
deploy-ep4k-single-namespace:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -217,4 +217,4 @@ jobs:
run: |
kubectl create ns test-ignore
kubectl -n test-ignore apply -f hack/samples/ep4k-cluster.yaml
kubectl -n test-ignore get pods 2>&1 >/dev/null | grep 'No resources found'
kubectl -n test-ignore get pods 2>&1 >/dev/null | grep 'No resources found'
1 change: 0 additions & 1 deletion charts/edb-postgres-distributed-for-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- name: "edb-postgres-for-kubernetes-lts"
condition: edb-postgres-for-kubernetes-lts.enabled
version: "0.22.1"
repository: file://charts/edb-postgres-for-kubernetes-lts

sources:
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts
Expand Down

0 comments on commit c70738e

Please sign in to comment.