This is an automated email from the ASF dual-hosted git repository.
gfournier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 6f2599585 chore: nightly automatic updates
new 29da4af4f fix/5484 remove CAMEL_K_TEST_SKIP_PROBLEMATIC var
new 566dfcdbb fix/5484 remove problematic reporting
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/action.yml | 6 --
.github/actions/e2e-common/action.yml | 6 --
.github/actions/e2e-install-olm/action.yml | 6 --
.github/actions/e2e-install-upgrade/action.yml | 6 --
.github/actions/e2e-install/action.yml | 6 --
.github/actions/e2e-knative-yaks/action.yml | 6 --
.github/actions/e2e-knative/action.yml | 6 --
.github/actions/e2e-native/action.yml | 6 --
.github/actions/e2e-telemetry/action.yml | 6 --
.../actions/kamel-report-problematic/action.yml | 35 ---------
.../kamel-report-problematic/report-problematic.sh | 89 ----------------------
.github/workflows/builder.yml | 5 --
.github/workflows/common.yml | 6 --
.github/workflows/install.yml | 7 --
.github/workflows/knative.yml | 5 --
.github/workflows/manual-exec-process-inputs.sh | 10 ---
.github/workflows/native.yml | 5 --
.github/workflows/telemetry.yml | 5 --
docs/modules/ROOT/pages/contributing/e2e.adoc | 6 +-
e2e/README.md | 3 +-
e2e/advanced/operator_metrics_test.go | 7 --
e2e/common/cli/dev_mode_test.go | 5 --
e2e/common/cli/run_test.go | 10 ---
23 files changed, 2 insertions(+), 250 deletions(-)
delete mode 100644 .github/actions/kamel-report-problematic/action.yml
delete mode 100755
.github/actions/kamel-report-problematic/report-problematic.sh