-
Notifications
You must be signed in to change notification settings - Fork 83
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
Pod crashes while running ods-ci tests for version v2.11.0 #1621
Comments
Adding to this, the readme doesn't explain about the variables expected - https://github.com/red-hat-data-services/ods-ci/tree/master?tab=readme-ov-file |
@GunaKKIBM Hi, I raised #1622 to fix this issue |
@GunaKKIBM related to your questions:
|
@GunaKKIBM hey, the images have been rebuild to pickup the fix. Please, let us know if you are still facing some issues |
@CFSNM , thanks, the issue is fixed in the latest image. I am currently working using the test variables, if I see any concern there, I will update. |
@CFSNM , I would want to understand more on what the users here, is this users of type user.openshift.io/v1 resource in openshift? I understand these values are used for testing, but I am unclear about where these values should be extracted from. |
@GunaKKIBM do you agree to continue the conversation here: #1641? |
Hi @CFSNM . Yes. |
Description of problem:
Pod goes to Error status while running the ods-ci tests following this Readme - https://github.com/red-hat-data-services/ods-ci/blob/master/ods_ci/docs/ODS-CI-IMAGE-README.md#running-the-ods-ci-container-image-in-openshift and the following image
The issue is - the scripts and test folders are not copied in the expected path.
Prerequisites (if any, like setup, operators/versions):
We have all the pre requisites satisfied. as mentioned here - [https://github.com/red-hat-data-services/ods-ci/blob/master/ods_ci/docs/ODS-CI-IMAGE-README.md#running-the-ods-ci-container-image-in-openshift]
Steps to Reproduce
For both pre requisites and steps to deploy - this doc was being followed, rather than building a custom image - I used quay.io/modh/ods-ci:v2.11.0
Actual results:
Also. looks like the tests folder isn't copied properly either
Expected results:
The tests should run and show some results, this is a part of the output is from pod logs from the image that was custom built
Reproducibility (Always/Intermittent/Only Once):
Always
Workaround:
Building a custom image with appropriate changes in Dockerfile.
The text was updated successfully, but these errors were encountered: