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

hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new ea27db835a [type: fix] fix e2e cluster error (#5657)
ea27db835a is described below

commit ea27db835ae797a0e59ed9a1906e6b450b3ce7ef
Author: moremind <[email protected]>
AuthorDate: Sat Sep 14 23:26:53 2024 +0800

    [type: fix] fix e2e cluster error (#5657)
    
    * refactor namespace id
    
    * refactor namespace id
    
    * refactor namespace id
    
    * refactor namespace id
    
    * refactor namespace id
---
 .github/workflows/e2e-k8s.yml                                  | 10 ++--------
 .../shenyu-e2e-case-cluster/k8s/script/healthcheck.sh          |  2 +-
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml
index a50b21aeb6..08cd17a8b2 100644
--- a/.github/workflows/e2e-k8s.yml
+++ b/.github/workflows/e2e-k8s.yml
@@ -65,22 +65,16 @@ jobs:
           java-version: '17'
           distribution: 'temurin'
 
-      - uses: dorny/paths-filter@v2
-        id: filter
-        with:
-          filters: '.github/filters.yml'
-          list-files: json
-
       - name: Build with Maven
-        if: steps.filter.outputs.changed == 'true'
         run: ./mvnw -B clean install -Prelease,docker 
-Dmaven.javadoc.skip=true -B -Drat.skip=true -Dmaven.test.skip=true 
-Djacoco.skip=true -DskipITs -DskipTests package -T1C
 
       - name: Save ShenYu Maven Repos
-        if: steps.filter.outputs.changed == 'true' && 
steps.restore-maven-cache.outputs.cache-hit != 'true'
         uses: actions/cache/save@v3
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+          restore-keys: |
+            ${{ runner.os }}-maven-
 
 #      - name: Build shenyu-e2e-engine with Maven
 #        run: ./mvnw -B -f ./shenyu-e2e/pom.xml -pl shenyu-e2e-engine -am 
clean install
diff --git 
a/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-cluster/k8s/script/healthcheck.sh 
b/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-cluster/k8s/script/healthcheck.sh
index 7dbb32189e..53fdb1e6df 100644
--- 
a/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-cluster/k8s/script/healthcheck.sh
+++ 
b/shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-cluster/k8s/script/healthcheck.sh
@@ -29,7 +29,7 @@ do
             break
         fi
 
-        sleep 2
+        sleep 5
     done
 done
 

Reply via email to