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-rover.git


The following commit(s) were added to refs/heads/main by this push:
     new c9dc124  Bump up skywalking-infra-e2e to work around GHA removing 
`docker-compose` v1 (#137)
c9dc124 is described below

commit c9dc124cb8088ea54fa981f67582af2810e867d4
Author: mrproliu <[email protected]>
AuthorDate: Sun Aug 4 19:51:28 2024 +0800

    Bump up skywalking-infra-e2e to work around GHA removing `docker-compose` 
v1 (#137)
---
 .github/workflows/rover.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/rover.yaml b/.github/workflows/rover.yaml
index 964417b..e2a8a36 100644
--- a/.github/workflows/rover.yaml
+++ b/.github/workflows/rover.yaml
@@ -170,7 +170,7 @@ jobs:
         if: matrix.test.docker != null
         run: docker build -t ${{ matrix.test.docker.name }} -f ${{ 
matrix.test.base }}/${{ matrix.test.docker.file }} ${{ matrix.test.base }}
       - name: ${{ matrix.test.name }}
-        uses: 
apache/skywalking-infra-e2e@c3eb3241f649289465eda12af8214ca60aaaaa5f
+        uses: 
apache/skywalking-infra-e2e@cf589b4a0b9f8e6f436f78e9cfd94a1ee5494180
         with:
           e2e-file: $GITHUB_WORKSPACE/${{ matrix.test.base }}/${{ 
matrix.test.config }}
       - uses: actions/upload-artifact@v2
@@ -273,7 +273,7 @@ jobs:
           bash test/e2e/base/scripts/update-signed-ssl.sh service /tmp/ssl_data
           bash test/e2e/base/scripts/update-signed-ssl.sh proxy /tmp/ssl_data
       - name: ${{ matrix.test.name }}
-        uses: 
apache/skywalking-infra-e2e@c3eb3241f649289465eda12af8214ca60aaaaa5f
+        uses: 
apache/skywalking-infra-e2e@cf589b4a0b9f8e6f436f78e9cfd94a1ee5494180
         with:
           e2e-file: 
$GITHUB_WORKSPACE/test/e2e/cases/profiling/task/network/${{ matrix.test.config 
}}
       - uses: actions/upload-artifact@v2
@@ -335,7 +335,7 @@ jobs:
         if: matrix.test.docker != null
         run: docker build -t ${{ matrix.test.docker.name }} -f 
test/e2e/cases/profiling/continuous/${{ matrix.test.docker.file }} 
test/e2e/cases/profiling/continuous
       - name: ${{ matrix.test.name }}
-        uses: 
apache/skywalking-infra-e2e@c3eb3241f649289465eda12af8214ca60aaaaa5f
+        uses: 
apache/skywalking-infra-e2e@cf589b4a0b9f8e6f436f78e9cfd94a1ee5494180
         with:
           e2e-file: $GITHUB_WORKSPACE/test/e2e/cases/profiling/continuous/${{ 
matrix.test.config }}
       - uses: actions/upload-artifact@v2

Reply via email to