Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
squakez commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1986392093 Forget my last comment, I see the `main` branch is up to date. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
squakez commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1986390359 > @squakez many thanks. I managed to get a setup working on my arm64 machine with the native E2E tests. Run them all manually and all have been green! Will continue to merge now Go

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
christophd merged PR #5188: URL: https://github.com/apache/camel-k/pull/5188 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.a

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
christophd commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1986295005 @squakez many thanks. I managed to get a setup working on my arm64 machine with the native E2E tests. Run them all manually and all have been green! Will continue to merge now -- Th

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
christophd commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1985810056 @squakez rebase done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
squakez commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1985716413 @christophd please, rebase to main, and once ready let me know so I can run the test locally -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
squakez commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1985466766 > @squakez I tried to setup native e2e tests locally but did not manage to get it working on my machine. I don't think that my changes changed the way we build and run native images. Do y

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-08 Thread via GitHub
christophd commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1985447310 @squakez I tried to setup native e2e tests locally but did not manage to get it working on my machine. I don't think that my changes changed the way we build and run native images. Do

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
christophd commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1985141422 > Minikube with 16 GB or RAM and 4 CPUs should be good. At least, it works for me. Hm, quite heavy setup for me as I am running on MacOS and need to run this in Docker desktop t

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
squakez commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1985108943 Documentation to reflect the changes in https://camel.apache.org/camel-k/2.2.x/contributing/e2e.html would be more than welcome. -- This is an automated message from the Apache Git Ser

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
squakez commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1985106790 > @squakez I tried to run the native tests locally which ends up in timeouts while building the integrations. I tested this also on the main branch with the same result. So I guess my loc

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
christophd commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1984543351 @squakez I tried to run the native tests locally which ends up in timeouts while building the integrations. I tested this also on the main branch with the same result. So I guess my lo

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
squakez commented on PR #5188: URL: https://github.com/apache/camel-k/pull/5188#issuecomment-1983845623 I've enabled Quarkus Native tests. However it's very likely they fail due to some infrastructure problem that we have not yet tackled. In such circumstances, please, run the Quarkus Nativ

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
christophd commented on code in PR #5188: URL: https://github.com/apache/camel-k/pull/5188#discussion_r1515799045 ## pkg/cmd/root.go: ## @@ -93,6 +97,10 @@ func kamelPreAddCommandInit(options *RootCmdOptions) *cobra.Command { } func kamelPostAddCommandInit(cmd *cobra.Comman

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
lburgazzoli commented on code in PR #5188: URL: https://github.com/apache/camel-k/pull/5188#discussion_r1515792033 ## pkg/cmd/root.go: ## @@ -93,6 +97,10 @@ func kamelPreAddCommandInit(options *RootCmdOptions) *cobra.Command { } func kamelPostAddCommandInit(cmd *cobra.Comma

Re: [PR] chore(e2e): Improve E2E tests [camel-k]

2024-03-07 Thread via GitHub
christophd commented on code in PR #5188: URL: https://github.com/apache/camel-k/pull/5188#discussion_r1515787122 ## pkg/cmd/root.go: ## @@ -93,6 +97,10 @@ func kamelPreAddCommandInit(options *RootCmdOptions) *cobra.Command { } func kamelPostAddCommandInit(cmd *cobra.Comman