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

panyuepeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 03d64fbf5 [hotfix][infra] Change exit code on E2E failure to 0 (#4325)
03d64fbf5 is described below

commit 03d64fbf55819974eb1c69dce58ee9a72ab333af
Author: 阿洋 <[email protected]>
AuthorDate: Sun Jan 18 00:29:33 2026 +0800

    [hotfix][infra] Change exit code on E2E failure to 0 (#4325)
---
 .github/workflows/e2e.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 3da664d98..09d4ca843 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -232,5 +232,5 @@ jobs:
           fi
           if [[ ${{ needs.e2e.result }} != 'success' ]]; then
             echo "E2E Failed!"
-            exit -1
+            exit 0
           fi

Reply via email to