This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new 331522d  Modify jobs name (#134)
331522d is described below

commit 331522d46dfb3e46dcc37943a942194720925015
Author: ButterBright <[email protected]>
AuthorDate: Tue Oct 10 20:48:58 2023 +0800

    Modify jobs name (#134)
---
 .github/workflows/e2e.ci.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/e2e.ci.yaml b/.github/workflows/e2e.ci.yaml
index 789349b..c23801e 100644
--- a/.github/workflows/e2e.ci.yaml
+++ b/.github/workflows/e2e.ci.yaml
@@ -34,8 +34,6 @@ jobs:
     timeout-minutes: 60
     strategy:
       matrix:
-        images:
-          - name: recent
         test:
           - name: Run Skywalking E2E Test (Elasticsearch as database)
             config: test/e2e/e2e-elasticsearch.yaml
@@ -43,7 +41,7 @@ jobs:
             config: test/e2e/e2e-banyandb.yaml
           - name: Run SWCK E2E Test
             config: test/e2e/swck/e2e.yaml
-    name: Istio+Envoy Access Log Service(${{ matrix.images.name }})
+    name: ${{ matrix.test.name }}
     env:
       OAP_TAG: 14fbd975be077082ed6fa604e05479dd9af0d995
       OAP_REPO: ghcr.io/apache/skywalking/oap

Reply via email to