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
The following commit(s) were added to refs/heads/users/damccorm/copyChanges by
this push:
new 8f0b3127023 Change kubectl wait to rollout status for sdb-operator
8f0b3127023 is described below
commit 8f0b3127023dc1f549cb28bd7b72517f5b100ad9
Author: Danny McCormick <[email protected]>
AuthorDate: Fri May 29 08:51:04 2026 -0400
Change kubectl wait to rollout status for sdb-operator
---
.github/workflows/beam_PerformanceTests_SingleStoreIO.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
index 8c12533e9cc..03a003af46c 100644
--- a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
+++ b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
@@ -83,7 +83,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: |
@@ -111,4 +111,4 @@ jobs:
--tests
org.apache.beam.sdk.io.singlestore.SingleStoreIOPerformanceIT \
--info \
-DintegrationTestRunner=dataflow \
- -DintegrationTestPipelineOptions='[${{
env.beam_PerformanceTests_SingleStoreIO_test_arguments_1 }}]'
\ No newline at end of file
+ -DintegrationTestPipelineOptions='[${{
env.beam_PerformanceTests_SingleStoreIO_test_arguments_1 }}]'