diff --git a/.github/workflows/e2e-kbcli-k3s.yml b/.github/workflows/e2e-kbcli-k3s.yml index 90566da6a04..56e722cd66f 100644 --- a/.github/workflows/e2e-kbcli-k3s.yml +++ b/.github/workflows/e2e-kbcli-k3s.yml @@ -12,10 +12,10 @@ on: required: false default: '' TEST_TYPE: - description: 'test type (e.g. apecloud-mysql|postgresql|redis|mongodb|kafka|pulsar|weaviate|qdrant| - smartengine|mysqlscale|greptimedb|nebula|risingwave|starrocks|etcd|foxlake|oracle-mysql|asmysql| - openldap|milvus|clickhouse|pika|opensearch|elasticsearch|tdengine|vllm|orioledb|official-pg|ggml| - zookeeper|mariadb|tidb|xinference|oracle|opengauss|influxdb)' + description: 'test type (e.g. apecloud-mysql|postgresql|redis|mongodb|kafka|pulsar|mysqlscale|weaviate|qdrant|smartengine| + greptimedb|nebula|risingwave|starrocks|etcd|foxlake|orioledb|oracle-mysql|official-pg|asmysql|openldap| + opensearch|elasticsearch|vllm|tdengine|milvus|clickhouse|pika|ggml|zookeeper|mariadb|tidb|xinference| + oracle|opengauss|influxdb|flink|solr|doris|halo|mogdb|starrocks-ent|yashandb)' required: false default: '' CLUSTER_VERSION: diff --git a/.github/workflows/e2e-kbcli.yml b/.github/workflows/e2e-kbcli.yml index 4ee3bebf90b..4b352d78ef8 100644 --- a/.github/workflows/e2e-kbcli.yml +++ b/.github/workflows/e2e-kbcli.yml @@ -12,10 +12,10 @@ on: required: false default: '' TEST_TYPE: - description: 'test type (e.g. apecloud-mysql|postgresql|redis|mongodb|kafka|pulsar|weaviate|qdrant| - smartengine|mysqlscale|greptimedb|nebula|risingwave|starrocks|etcd|foxlake|omysql|asmysql|openldap| - milvus|clickhouse|pika|opensearch|elasticsearch|tdengine|vllm|orioledb|official-pg|ggml|zookeeper| - mariadb|tidb|xinference|oracle|opengauss|influxdb|flink)' + description: 'test type (e.g. apecloud-mysql|postgresql|redis|mongodb|kafka|pulsar|mysqlscale|weaviate|qdrant|smartengine| + greptimedb|nebula|risingwave|starrocks|etcd|oceanbase|foxlake|orioledb|oracle-mysql|official-pg|asmysql|openldap| + polardbx|opensearch|elasticsearch|vllm|tdengine|milvus|clickhouse|pika|ggml|zookeeper|mariadb|tidb|xinference| + oracle|opengauss|influxdb|flink|solr|doris|halo|mogdb|oceanbase-ent|starrocks-ent|yashandb)' required: false default: '' CLOUD_PROVIDER: diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 73a9e95cb1a..4e8796013f0 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -203,9 +203,10 @@ jobs: strategy: fail-fast: false matrix: - test-type: [ apecloud-mysql|postgresql|redis|mongodb|kafka|pulsar|weaviate|qdrant|smartengine|mysqlscale|tidb|xinference , - greptimedb|nebula|risingwave|starrocks|etcd|oceanbase|foxlake|omysql|asmysql|openldap|milvus|clickhouse|opengauss , - polardbx|pika|opensearch|elasticsearch|tdengine|vllm|orioledb|official-pg|ggml|zookeeper|mariadb|oracle|flink|influxdb ] + test-type: [ apecloud-mysql|postgresql|redis|mongodb|kafka|pulsar|mysqlscale|weaviate|qdrant|smartengine, + greptimedb|nebula|risingwave|starrocks|etcd|oceanbase|foxlake|orioledb|oracle-mysql|official-pg|asmysql|openldap, + polardbx|opensearch|elasticsearch|vllm|tdengine|milvus|clickhouse|pika|ggml|zookeeper|mariadb|tidb|xinference, + oracle|opengauss|influxdb|flink|solr|doris|halo|mogdb|oceanbase-ent|starrocks-ent|yashandb ] with: GITHUB_REPO: "apecloud/kubeblocks" BRANCH_NAME: "main"