This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch release-1.6.x in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 21e8510 fix(e2e): Update base CSV for 1.6.x release branch new a6e181b fix: Unify post-build integration phases reconciliation new e11de8e test: Split integration and binding scaling e2e tests new f23eecc test: Add integration in error phase scaling e2e test The 3 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/common/integration_fail_test.go | 28 ++++- .../{scale_test.go => scale_binding_test.go} | 86 +------------ .../{scale_test.go => scale_integration_test.go} | 97 --------------- pkg/controller/integration/build_kit.go | 5 +- pkg/controller/integration/deploy.go | 64 ---------- pkg/controller/integration/error.go | 97 --------------- .../integration/integration_controller.go | 2 - pkg/controller/integration/monitor.go | 92 ++++++++++---- pkg/trait/affinity.go | 2 +- pkg/trait/container.go | 16 +-- pkg/trait/cron.go | 23 ++-- pkg/trait/deployer.go | 75 ++++-------- pkg/trait/deployer_test.go | 12 +- pkg/trait/deployment.go | 49 ++++---- pkg/trait/environment.go | 3 +- pkg/trait/error_handler.go | 7 +- pkg/trait/gc.go | 7 +- pkg/trait/ingress.go | 2 +- pkg/trait/ingress_test.go | 2 +- pkg/trait/init.go | 72 +++++------ pkg/trait/istio.go | 6 +- pkg/trait/jolokia.go | 10 +- pkg/trait/jvm.go | 7 +- pkg/trait/jvm_test.go | 2 +- pkg/trait/kamelets.go | 13 +- pkg/trait/knative.go | 4 +- pkg/trait/knative_service.go | 134 ++++++++++----------- pkg/trait/logging.go | 3 +- pkg/trait/owner.go | 3 +- pkg/trait/pdb.go | 5 +- pkg/trait/platform.go | 3 +- pkg/trait/pod.go | 2 +- pkg/trait/prometheus.go | 10 +- pkg/trait/pull_secret.go | 18 +-- pkg/trait/route.go | 6 +- pkg/trait/service.go | 2 +- pkg/trait/service_binding.go | 16 +-- pkg/trait/toleration.go | 3 +- pkg/trait/trait_types.go | 5 +- 39 files changed, 322 insertions(+), 671 deletions(-) copy e2e/common/{scale_test.go => scale_binding_test.go} (60%) rename e2e/common/{scale_test.go => scale_integration_test.go} (51%) delete mode 100644 pkg/controller/integration/deploy.go delete mode 100644 pkg/controller/integration/error.go