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

[skywalking-python] branch master updated: Enable E2E batch mode and pin Infra-E2E version (#251)

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

yihaochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new e332996  Enable E2E batch mode and pin Infra-E2E version (#251)
e332996 is described below

commit e332996af3a88c689dc508740c23fbd99fe727e1
Author: Superskyyy <Su...@outlook.com>
AuthorDate: Tue Nov 15 15:24:55 2022 -0500

    Enable E2E batch mode and pin Infra-E2E version (#251)
    
    * Enable E2E batch mode
    
    * Pin infra-e2e version
---
 .github/workflows/CI.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml
index c570ac6..62a7816 100644
--- a/.github/workflows/CI.yaml
+++ b/.github/workflows/CI.yaml
@@ -254,7 +254,7 @@ jobs:
       - name: Load docker images
         run: find docker-images -name "*.tar" -exec docker load -i {} \;
       - name: Run E2E Tests
-        uses: apache/skywalking-infra-e2e@main
+        uses: apache/skywalking-infra-e2e@964ede199fe199e166920169dc5f8c9b214cfac5
         with:
           log-dir: /tmp/e2e-logs
           e2e-file: ${{ matrix.case.path }}