You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by zh...@apache.org on 2021/02/01 07:48:36 UTC

[skywalking-infra-e2e] branch initializer updated (9560a9d -> 538e1ea)

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

zhangke pushed a change to branch initializer
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git.


    from 9560a9d  add license header
     add 05b9476  add examples/simple
     add 538e1ea  modify setup and cleanup

No new revisions were added by this update.

Summary of changes:
 commands/cleanup/cleanup.go                  | 38 ++++++++++++----------
 commands/root.go                             | 10 ++++++
 commands/setup/setup.go                      | 47 +++++-----------------------
 examples/simple/busybox1.yaml                | 30 ++++++++++++++++++
 examples/simple/e2e.yaml                     | 34 ++++++++++++++++++++
 examples/simple/kind.yaml                    | 44 ++++++++++++++++++++++++++
 examples/simple/manifests/busybox2.yaml      | 30 ++++++++++++++++++
 examples/simple/manifests/deep/busybox3.yaml | 30 ++++++++++++++++++
 internal/components/cleanup/kind.go          | 24 ++++++--------
 internal/components/setup/kind.go            | 34 --------------------
 internal/flags/setup.go                      |  5 ---
 11 files changed, 217 insertions(+), 109 deletions(-)
 create mode 100644 examples/simple/busybox1.yaml
 create mode 100644 examples/simple/e2e.yaml
 create mode 100644 examples/simple/kind.yaml
 create mode 100644 examples/simple/manifests/busybox2.yaml
 create mode 100644 examples/simple/manifests/deep/busybox3.yaml