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

pcongiusti pushed a change to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 65b286b01 Add klb to olm_upgrade_test - branch 1.10.x
     new 82e0c8107 fix: Limit parallel builds on operator
     new 2dc791de8 chore: Add E2E test on max running builds limit
     new 8102721bb chore: Fix flaky non-olm install E2E tests
     new b1550282f fix: Add max running builds CLI option
     new 4f9c52d19 fix(e2e): Improve max build limit E2E test
     new 10ee1e06b fix(e2e): Improve builder E2E tests
     new 75731fb0f fix(e2e): Improve max build limit E2E test

The 7 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:
 config/crd/bases/camel.apache.org_builds.yaml      |   5 +
 .../camel.apache.org_integrationplatforms.yaml     |  10 +
 docs/modules/ROOT/pages/architecture/cr/build.adoc |  31 +++
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  14 ++
 e2e/global/builder/build_test.go                   | 177 ++++++++++++---
 e2e/namespace/install/cli/global_test.go           |   2 +-
 e2e/namespace/install/cli/install_test.go          |   2 +-
 e2e/support/test_support.go                        |  43 +++-
 helm/camel-k/crds/crd-build.yaml                   |   5 +
 helm/camel-k/crds/crd-integration-platform.yaml    |  10 +
 pkg/apis/camel/v1/build_types.go                   |   2 +
 pkg/apis/camel/v1/integrationplatform_types.go     |   2 +
 pkg/cmd/install.go                                 |   6 +
 pkg/cmd/kit_create.go                              |   8 +
 pkg/controller/build/build_controller.go           |   8 +-
 pkg/controller/build/build_monitor.go              | 107 +++++++++
 pkg/controller/build/build_monitor_test.go         | 240 +++++++++++++++++++++
 pkg/controller/build/monitor_pod.go                |  11 +
 pkg/controller/build/monitor_routine.go            |   7 +
 pkg/controller/build/schedule.go                   |  54 ++---
 pkg/controller/integrationkit/build.go             |   7 +-
 pkg/platform/defaults.go                           |   9 +
 pkg/resources/resources.go                         |   8 +-
 23 files changed, 680 insertions(+), 88 deletions(-)
 create mode 100644 pkg/controller/build/build_monitor.go
 create mode 100644 pkg/controller/build/build_monitor_test.go

Reply via email to