-
Notifications
You must be signed in to change notification settings - Fork 170
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
RGW tests are not skipped in certain post-upgrade AWS deployments #9445
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. |
The logic in rgw/conftest.py is supposed to skip any RGW tests if the platform is AWS, but it seems to fail in some cases. For example: https://url.corp.redhat.com/e54fa9b.
Perhaps the
config.ENV_DATA["platform"]
is changed as a side effect due to the upgrade?When this happens, the creation attempt via the bucket factory fails with the following error:
In such scenarios this error is expected, because that in the context of OCS-CI, RGW buckets can only be created on on-prem clusters such as vSphere.
The text was updated successfully, but these errors were encountered: