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

cdeppisch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 6dbc03576 chore: nightly automatic updates
     new 53c2b7790 chore(e2e-tests): Improve E2E tests
     new 57a9dbbb6 fix(e2e): Wait for IntegrationPlatform to become ready

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/actions/e2e-builder/exec-tests.sh          |  4 +-
 .github/actions/e2e-common/exec-tests.sh           |  6 +-
 .github/actions/e2e-knative/exec-tests.sh          |  4 +-
 .github/actions/e2e-telemetry/exec-tests.sh        |  4 +-
 .../actions/kamel-config-cluster-custom/action.yml |  2 +-
 .../actions/kamel-config-cluster-kind/action.yml   |  3 +
 .../kamel-config-cluster-kind/extract-config.sh    |  2 +
 .github/actions/kamel-config-cluster/action.yaml   |  1 +
 .github/workflows/common.yml                       |  4 +-
 docs/modules/ROOT/pages/contributing/e2e.adoc      |  8 +--
 e2e/README.md                                      |  4 +-
 .../build_order_strategy_test.go                   |  4 +-
 .../builder_test.go                                |  3 +-
 .../catalog_builder_test.go                        |  3 +-
 .../debug_test.go                                  | 17 +++--
 .../deployment_test.go                             |  9 +--
 .../dump_test.go                                   |  6 +-
 .../environment_test.go                            |  5 +-
 .../files/Java.java                                |  0
 .../files/TimerCustomKameletIntegration.java       |  0
 .../files/deploy.yaml                              |  0
 .../files/promote-route-edited.groovy              |  0
 .../files/promote-route.groovy                     |  0
 .../files/timer-kamelet-usage.groovy               |  0
 .../files/timer-source.groovy                      |  0
 .../files/yaml.yaml                                |  0
 .../incremental_build_test.go                      |  7 +-
 .../kamelet_repo_test.go                           |  3 +-
 .../local_platform_test.go                         |  3 +-
 .../maven_http_proxy_test.go                       |  3 +-
 .../operator_id_filtering_test.go                  | 26 ++-----
 .../operator_metrics_test.go                       |  5 +-
 .../platform_traits_test.go                        |  3 +-
 .../promote_test.go                                |  5 +-
 .../reset_test.go                                  |  6 +-
 .../secondary_platform_test.go                     |  3 +-
 .../synthetic_test.go                              |  5 +-
 .../tekton_test.go                                 |  2 +-
 e2e/common/cli/dev_mode_test.go                    | 21 +-----
 e2e/common/misc/platformless_run_test.go           | 64 -----------------
 e2e/install/cli/global_kamelet_test.go             | 14 ----
 e2e/install/cli/global_test.go                     | 14 ----
 e2e/support/test_support.go                        | 81 ++++++++--------------
 e2e/support/util/dump.go                           | 15 +---
 script/Makefile                                    |  4 +-
 45 files changed, 131 insertions(+), 242 deletions(-)
 rename e2e/{commonwithcustominstall => advanced}/build_order_strategy_test.go 
(98%)
 rename e2e/{commonwithcustominstall => advanced}/builder_test.go (97%)
 rename e2e/{commonwithcustominstall => advanced}/catalog_builder_test.go (98%)
 rename e2e/{commonwithcustominstall => advanced}/debug_test.go (91%)
 rename e2e/{commonwithcustominstall => advanced}/deployment_test.go (88%)
 rename e2e/{commonwithcustominstall => advanced}/dump_test.go (89%)
 rename e2e/{commonwithcustominstall => advanced}/environment_test.go (97%)
 rename e2e/{commonwithcustominstall => advanced}/files/Java.java (100%)
 rename e2e/{commonwithcustominstall => 
advanced}/files/TimerCustomKameletIntegration.java (100%)
 rename e2e/{commonwithcustominstall => advanced}/files/deploy.yaml (100%)
 rename e2e/{commonwithcustominstall => 
advanced}/files/promote-route-edited.groovy (100%)
 rename e2e/{commonwithcustominstall => advanced}/files/promote-route.groovy 
(100%)
 rename e2e/{commonwithcustominstall => 
advanced}/files/timer-kamelet-usage.groovy (100%)
 rename e2e/{commonwithcustominstall => advanced}/files/timer-source.groovy 
(100%)
 rename e2e/{commonwithcustominstall => advanced}/files/yaml.yaml (100%)
 rename e2e/{commonwithcustominstall => advanced}/incremental_build_test.go 
(97%)
 rename e2e/{commonwithcustominstall => advanced}/kamelet_repo_test.go (97%)
 rename e2e/{commonwithcustominstall => advanced}/local_platform_test.go (98%)
 rename e2e/{commonwithcustominstall => advanced}/maven_http_proxy_test.go (99%)
 rename e2e/{commonwithcustominstall => advanced}/operator_id_filtering_test.go 
(88%)
 rename e2e/{commonwithcustominstall => advanced}/operator_metrics_test.go (99%)
 rename e2e/{commonwithcustominstall => advanced}/platform_traits_test.go (97%)
 rename e2e/{commonwithcustominstall => advanced}/promote_test.go (97%)
 rename e2e/{commonwithcustominstall => advanced}/reset_test.go (93%)
 rename e2e/{commonwithcustominstall => advanced}/secondary_platform_test.go 
(97%)
 rename e2e/{commonwithcustominstall => advanced}/synthetic_test.go (96%)
 rename e2e/{commonwithcustominstall => advanced}/tekton_test.go (98%)
 delete mode 100644 e2e/common/misc/platformless_run_test.go

Reply via email to