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 2021/02/07 08:20:19 UTC

[skywalking] branch master updated (ba6d49a -> 30a88b5)

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

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


    from ba6d49a  Update the timestamp field type for LogQuery (#6335)
     add 30a88b5  Skip CI in some cases to save resources (#6340)

No new revisions were added by this update.

Summary of changes:
 .github/actions/plugins-test/action.yml |  2 +-
 .github/actions/skip/action.yml         | 76 +++++++++++++++++++++++++++++++++
 .github/workflows/ci-it.yaml            | 23 ++++++++++
 .github/workflows/e2e.cluster.yaml      |  4 ++
 .github/workflows/e2e.compat.yaml       |  5 +++
 .github/workflows/e2e.event.yaml        |  4 ++
 .github/workflows/e2e.go.yaml           |  4 ++
 .github/workflows/e2e.istio.yaml        | 31 +++++++++++++-
 .github/workflows/e2e.jdk-versions.yaml |  6 +++
 .github/workflows/e2e.js.yaml           |  4 ++
 .github/workflows/e2e.kafka.yaml        |  4 ++
 .github/workflows/e2e.log.yaml          |  4 ++
 .github/workflows/e2e.nodejs.yaml       |  4 ++
 .github/workflows/e2e.php.yaml          |  4 ++
 .github/workflows/e2e.profiling.yaml    |  4 ++
 .github/workflows/e2e.python.yaml       |  4 ++
 .github/workflows/e2e.so11y.yaml        |  4 ++
 .github/workflows/e2e.storages.yaml     |  4 ++
 .github/workflows/e2e.ttl.yaml          |  4 ++
 .github/workflows/e2e.yaml              |  8 ++++
 test/e2e/e2e-service-provider/pom.xml   |  6 +--
 21 files changed, 203 insertions(+), 6 deletions(-)
 create mode 100644 .github/actions/skip/action.yml