This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 1284986ed05 Modify casing in workflow (#31911)
1284986ed05 is described below
commit 1284986ed052e901508cbd98575e0f36a76e8a2d
Author: Prerit Chandok <[email protected]>
AuthorDate: Fri Jul 19 11:18:24 2024 -0400
Modify casing in workflow (#31911)
---
.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 d185d98edff..3925bd92471 100644
--- a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
+++ b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
@@ -82,13 +82,13 @@ jobs:
cluster_name: io-datastores
k8s_namespace: ${{ matrix.job_name }}-${{ github.run_id }}
remove_finalizer: memsqlclusters.memsql.com/sdb-cluster
- - name: Install Singlestore operator
+ - name: Install SingleStore operator
run: |
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=120s
- - name: Install Singlestore cluster
+ - name: Install SingleStore cluster
id: install_singlestore
run: |
kubectl apply -f
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster.yaml