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 fc993d1  Try to work around the testcontainers bug
fc993d1 is described below

commit fc993d154b47011cf23480c9580721bcfb23301c
Author: kezhenxu94 <kezhenx...@163.com>
AuthorDate: Sun Nov 8 22:57:05 2020 +0800

    Try to work around the testcontainers bug
---
 .github/workflows/e2e.yaml                    | 5 +----
 test/e2e/e2e-test/docker/lua/Dockerfile.nginx | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 98b5777..aa51bcf 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -87,10 +87,7 @@ jobs:
       - name: Copy dist package
         run: cp -R dist test/e2e/
       - name: Nginx Lua
-        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
+        run: ./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
diff --git a/test/e2e/e2e-test/docker/lua/Dockerfile.nginx 
b/test/e2e/e2e-test/docker/lua/Dockerfile.nginx
index 3307bcf..0fc9d73 100644
--- a/test/e2e/e2e-test/docker/lua/Dockerfile.nginx
+++ b/test/e2e/e2e-test/docker/lua/Dockerfile.nginx
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM openresty/openresty
+FROM openresty/openresty:1.17.8.2-5-alpine
 
 ENV COMMIT_HASH=cda47ae0a507ab86a378a298325c3c94d9a773c2
 

Reply via email to