This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 4e90cc577 fix(ci): build before making images
new aa9c2787c fix(ci): common & install e2e workflows fail silently
new ed98e5e64 fix(e2e): fix failing e2e tests
new 2a538884e fix(cli): fix kamel promote resources validation
new 569fa13ed fix(trait): fix kameletbinding traits merge on integration
new 95367ef68 fix(e2e): fix TestOperatorIDFiltering
new aa1bfbcb8 chore(e2e): skip failing native build tests for OCP3
The 6 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:
e2e/global/builder/build_test.go | 5 +
e2e/global/common/config/config_test.go | 8 +-
e2e/global/common/files/timer-kamelet-usage.groovy | 19 ---
e2e/global/common/languages/groovy_test.go | 2 +-
e2e/global/common/languages/init_test_support.go | 4 +-
e2e/global/common/languages/java_test.go | 2 +-
e2e/global/common/languages/js_test.go | 2 +-
e2e/global/common/languages/kotlin_test.go | 2 +-
e2e/global/common/languages/xml_test.go | 2 +-
e2e/global/common/languages/yaml_test.go | 2 +-
e2e/global/common/operator_metrics_test.go | 2 +-
e2e/global/common/traits/jvm_test.go | 2 +-
e2e/global/common/traits/openapi_test.go | 2 +-
e2e/namespace/install/cli/describe_test.go | 2 +-
e2e/namespace/install/cli/dev_mode_test.go | 2 +-
.../install/cli/duplicate_parameters_test.go | 9 +-
.../install/cli}/files/Java.java | 0
.../install/cli}/files/promote-route.groovy | 0
.../cli}/files/resource-file-location-route.groovy | 0
e2e/namespace/install/cli/global_kamelet_test.go | 5 +-
e2e/namespace/install/cli/global_test.go | 1 +
e2e/namespace/install/cli/install_test.go | 5 +-
.../install/cli}/promote_test.go | 21 ++--
e2e/namespace/install/maven_http_proxy_test.go | 5 +-
.../install/operator_id_filtering_test.go | 18 +--
e2e/namespace/native/native_test.go | 6 +
e2e/support/test_support.go | 6 +-
go.mod | 4 +-
go.sum | 6 +-
pkg/apis/camel/go.mod | 4 +-
pkg/apis/camel/go.sum | 8 +-
pkg/apis/camel/v1/common_types_support.go | 40 +++++++
pkg/apis/camel/v1/common_types_support_test.go | 131 +++++++++++++++++++++
pkg/client/camel/go.mod | 5 +-
pkg/client/camel/go.sum | 8 +-
pkg/cmd/promote.go | 83 ++++++++-----
pkg/controller/kameletbinding/integration.go | 4 +-
pkg/kamelet/repository/go.mod | 5 +-
pkg/kamelet/repository/go.sum | 8 +-
script/Makefile | 22 ++--
40 files changed, 339 insertions(+), 123 deletions(-)
delete mode 100644 e2e/global/common/files/timer-kamelet-usage.groovy
copy e2e/{global/common/build => namespace/install/cli}/files/Java.java (100%)
rename e2e/{global/common => namespace/install/cli}/files/promote-route.groovy
(100%)
copy e2e/{global/common/config =>
namespace/install/cli}/files/resource-file-location-route.groovy (100%)
rename e2e/{global/common => namespace/install/cli}/promote_test.go (88%)
create mode 100644 pkg/apis/camel/v1/common_types_support_test.go