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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-graalvm-distro.git


The following commit(s) were added to refs/heads/main by this push:
     new 18ad07e  Add Istio ALS E2E test to CI matrix
18ad07e is described below

commit 18ad07efff095813bf83b21380e25e5aef7b5bd2
Author: Wu Sheng <[email protected]>
AuthorDate: Thu Feb 26 22:24:19 2026 +0800

    Add Istio ALS E2E test to CI matrix
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ab72b3a..ebe0fef 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -210,11 +210,14 @@ jobs:
     timeout-minutes: 30
     env:
       SW_AGENT_JDK_VERSION: 17
+      ISTIO_VERSION: 1.24.0
     strategy:
       matrix:
         test:
           - name: Simple Java Agent
             case: simple-java-agent
+          - name: Istio ALS
+            case: istio-als
     steps:
       - name: Checkout with submodules
         uses: actions/checkout@v4

Reply via email to