You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/16 05:32:09 UTC

[GitHub] [camel-k] tadayosi opened a new issue, #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

tadayosi opened a new issue, #3364:
URL: https://github.com/apache/camel-k/issues/3364

   We release a Windows version of Camel K CLI, but there is no test coverage targeting Windows environment yet. This causes some Windows only issues with the CLI and `kamel local` commands unnoticed until users try the CLI on Windows, such as #3363.
   
   Since GitHub provides Windows runners for workflows, it should be desirable to have an E2E workflow on Windows that runs part of our E2E suite, especially for the CLI client and the `local` testing.


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1291674598

   Ah I see. Then maybe we can start small from only running `build` on Windows. The `build` runs unit tests so it should be still worth running on Windows.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] phantomjinx commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
phantomjinx commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1288748406

   `kind` cannot be installed on Window runners at the moment.
   
   see https://github.com/actions/runner-images/issues/5760 and https://github.com/microsoft/WSL/issues/6301


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] phantomjinx commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
phantomjinx commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1291666570

   > One idea might be just run workflows that don't require a Kind cluster, such as `build` and `local-it` for the time being.
   
   Yes. The `build` workflow is successful but `local-it` cannot be run at the moment as the base image used for the jdk runtime for the integrations are not available on `windows` either. I did try overriding the base image using the switch but could not find an image that contained all the correct components.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1158474257

   Related issues: #213 #214 #3134
   
   To reuse the existing e2e tests as-is, we are required to resolve those issues above first to make build work on Windows.
   
   Another approach might be using the cross-compiled `kamel.exe` to run a separate e2e workflow with a dedicated set of Windows tests.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1291496876

   One idea might be just run workflows that don't require a Kind cluster, such as `build` and `local-it` for the time being.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1157250956

   cc @phantomjinx


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] github-actions[bot] commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1250421548

   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] phantomjinx commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
phantomjinx commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1160417232

   Happy to take this on.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] phantomjinx commented on issue #3364: Add E2E workflow using Windows runner for testing Camel K CLI client and local run

Posted by GitBox <gi...@apache.org>.
phantomjinx commented on issue #3364:
URL: https://github.com/apache/camel-k/issues/3364#issuecomment-1319940814

   https://github.com/apache/camel-k/pull/3823 allows for running the build workflow. Does need to be switched on.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org