You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2024/03/07 20:18:20 UTC

(beam) 01/01: Investigate postcommit failures

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

yhu pushed a commit to branch investigatepostcommitfail
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 854e0edae0d803aa2d9c468b6caa49fdb285f9da
Author: Yi Hu <ya...@google.com>
AuthorDate: Thu Mar 7 15:17:59 2024 -0500

    Investigate postcommit failures
---
 .github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
index ddbbfa3e5d4..2f894e60781 100644
--- a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
+++ b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
@@ -97,8 +97,8 @@ jobs:
         id: install_singlestore
         run: |
           kubectl apply -f ${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster.yaml
-          kubectl wait --for=jsonpath='{.status.phase}'=Running memsqlclusters.memsql.com --all --timeout=120s
-          kubectl wait svc/svc-sdb-cluster-ddl --for=jsonpath='{.status.loadBalancer.ingress[0].ip}' --timeout=120s
+          kubectl wait --for=jsonpath='{.status.phase}'=Running memsqlclusters.memsql.com --all --timeout=120m
+          kubectl wait svc/svc-sdb-cluster-ddl --for=jsonpath='{.status.loadBalancer.ingress[0].ip}' --timeout=120m
           loadbalancer_IP=$(kubectl get svc svc-sdb-cluster-ddl -o jsonpath='{.status.loadBalancer.ingress[0].ip}') 
           echo lb_ip=$loadbalancer_IP >> $GITHUB_OUTPUT
       - name: Run Java SingleStore IO IT