You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/12/13 00:22:43 UTC

[skywalking] branch e2e-on-master updated: Try to run tests on tag(release)

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

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


The following commit(s) were added to refs/heads/e2e-on-master by this push:
     new 49e2624  Try to run tests on tag(release)
49e2624 is described below

commit 49e2624eb44e3f85e8c6209c35ab8277757e7ea4
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Dec 13 08:22:30 2019 +0800

    Try to run tests on tag(release)
---
 .github/workflows/ci-it.yaml          | 2 ++
 .github/workflows/e2e.yaml            | 2 ++
 .github/workflows/istio-mixer-ci.yaml | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml
index a1281c2..b1a8b75 100644
--- a/.github/workflows/ci-it.yaml
+++ b/.github/workflows/ci-it.yaml
@@ -21,6 +21,8 @@ on:
   push:
     branches: 
       - master
+    tags:
+      - '*'
     
 
 jobs:
diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 80c8104..e09223f 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -21,6 +21,8 @@ on:
   push:
     branches:
       - master
+    tags:
+      - '*'
 
 jobs:
   Single:
diff --git a/.github/workflows/istio-mixer-ci.yaml b/.github/workflows/istio-mixer-ci.yaml
index 07ea14a..12da11f 100644
--- a/.github/workflows/istio-mixer-ci.yaml
+++ b/.github/workflows/istio-mixer-ci.yaml
@@ -21,6 +21,8 @@ on:
   push:
     branches:
       - master
+    tags:
+      - '*'
 env:
   SCRIPTS_DIR: ./test/e2e-mesh/e2e-istio/scripts
   LOG_DIR: /tmp/skywalking