-
Notifications
You must be signed in to change notification settings - Fork 66
ConfigMap / Wildfly quickstart fails to build #3134
ConfigMap / Wildfly quickstart fails to build #3134
Comments
@Ladicek @kenfinnigan any clue on what's going on? Who can own this issue? |
As this is a Che specific issue, and there isn't much in terms of a stacktrace, it's hard to know what's going on |
Requesting of the OSIO Getting Started team to triage and provide actionable requests for the runtime teams if necessary. @animuk |
@kenfinnigan This is not Che specific issue. ConfigMap / Wildfly quickstart still not in workable state inside OSIO and I believe booster catalog also is not updated with the latest version which should work flawlessly in OSIO. |
@animuk, apologies, I meant OSIO specific not Che specific. For product the only version that will work needs to be based on 7.1.0 of WF Swarm. Those boosters won't be released until the end of May. There is nothing that can be updated in the booster catalog to fix that now |
@kenfinnigan to clarify, are the boosters not being released for any environment or not being released for OSIO? |
There will be no release of WF Swarm Boosters based on 7.1.0 until the end of May, any environment, anywhere |
@kenfinnigan I interpret that to mean No Wildfly Swarm boosters currently work, all of them are affected by this problem and none of them will be able to work in any environment until WF Swarm 7.1.0 is available. Have I understood this correctly |
@bartoszmajsak Yes I agree that pipeline must be the correct place to make tests run just in build phase. If you want we can discuss this in BJN. |
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. This patch adds `runTestsInUserNamespace` to use username namespace as defualt default environment to run Integration Tests. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. It has added a util method to retrive default test namespace. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. It has added a util method to retrive default test namespace. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
This patch allows the `mavenCI{}` to over maven command in order to allow `mavenIntegrationTes{}` to pass specific command to execute. It has added a util method to retrive default test namespace. Fixes: openshiftio/openshift.io#763 Fixes: openshiftio/openshift.io#3134 Related to: fabric8io#412
Maven integration tests are failing because it tries to create a test namespace (project) on openshift, hence call to openshift API gets fail due to permission issue. This patch fixes the `mavenCI` step by inputing maven command to run integration test along with valid test namespace. Resolves: - openshiftio/openshift.io#3134 - openshiftio/openshift.io#763
@sthaha does it mean that it was re-tested and now those boosters work? I see the default command still being the one which was failing tests - hence my question. Or was the "close" a side-effect of referencing this issue in the commit? |
No, I think the bug got closed when I merged the patch that referenced this issue (thanks to GH :-) . I am reopening the issue fabric8io/fabric8-jenkinsfile-library#36 IIRC is open for your feedback |
Closing as issue is superceded by - #4547 |
Steps to recreate:
Error:
The text was updated successfully, but these errors were encountered: