This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 93ddeb245 chore: nightly coverage badge update
new 78a0a06e1 chore(e2e): kustomize util refactoring
new 44610e6b8 fix(e2e): helm install procedure
The 2 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/install.yml | 8 ++
e2e/{common/cli => install/helm}/files/yaml.yaml | 0
e2e/install/helm/setup_test.go | 86 +++++++++++++++++
e2e/install/kustomize/common.go | 117 -----------------------
e2e/install/kustomize/setup_test.go | 26 +++++
e2e/support/test_support.go | 2 +-
e2e/support/test_util.go | 62 ++++++++++++
script/Makefile | 1 +
8 files changed, 184 insertions(+), 118 deletions(-)
copy e2e/{common/cli => install/helm}/files/yaml.yaml (100%)
create mode 100644 e2e/install/helm/setup_test.go
delete mode 100644 e2e/install/kustomize/common.go