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 2023/03/25 02:14:31 UTC

[skywalking-python] branch test updated (26cd6fc -> 4267d1c)

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

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


 discard 26cd6fc  Test
     add a258405  exclude py3.11
     new 4267d1c  Test

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (26cd6fc)
            \
             N -- N -- N   refs/heads/test (4267d1c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .github/workflows/publish-docker.yaml |  2 +-
 docker/Dockerfile                     | 16 +++++++++++-----
 docker/Makefile                       | 18 +++++++++++++++---
 3 files changed, 27 insertions(+), 9 deletions(-)


[skywalking-python] 01/01: Test

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

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

commit 4267d1c73597f97e881c2c09dd3a89e32d72a97f
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Mar 23 12:02:09 2023 +0800

    Test
---
 .github/workflows/publish-docker.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index c4f1b67..bc82af5 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -21,6 +21,7 @@ on:
   push:
     branches:
       - master
+      - test
 
 env:
   HUB: ghcr.io/apache/skywalking-python