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

[skywalking] branch e2e/python created (now 945da05)

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

kezhenxu94 pushed a change to branch e2e/python
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 945da05  Update commit hash in Python E2E test to v0.2.0

This branch includes the following new commits:

     new 945da05  Update commit hash in Python E2E test to v0.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Update commit hash in Python E2E test to v0.2.0

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch e2e/python
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 945da05862b62b3feb2018c5e3366cd421e92ddd
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Aug 6 23:00:06 2020 +0800

    Update commit hash in Python E2E test to v0.2.0
---
 test/e2e/e2e-test/docker/python/Dockerfile.python | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/e2e-test/docker/python/Dockerfile.python b/test/e2e/e2e-test/docker/python/Dockerfile.python
index 826e256..cdd675c 100644
--- a/test/e2e/e2e-test/docker/python/Dockerfile.python
+++ b/test/e2e/e2e-test/docker/python/Dockerfile.python
@@ -15,7 +15,7 @@
 
 FROM python:3.7
 
-ENV COMMIT_HASH=13edd9ddd0eaefffcabd851e2f3b65a2ffb20e73
+ENV COMMIT_HASH=2056144925a574d04c4a90914a82b8efce2375be
 
 WORKDIR /app