This is an automated email from the ASF dual-hosted git repository.
Aias00 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 6d3605af9c fix(ci): remove maven cache save to avoid incomplete cache
pollution (#6383)
6d3605af9c is described below
commit 6d3605af9c3f8805f7ae08b048fe812b84fab5ea
Author: eye-gu <[email protected]>
AuthorDate: Tue Jun 16 10:34:04 2026 +0800
fix(ci): remove maven cache save to avoid incomplete cache pollution (#6383)
* fix(ci): remove maven cache save to avoid incomplete cache pollution
* add websocket health check
---
.github/workflows/ci.yml | 6 ------
.../deploy/kind-config.yaml | 3 +++
.../script/services.list | 1 +
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 15acf77117..66975ec1af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -139,12 +139,6 @@ jobs:
with:
token: 2760af6a-3405-4882-9e61-04c5176fecfa
if: steps.filter.outputs.code == 'true'
- - name: Save ShenYu Maven Repos
- if: steps.filter.outputs.code == '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') }}
check-license-header:
name: check-license-header
diff --git
a/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/deploy/kind-config.yaml
b/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/deploy/kind-config.yaml
index 0dc0313af1..7c2ab264e6 100644
---
a/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/deploy/kind-config.yaml
+++
b/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/deploy/kind-config.yaml
@@ -34,3 +34,6 @@ nodes:
- containerPort: 30095
hostPort: 30095
protocol: TCP
+ - containerPort: 31188
+ hostPort: 31188
+ protocol: TCP
diff --git
a/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/script/services.list
b/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/script/services.list
index 2852c6e404..89690efa8d 100644
---
a/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/script/services.list
+++
b/shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-websocket/script/services.list
@@ -15,3 +15,4 @@
# limitations under the License.
http://localhost:30095/actuator/health
+http://localhost:31188/actuator/health