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 01:31:34 UTC

[skywalking] branch master updated: Move e2e and istio e2e to master and release recheck. (#4048)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new fd24a29  Move e2e and istio e2e to master and release recheck. (#4048)
fd24a29 is described below

commit fd24a29b3b0451d6a8527beae1ac5d6ff97c8600
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Dec 13 09:31:21 2019 +0800

    Move e2e and istio e2e to master and release recheck. (#4048)
    
    * Move e2e and istio e2e to master recheck.
    
    * Try to run tests on tag(release)
    
    * Add `v*` tag to trigger test only, as this is the release tag.
    
    * Trigger CI again
---
 .github/workflows/ci-it.yaml          | 2 ++
 .github/workflows/e2e.yaml            | 8 +++++++-
 .github/workflows/istio-mixer-ci.yaml | 9 ++++++++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml
index a1281c2..6ab0f00 100644
--- a/.github/workflows/ci-it.yaml
+++ b/.github/workflows/ci-it.yaml
@@ -21,6 +21,8 @@ on:
   push:
     branches: 
       - master
+    tags:
+      - 'v*'
     
 
 jobs:
diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index ca3b087..effd6f3 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -16,7 +16,13 @@
 
 name: E2E
 
-on: [pull_request]
+on:
+  pull_request:
+  push:
+    branches:
+      - master
+    tags:
+      - 'v*'
 
 jobs:
   Single:
diff --git a/.github/workflows/istio-mixer-ci.yaml b/.github/workflows/istio-mixer-ci.yaml
index d893125..cac52c5 100644
--- a/.github/workflows/istio-mixer-ci.yaml
+++ b/.github/workflows/istio-mixer-ci.yaml
@@ -16,7 +16,14 @@
 
 name: istio-mixer-ci
 
-on: [pull_request]
+on:
+  pull_request:
+  push:
+    branches:
+      - master
+    tags:
+      - 'v*'
+
 env:
   SCRIPTS_DIR: ./test/e2e-mesh/e2e-istio/scripts
   LOG_DIR: /tmp/skywalking