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 551d0f83a chore(deps): bump github.com/onsi/gomega from 1.20.1 to
1.20.2
new b82bc7738 feat(e2e): add CAMEL_K_TEST_NS env var to specify namespace
to run tests
new 8ddb2a362 fix(e2e): native build requires more memory for Camel
Quarkus 2.11
new 429f133a0 chore(e2e): native test - add warm up before native build
testing
new e1cab69d4 chore(ci): split install-it workflow into two jobs: install,
native
The 4 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-install => e2e-install-native}/action.yml | 6 +--
.../exec-tests.sh | 7 ++--
.github/actions/e2e-install/exec-tests.sh | 14 ++-----
.github/actions/e2e-knative/exec-tests.sh | 3 +-
.github/workflows/install.yml | 24 +++++++++++-
e2e/namespace/native/native_test.go | 43 +++++++++++++++++-----
e2e/support/test_support.go | 22 +++++++++--
7 files changed, 88 insertions(+), 31 deletions(-)
copy .github/actions/{e2e-install => e2e-install-native}/action.yml (97%)
copy .github/actions/{e2e-knative-yaks => e2e-install-native}/exec-tests.sh
(94%)