Skip to content

Commit 09a1e60

Browse files
authored
fix race condition in sdb-operator (#38698)
1 parent dc3b2cc commit 09a1e60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PerformanceTests_SingleStoreIO.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-rbac.yaml
8484
kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster-crd.yaml
8585
kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-operator.yaml
86-
kubectl wait --for=condition=Ready pod -l name=sdb-operator --timeout=300s
86+
kubectl rollout status deployment/sdb-operator --timeout=300s
8787
- name: Install Singlestore cluster
8888
id: install_singlestore
8989
run: |

.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-rbac.yaml
8888
kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster-crd.yaml
8989
kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-operator.yaml
90-
kubectl wait --for=condition=Ready pod -l name=sdb-operator --timeout=300s
90+
kubectl rollout status deployment/sdb-operator --timeout=300s
9191
- name: Install SingleStore cluster
9292
id: install_singlestore
9393
run: |

0 commit comments

Comments
 (0)