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 bdfe6168cc Disable Istio relative e2e (#11371)
bdfe6168cc is described below

commit bdfe6168ccd610b4c087634029028f51f569391d
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Tue Oct 3 19:04:09 2023 -0500

    Disable Istio relative e2e (#11371)
---
 .github/workflows/skywalking.yaml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/skywalking.yaml 
b/.github/workflows/skywalking.yaml
index bfa47123a5..cefde605cf 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -560,6 +560,13 @@ jobs:
               ISTIO_VERSION=1.18.0
               KUBERNETES_VERSION=25
 
+          # TODO, disable Istio relative e2e tests temporarily,
+          # as they are blocked by the GHA resource limitation.
+          # - name: Rover with Istio Process 1.15.0
+          #   config: test/e2e-v2/cases/rover/process/istio/e2e.yaml
+          #   env: ISTIO_VERSION=1.15.0
+          #   runs-on: ubuntu-20.04
+
           - name: Satellite
             config: test/e2e-v2/cases/satellite/native-protocols/e2e.yaml
           - name: Auth
@@ -587,11 +594,6 @@ jobs:
           - name: MariaDB Prometheus and slowsql
             config: test/e2e-v2/cases/mariadb/mariadb-slowsql/e2e.yaml
 
-          - name: Rover with Istio Process 1.15.0
-            config: test/e2e-v2/cases/rover/process/istio/e2e.yaml
-            env: ISTIO_VERSION=1.15.0
-            runs-on: ubuntu-20.04
-
           - name: Zipkin ES
             config: test/e2e-v2/cases/zipkin/es/e2e.yaml
           - name: Zipkin ES Sharding
@@ -832,7 +834,9 @@ jobs:
           [[ ${unitResults} == 'success' ]] || [[ ${execute} != 'true' && 
${unitResults} == 'skipped' ]] || exit -3;
           [[ ${integrationResults} == 'success' ]] || [[ ${execute} != 'true' 
&& ${integrationResults} == 'skipped' ]] || exit -4;
           [[ ${e2eResults} == 'success' ]] || [[ ${execute} != 'true' && 
${e2eResults} == 'skipped' ]] || exit -5;
-          [[ ${e2eIstioResults} == 'success' ]] || [[ ${execute} != 'true' && 
${e2eIstioResults} == 'skipped' ]] || exit -6;
+          # TODO, disable Istio relative e2e tests temporarily,
+          # as they are blocked by the GHA resource limitation.
+          # [[ ${e2eIstioResults} == 'success' ]] || [[ ${execute} != 'true' 
&& ${e2eIstioResults} == 'skipped' ]] || exit -6;
           [[ ${e2eJavaVersionResults} == 'success' ]] || [[ ${execute} != 
'true' && ${e2eJavaVersionResults} == 'skipped' ]] || exit -7;
           [[ ${timeConsumingITResults} == 'success' ]] || [[ ${execute} != 
'true' && ${timeConsumingITResults} == 'skipped' ]] || exit -8;
 

Reply via email to