-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest images on 3.11 cluster reflects as unsupported on init repo #4220
Comments
@dharmit what do we use https://github.com/openshift/odo-init-image for ? |
I was hoping no one would ever ask me this question because I probably don't completely understand it. But let me take a stab at it. odo spins up init containers to set up the environment before starting the actual component. And it's the odo init image that's used to do this set up job. We have more info about the tasks in the docs here. @kadel can you correct me if I am wrong? TBH, I used to dread that someone might ask me this question some day and I would make a fool of myself. 😞 |
We don't know if this is failing just on odo-init-image because travis tests are not running on odo repo for over a month due to a quota change on Travis side :-( |
@kadel I think this is only on odo-init-image because we merged image bumping pr redhat-developer/odo-init-image#71 on 30th July and from that time this was the consistence failure on odo-init-image. However travis tests are not running on odo repo from almost one month. Earlier to that tests were running fine on odo repo. So, this is clearly an issue from odo-init-repo and I have described all my points in the issue redhat-developer/odo-init-image#76 |
java is not a supported s2i component on 3.11, however it is supported on 4.x: Supported components for 4.x:
Supported components for 3.11:
I ran corresponding test suite locally against 3.11 (minishift) and it fails. Then ran it agains 4.5.2 in PSI and it passes. @prietyc123 I guess that means it is an actual bug on 3.11, not only on odo-init-image, correct? On 3.11 I can reproduce the java component not found, but is not reproducible on 4.5.2:
These are the results on 3.11 (see 4th failure) for
This are the results on 4.5.2 (PSI) for same test suite:
Based on the above the failure is expected. I will close if agreed. In such case I will update the test script to skip it for 3.11. |
The problem is actually in the test setup. This PR is fixing it redhat-developer/odo-init-image#77 |
@kadel then I will close this one once redhat-developer/odo-init-image#77 is closed |
closing as redhat-developer/odo-init-image#77 fixes it |
/kind bug
/kind failing-test
What versions of software are you using?
Operating System:
linux
Output of
odo version
:master
How did you run odo exactly?
Running tests on 3.11 cluster travis CI. This is particularly failing on odo-init repo. Details of the issue: redhat-developer/odo-init-image#76
Any logs, error output, etc?
Failure details - https://travis-ci.com/github/openshift/odo-init-image/jobs/432346337
The text was updated successfully, but these errors were encountered: