You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ho...@apache.org on 2022/11/15 02:53:22 UTC

[skywalking] 01/01: Update skywalking.yaml

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

hoshea pushed a commit to branch fgksgf-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 3337df77232e6359e140cd8eac7553e48feee42f
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Tue Nov 15 10:53:07 2022 +0800

    Update skywalking.yaml
---
 .github/workflows/skywalking.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml
index 6341f7260b..562be2c9a4 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -609,7 +609,7 @@ jobs:
         run: |
           echo "${{ matrix.test.env }}"  >> $GITHUB_ENV
       - name: ${{ matrix.test.name }}
-        uses: apache/skywalking-infra-e2e@c3eb3241f649289465eda12af8214ca60aaaaa5f
+        uses: apache/skywalking-infra-e2e@f33db90d30ffb361fb0824be82abd6e7d4393ae1
         with:
           e2e-file: $GITHUB_WORKSPACE/${{ matrix.test.config }}
       - uses: actions/upload-artifact@v2
@@ -663,7 +663,7 @@ jobs:
       - name: Load docker images
         run: find docker-images -name "*.tar" -exec docker load -i {} \;
       - name: ${{ matrix.test.name }}
-        uses: apache/skywalking-infra-e2e@c3eb3241f649289465eda12af8214ca60aaaaa5f
+        uses: apache/skywalking-infra-e2e@f33db90d30ffb361fb0824be82abd6e7d4393ae1
         env:
           ISTIO_VERSION: ${{ matrix.versions.istio }}
           KUBERNETES_VERSION: ${{ matrix.versions.kubernetes }}
@@ -702,7 +702,7 @@ jobs:
         shell: bash
         run: ./mvnw -B -f test/e2e-v2/java-test-service/pom.xml clean package
       - name: Java version ${{ matrix.java-version }}
-        uses: apache/skywalking-infra-e2e@c3eb3241f649289465eda12af8214ca60aaaaa5f
+        uses: apache/skywalking-infra-e2e@f33db90d30ffb361fb0824be82abd6e7d4393ae1
         env:
           SW_AGENT_JDK_VERSION: ${{ matrix.java-version }}
         with: