-
Notifications
You must be signed in to change notification settings - Fork 66
PR builds on boosters do not pass #763
Comments
that looks like the integration test.. is that right? If so can you check the resources in the environment that it is running in, I think now that should be your users home namespace. The error looks like the pod didn't start in time during the integration test but I could be wrong. A bit more info is needed. |
Thanks @rawlingsj for looking into this - You are correct, that's the integration test:
|
This might be fixed with fabric8io/fabric8-pipeline-library#381 @sbose78 give it a spin when merged or use |
@sbose78 Is this still happening? Can you confirm please? |
PR build is failing for Integration Tests
|
@sthaha This is an issue which is reproducible in the current state also. |
Another issue leading to that problem (reproducible if you have Configmap booster imported) #3134 (comment) |
I managed to fix my issue and I see that reports from @hrishin are showing the same symptoms #763 (comment). I'm happy to provide a PR to the pipeline library based on the outcome of the discussion here #3134 (comment) |
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
Fixed with fabric8io/fabric8-jenkinsfile-library#37 |
@piyush1594 did we run PR builds to verify that? Can you point me to the booster repos? |
https://gist.github.com/anonymous/7c1c32ad5e8b8ca1ba398074575f2fd9
The text was updated successfully, but these errors were encountered: