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/03/05 07:41:42 UTC

[skywalking-infra-e2e] branch fix/relative-path updated (0860f95 -> 7d18348)

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

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


    from 0860f95  Fix paths when multiple manifests (with comma separated)
     add 7d18348  fix bugs & resolve import cycle & polish codes and logs & test if it works

No new revisions were added by this update.

Summary of changes:
 commands/root.go                                   |  3 +-
 examples/simple/e2e.yaml                           |  2 +-
 .../busybox3.yaml => manifests2/busybox4.yaml}     |  4 +--
 internal/components/setup/kind.go                  |  2 +-
 internal/config/e2eConfig.go                       | 10 ++++---
 internal/config/globalConfig.go                    | 34 ++++------------------
 cmd/main.go => internal/util/config.go             | 30 ++++++++++++++-----
 internal/util/k8s.go                               | 11 +++----
 internal/util/utils.go                             |  1 +
 9 files changed, 47 insertions(+), 50 deletions(-)
 copy examples/simple/{manifests/deep/busybox3.yaml => manifests2/busybox4.yaml} (96%)
 copy cmd/main.go => internal/util/config.go (67%)