-
Notifications
You must be signed in to change notification settings - Fork 52
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
Remove temporary skip of tempest-all package #112
Conversation
openstack-tempest-all package was temporarily replaced with only openstack-tempest one because whitebox-neutron-tempest plugin wasn't available on rhel. These patches make sure that the plugin is included in the openstack-tempest-all package only in upstream: https://review.rdoproject.org/r/q/I93f6cee77927dfadd15c8093b49b1ed1f3e04cdc Thus it's safe to get the things back as they were.
/approve thanks, this is a must, we need plugins installed to continue with other tasks. |
+1 We'll need this to run tests from tempest plugins in the jobs... Thanks @kopecmartin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve but if it start to fails, I will revert again :)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arxcruz, kopecmartin, viroel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
It is worst to build image called |
/lgtm |
/lgtm. Thanks @kopecmartin we need this fix for manila tempest tests. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/2945348db3e64e5dbefb0706a4581e49 ✔️ tcib-build-containers SUCCESS in 46m 20s |
/retest |
recheck |
"Perform container registry login(s) with podman failed running on host controller" |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6a3d103093184cef9f8f60965c4c6640 ✔️ tcib-build-containers SUCCESS in 1h 58m 52s |
recheck |
openstack-tempest-all package was temporarily replaced with only
openstack-tempest one because whitebox-neutron-tempest plugin
wasn't available on rhel.
These patches make sure that the plugin is included in the
openstack-tempest-all package only in upstream:
https://review.rdoproject.org/r/q/I93f6cee77927dfadd15c8093b49b1ed1f3e04cdc
Thus it's safe to get the things back as they were.