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

kezhenxu94 pushed a commit to branch ci/disk-problem
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/ci/disk-problem by this push:
     new c773847  Try to clean up before test
c773847 is described below

commit c773847bfaeb57781c4f52ec8b433824d046649a
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Nov 8 22:18:51 2020 +0800

    Try to clean up before test
---
 .github/workflows/e2e.yaml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 38a806a..98b5777 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -87,7 +87,10 @@ jobs:
       - name: Copy dist package
         run: cp -R dist test/e2e/
       - name: Nginx Lua
-        run: ./mvnw --batch-mode -f test/e2e/pom.xml -am -DfailIfNoTests=false 
verify -Dit.test=org.apache.skywalking.e2e.LuaE2E
+        run: |
+          sudo rm -rf "/usr/local/share/boost"
+          sudo rm -rf "$AGENT_TOOLSDIRECTORY"
+          ./mvnw --batch-mode -f test/e2e/pom.xml -am -DfailIfNoTests=false 
verify -Dit.test=org.apache.skywalking.e2e.LuaE2E
       - name: Report Coverage
         run: bash -x tools/coverage/report.sh
       - uses: actions/upload-artifact@v1
@@ -95,10 +98,6 @@ jobs:
         with:
           name: logs
           path: logs
-      - run: |
-          df -h
-          docker images
-          du -sh /
 
   FeatureGroup03:
     name: Gateway

Reply via email to