This is an automated email from the ASF dual-hosted git repository. liuhan pushed a commit to branch e2e-rename in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git
commit cfee63ecba97a55e1cdb211954c9a0164a97c575 Author: mrproliu <[email protected]> AuthorDate: Fri Mar 6 11:16:21 2026 +0800 Rename the E2E tests --- .github/workflows/e2e.ci.yaml | 22 +++++++++++----------- ...egistry-dns.yaml => e2e-dns-cluster-state.yaml} | 2 +- ....yaml => e2e-dns-node-etcd-schema-cluster.yaml} | 2 +- ...aml => e2e-dns-node-native-schema-cluster.yaml} | 2 +- ...banyandb-cluster.yaml => e2e-etcd-cluster.yaml} | 2 +- ...xy-service.yaml => e2e-fodc-proxy-service.yaml} | 0 ...-banyandb-lifecycle.yaml => e2e-lifecycle.yaml} | 0 ...anyandb-standalone.yaml => e2e-standalone.yaml} | 0 ...registry.yaml => values.dns-cluster-state.yaml} | 0 ...ml => values.dns-node-etcd-schema-cluster.yaml} | 0 ... => values.dns-node-native-schema-cluster.yaml} | 0 ...alues.cluster.yaml => values.etcd-cluster.yaml} | 0 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/e2e.ci.yaml b/.github/workflows/e2e.ci.yaml index f42d1ac..49d3a95 100644 --- a/.github/workflows/e2e.ci.yaml +++ b/.github/workflows/e2e.ci.yaml @@ -36,19 +36,19 @@ jobs: matrix: test: - name: Run Skywalking E2E Test (standalone BanyanDB as database) - config: test/e2e/e2e-banyandb-standalone.yaml - - name: Run Skywalking E2E Test (BanyanDB cluster as database) - config: test/e2e/e2e-banyandb-cluster.yaml + config: test/e2e/e2e-standalone.yaml + - name: Run Skywalking E2E Test (BanyanDB etcd cluster as database) + config: test/e2e/e2e-etcd-cluster.yaml - name: Run Skywalking E2E Test (BanyanDB lifecycle as database) - config: test/e2e/e2e-banyandb-lifecycle.yaml + config: test/e2e/e2e-lifecycle.yaml - name: Run Skywalking E2E Test (FODC Proxy Service) - config: test/e2e/e2e-banyandb-fodc-proxy-service.yaml - - name: Run Skywalking E2E Test (BanyanDB DNS node registry) - config: test/e2e/e2e-banyandb-node-registry-dns.yaml - - name: Run Skywalking E2E Test (BanyanDB cluster schema etcd) - config: test/e2e/e2e-banyandb-cluster-schema-etcd.yaml - - name: Run Skywalking E2E Test (BanyanDB cluster schema property) - config: test/e2e/e2e-banyandb-cluster-schema-property.yaml + config: test/e2e/e2e-fodc-proxy-service.yaml + - name: Run Skywalking E2E Test (BanyanDB DNS cluster state) + config: test/e2e/e2e-dns-cluster-state.yaml + - name: Run Skywalking E2E Test (BanyanDB DNS node etcd schema cluster) + config: test/e2e/e2e-dns-node-etcd-schema-cluster.yaml + - name: Run Skywalking E2E Test (BanyanDB DNS node native schema cluster) + config: test/e2e/e2e-dns-node-native-schema-cluster.yaml name: ${{ matrix.test.name }} env: OAP_TAG: 65137fc27fd765bb44007bad7fcbe59a185fa617 diff --git a/test/e2e/e2e-banyandb-node-registry-dns.yaml b/test/e2e/e2e-dns-cluster-state.yaml similarity index 97% rename from test/e2e/e2e-banyandb-node-registry-dns.yaml rename to test/e2e/e2e-dns-cluster-state.yaml index 257e933..b941b88 100644 --- a/test/e2e/e2e-banyandb-node-registry-dns.yaml +++ b/test/e2e/e2e-dns-cluster-state.yaml @@ -45,7 +45,7 @@ setup: - name: Install helm command: bash test/e2e/setup-e2e-shell/install.sh helm - name: Install BanyanDB with DNS node registry - command: helm -n istio-system install banyandb chart/ -f test/e2e/values.dns.registry.yaml --create-namespace + command: helm -n istio-system install banyandb chart/ -f test/e2e/values.dns-cluster-state.yaml --create-namespace wait: - namespace: istio-system resource: pod diff --git a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml b/test/e2e/e2e-dns-node-etcd-schema-cluster.yaml similarity index 99% rename from test/e2e/e2e-banyandb-cluster-schema-etcd.yaml rename to test/e2e/e2e-dns-node-etcd-schema-cluster.yaml index 7293f33..c8f1c94 100644 --- a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml +++ b/test/e2e/e2e-dns-node-etcd-schema-cluster.yaml @@ -60,7 +60,7 @@ setup: for: condition=ready label-selector: app.kubernetes.io/name=etcd - name: Install BanyanDB - command: helm -n istio-system install banyandb chart/ -f test/e2e/values.cluster-schema-etcd.yaml + command: helm -n istio-system install banyandb chart/ -f test/e2e/values.dns-node-etcd-schema-cluster.yaml wait: - namespace: istio-system resource: pod diff --git a/test/e2e/e2e-banyandb-cluster-schema-property.yaml b/test/e2e/e2e-dns-node-native-schema-cluster.yaml similarity index 99% rename from test/e2e/e2e-banyandb-cluster-schema-property.yaml rename to test/e2e/e2e-dns-node-native-schema-cluster.yaml index a3dd515..edc2945 100644 --- a/test/e2e/e2e-banyandb-cluster-schema-property.yaml +++ b/test/e2e/e2e-dns-node-native-schema-cluster.yaml @@ -43,7 +43,7 @@ setup: - name: Install helm command: bash test/e2e/setup-e2e-shell/install.sh helm - name: Install BanyanDB - command: helm -n istio-system install banyandb chart/ -f test/e2e/values.cluster-schema-property.yaml + command: helm -n istio-system install banyandb chart/ -f test/e2e/values.dns-node-native-schema-cluster.yaml wait: - namespace: istio-system resource: pod diff --git a/test/e2e/e2e-banyandb-cluster.yaml b/test/e2e/e2e-etcd-cluster.yaml similarity index 99% rename from test/e2e/e2e-banyandb-cluster.yaml rename to test/e2e/e2e-etcd-cluster.yaml index 253dab2..3f093b9 100644 --- a/test/e2e/e2e-banyandb-cluster.yaml +++ b/test/e2e/e2e-etcd-cluster.yaml @@ -60,7 +60,7 @@ setup: for: condition=ready label-selector: app.kubernetes.io/name=etcd - name: Install BanyanDB - command: helm -n istio-system install banyandb chart/ -f test/e2e/values.cluster.yaml + command: helm -n istio-system install banyandb chart/ -f test/e2e/values.etcd-cluster.yaml wait: - namespace: istio-system resource: pod diff --git a/test/e2e/e2e-banyandb-fodc-proxy-service.yaml b/test/e2e/e2e-fodc-proxy-service.yaml similarity index 100% rename from test/e2e/e2e-banyandb-fodc-proxy-service.yaml rename to test/e2e/e2e-fodc-proxy-service.yaml diff --git a/test/e2e/e2e-banyandb-lifecycle.yaml b/test/e2e/e2e-lifecycle.yaml similarity index 100% rename from test/e2e/e2e-banyandb-lifecycle.yaml rename to test/e2e/e2e-lifecycle.yaml diff --git a/test/e2e/e2e-banyandb-standalone.yaml b/test/e2e/e2e-standalone.yaml similarity index 100% rename from test/e2e/e2e-banyandb-standalone.yaml rename to test/e2e/e2e-standalone.yaml diff --git a/test/e2e/values.dns.registry.yaml b/test/e2e/values.dns-cluster-state.yaml similarity index 100% rename from test/e2e/values.dns.registry.yaml rename to test/e2e/values.dns-cluster-state.yaml diff --git a/test/e2e/values.cluster-schema-etcd.yaml b/test/e2e/values.dns-node-etcd-schema-cluster.yaml similarity index 100% rename from test/e2e/values.cluster-schema-etcd.yaml rename to test/e2e/values.dns-node-etcd-schema-cluster.yaml diff --git a/test/e2e/values.cluster-schema-property.yaml b/test/e2e/values.dns-node-native-schema-cluster.yaml similarity index 100% rename from test/e2e/values.cluster-schema-property.yaml rename to test/e2e/values.dns-node-native-schema-cluster.yaml diff --git a/test/e2e/values.cluster.yaml b/test/e2e/values.etcd-cluster.yaml similarity index 100% rename from test/e2e/values.cluster.yaml rename to test/e2e/values.etcd-cluster.yaml
