Skip to content

Commit

Permalink
chore: kbcli e2e test zookeeper and mariadb (#5671)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Oct 30, 2023
1 parent e602ecf commit f2aff76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-kbcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
default: ''
TEST_TYPE:
description: 'test type (e.g. apecloud-mysql|postgres|redis|mongo|kafka|pulsar|weaviate|qdrant|smarte|scale|greptimedb|nebula|risingwave|starrocks|oceanbase|foxlake|oracle-mysql|asmysql|openldap|polardbx|milvus|clickhouse|pika|opensearch|elasticsearch|vllm|orioledb|official-pg|ggml)'
description: 'test type (e.g. apecloud-mysql|postgres|redis|mongo|kafka|pulsar|weaviate|qdrant|smarte|scale|greptimedb|nebula|risingwave|starrocks|oceanbase|foxlake|oracle-mysql|asmysql|openldap|polardbx|milvus|clickhouse|pika|opensearch|elasticsearch|vllm|orioledb|official-pg|ggml|zookeeper|mariadb)'
required: false
default: ''
CLOUD_PROVIDER:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test-type: [ apecloud-mysql|postgres|redis|mongo|kafka|pulsar|weaviate|qdrant|smarte|scale , greptimedb|nebula|risingwave|starrocks|oceanbase|foxlake|oracle-mysql|asmysql|openldap|milvus , polardbx|clickhouse|pika|opensearch|elasticsearch|vllm|orioledb|official-pg|ggml ]
test-type: [ apecloud-mysql|postgres|redis|mongo|kafka|pulsar|weaviate|qdrant|smarte|scale , greptimedb|nebula|risingwave|starrocks|oceanbase|foxlake|oracle-mysql|asmysql|openldap|milvus , polardbx|clickhouse|pika|opensearch|elasticsearch|vllm|orioledb|official-pg|ggml|zookeeper|mariadb ]
with:
GITHUB_REPO: "apecloud/kubeblocks"
BRANCH_NAME: "main"
Expand Down

0 comments on commit f2aff76

Please sign in to comment.