This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/copyChanges
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 90a03d986795eefef4a29287e636ea097d066d83
Author: Danny McCormick <[email protected]>
AuthorDate: Fri May 29 08:50:22 2026 -0400

    Change kubectl wait to rollout status for sdb-operator
---
 .github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml 
b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
index d16069b9e91..33dcc3bd3bb 100644
--- a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
+++ b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
@@ -87,7 +87,7 @@ jobs:
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-rbac.yaml
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster-crd.yaml
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-operator.yaml
-          kubectl wait --for=condition=Ready pod -l name=sdb-operator 
--timeout=300s
+          kubectl rollout status deployment/sdb-operator --timeout=300s
       - name: Install SingleStore cluster
         id: install_singlestore
         run: |

Reply via email to