You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/03/02 14:43:58 UTC

[skywalking] branch istio1.9 updated (3c3c0ed -> 8da8122)

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

kezhenxu94 pushed a change to branch istio1.9
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard 3c3c0ed  Add Istio 1.9.1 into test matrix
     new 8da8122  Add Istio 1.9.1 into test matrix

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3c3c0ed)
            \
             N -- N -- N   refs/heads/istio1.9 (8da8122)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .github/workflows/e2e.compat.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[skywalking] 01/01: Add Istio 1.9.1 into test matrix

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch istio1.9
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 8da8122fe54621e36466254ef80b0d3274775de0
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Fri Feb 19 07:47:08 2021 +0800

    Add Istio 1.9.1 into test matrix
---
 .github/workflows/e2e.compat.yaml | 4 ++--
 .github/workflows/e2e.istio.yaml  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/e2e.compat.yaml b/.github/workflows/e2e.compat.yaml
index 0fa4a98..bdb37eb 100644
--- a/.github/workflows/e2e.compat.yaml
+++ b/.github/workflows/e2e.compat.yaml
@@ -25,7 +25,7 @@ jobs:
   Compatibility:
     name: Compatibility
     runs-on: ubuntu-latest
-    timeout-minutes: 30
+    timeout-minutes: 60
     env:
       SW_SIMPLE_CASE: compat
       SW_AGENT_JDK_VERSION: 11
@@ -53,4 +53,4 @@ jobs:
         if: env.SKIP_CI != 'true'
         uses: ./.github/actions/e2e-test
         with:
-          test_class: org.apache.skywalking.e2e.simple.SimpleE2E
\ No newline at end of file
+          test_class: org.apache.skywalking.e2e.simple.SimpleE2E
diff --git a/.github/workflows/e2e.istio.yaml b/.github/workflows/e2e.istio.yaml
index 3175eca..252eda8 100644
--- a/.github/workflows/e2e.istio.yaml
+++ b/.github/workflows/e2e.istio.yaml
@@ -39,7 +39,7 @@ jobs:
       fail-fast: true
       matrix:
         analyzer: [k8s-mesh, mx-mesh]
-        istio_version: [1.7.1, 1.8.2]
+        istio_version: [1.7.1, 1.8.2, 1.9.1]
     name: Istio(${{ matrix.istio_version }})+ALS(${{ matrix.analyzer }})
     env:
       ISTIO_VERSION: ${{ matrix.istio_version }}
@@ -170,7 +170,7 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        istio_version: [1.7.1, 1.8.2]
+        istio_version: [1.7.1, 1.8.2, 1.9.1]
     env:
       ISTIO_VERSION: ${{ matrix.istio_version }}
     steps: