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:18:28 UTC

[skywalking] branch e2e-on-master created (now 135bf7d)

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

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


      at 135bf7d  Move e2e and istio e2e to master recheck.

This branch includes the following new commits:

     new 135bf7d  Move e2e and istio e2e to master recheck.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Move e2e and istio e2e to master recheck.

Posted by wu...@apache.org.
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

commit 135bf7d4723be5fc450404244027fe4af5e22f0a
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Dec 13 08:18:08 2019 +0800

    Move e2e and istio e2e to master recheck.
---
 .github/workflows/e2e.yaml            | 6 +++++-
 .github/workflows/istio-mixer-ci.yaml | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index ca3b087..80c8104 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -16,7 +16,11 @@
 
 name: E2E
 
-on: [pull_request]
+on:
+  pull_request:
+  push:
+    branches:
+      - master
 
 jobs:
   Single:
diff --git a/.github/workflows/istio-mixer-ci.yaml b/.github/workflows/istio-mixer-ci.yaml
index d893125..07ea14a 100644
--- a/.github/workflows/istio-mixer-ci.yaml
+++ b/.github/workflows/istio-mixer-ci.yaml
@@ -16,7 +16,11 @@
 
 name: istio-mixer-ci
 
-on: [pull_request]
+on:
+  pull_request:
+  push:
+    branches:
+      - master
 env:
   SCRIPTS_DIR: ./test/e2e-mesh/e2e-istio/scripts
   LOG_DIR: /tmp/skywalking