From 4b6e3654a0691062d26a08721594ad2b914eb8db Mon Sep 17 00:00:00 2001 From: huangzhangshu Date: Mon, 20 Jan 2025 12:11:59 +0800 Subject: [PATCH] chore: remove unsupport kb 1.0 addon --- .github/workflows/e2e-kbcli-k3s.yml | 8 ++++---- .github/workflows/e2e-kbcli.yml | 8 ++++---- .github/workflows/release-image.yml | 9 ++++----- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/e2e-kbcli-k3s.yml b/.github/workflows/e2e-kbcli-k3s.yml index eb499df2171..14e6d3567dd 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|mysqlscale|weaviate|qdrant|smartengine| - greptimedb|nebula|risingwave|starrocks|etcd|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|starrocks-ent|apecloud-postgresql|yashandb|redis-cluster|camellia-redis-proxy|dmdb|minio)' + description: 'test type (e.g. apecloud-mysql|postgresql|redis|mongodb|kafka|asmysql|elasticsearch|zookeeper| + rabbitmq|pulsar|mysqlscale|weaviate|qdrant|smartengine|greptimedb|nebula|risingwave|starrocks|etcd| + orioledb|vanilla-pg|polardbx|opensearch|tdengine|milvus|clickhouse|mariadb|tidb|influxdb|doris|mogdb| + apecloud-postgresql|yashandb|redis-cluster|minio|orchestrator)' required: false default: '' CLUSTER_VERSION: diff --git a/.github/workflows/e2e-kbcli.yml b/.github/workflows/e2e-kbcli.yml index 9f975a72963..7e7e4c643e2 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|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|redis-cluster|camellia-redis-proxy|dmdb|minio)' + description: 'test type (e.g. apecloud-mysql|postgresql|redis|mongodb|kafka|asmysql|elasticsearch|zookeeper| + rabbitmq|pulsar|mysqlscale|weaviate|qdrant|smartengine|greptimedb|nebula|risingwave|starrocks|etcd|oceanbase| + orioledb|vanilla-pg|polardbx|opensearch|tdengine|milvus|clickhouse|mariadb|tidb|influxdb|doris|mogdb| + apecloud-postgresql|yashandb|redis-cluster|minio|orchestrator)' required: false default: '' CLOUD_PROVIDER: diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 29ebe78772d..766f3b880f7 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -206,11 +206,10 @@ jobs: strategy: fail-fast: false matrix: - test-type: [ apecloud-mysql|postgresql|redis|mongodb|kafka|asmysql|elasticsearch|zookeeper|rabbitmq|damengdb|kingbase, - pulsar|mysqlscale|weaviate|qdrant|smartengine|greptimedb|nebula|risingwave|starrocks|etcd|oceanbase, - foxlake|orioledb|oracle-mysql|official-pg|openldap|polardbx|opensearch|vllm|tdengine|milvus|clickhouse, - pika|ggml|mariadb|tidb|xinference|oracle|opengauss|influxdb|flink|solr|doris, - halo|mogdb|oceanbase-ent|starrocks-ent|apecloud-postgresql|yashandb|redis-cluster|camellia-redis-proxy|dmdb|minio|orchestrator ] + test-type: [ apecloud-mysql|postgresql|redis|mongodb|kafka|asmysql|elasticsearch|zookeeper|rabbitmq, + pulsar|mysqlscale|weaviate|qdrant|smartengine|greptimedb|nebula|risingwave|starrocks, + etcd|oceanbase|orioledb|vanilla-pg|polardbx|opensearch|tdengine|milvus|clickhouse|mariadb, + tidb|influxdb|doris|mogdb|apecloud-postgresql|yashandb|redis-cluster|minio|orchestrator ] with: GITHUB_REPO: "apecloud/kubeblocks" BRANCH_NAME: "main"