-
Notifications
You must be signed in to change notification settings - Fork 51
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
Donot Install tcib from rpm #97
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raukadah 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 |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1513625512c2481aaffc86c44c49f1d8 ❌ tcib-build-containers FAILURE in 8m 45s |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#771 is needed. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1e1a8e3397cd44508316e445bf098359 ❌ tcib-build-containers FAILURE in 10m 22s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/117fc515adae4448983a9867a5c98643 ✔️ tcib-build-containers SUCCESS in 1h 55m 14s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/2ff1449126484fd7a3b4b0633e753386 ❌ tcib-build-containers FAILURE in 10m 21s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/27a4160cdf4244d7bddeacbf6281a6fd ✔️ tcib-build-containers SUCCESS in 2h 07m 03s |
recheck |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#785 is needed. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5eef212eeb2644248f390fdec03915fa ✔️ tcib-build-containers SUCCESS in 2h 06m 31s |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#785 is needed. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d1b02c74386c421e898c98330ec20629 ✔️ tcib-build-containers SUCCESS in 2h 03m 49s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1fe60353f21e406095e082e4a66fdd1a ❌ tcib-build-containers TIMED_OUT in 50m 53s |
recheck |
/lgtm |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/195d07cb1e3d40619024ccc3745be156 ❌ tcib-build-containers TIMED_OUT in 50m 56s |
recheck |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#792 is needed. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/3a99260e25fe4affba06176a5c6b0003 ✔️ tcib-build-containers SUCCESS in 2h 15m 08s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d6bd01fad4c84888a15c2c1300ce5a43 ✔️ tcib-build-containers SUCCESS in 1h 40m 02s |
recheck tempest failure |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/c82b6b106f8d4287a7e8d2b194110986 ✔️ tcib-build-containers SUCCESS in 1h 53m 03s |
recheck tempest failure |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d864e7acc7d24ef5a1ccc5dc3c3f439f ✔️ tcib-build-containers SUCCESS in 1h 56m 07s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/041cbf8103324d07aa51f72aa82a14c9 ✔️ tcib-build-containers SUCCESS in 2h 01m 04s |
recheck |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
recheck tempest failure |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/23639f6cca664253bf44bdb9e0ffc4e9 ✔️ tcib-build-containers SUCCESS in 1h 42m 24s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ec1d2a52d4cd4675aa36365a72b99fc4 ✔️ tcib-build-containers SUCCESS in 1h 43m 23s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5583607fe2854ca8a8daf21c06fedf29 ✔️ tcib-build-containers SUCCESS in 1h 39m 36s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/f86eb3bbe7a44c838ec1ef648a08b61f ✔️ tcib-build-containers SUCCESS in 1h 47m 28s |
openstack-k8s-operators/ci-framework#771 adds the support for installing tcib from rpm as a default behaviour. It also adds a var cifmw_build_containers_install_from_source to install it from source. Since here tcib code is tested from source. So we need to update the zuul job definition so that tcib will get installed from source. Signed-off-by: Chandan Kumar <[email protected]>
/lgtm |
openstack-k8s-operators/ci-framework#771 adds the support for installing tcib from rpm as a default behaviour. It also adds a var cifmw_build_containers_install_from_source to install it from source.
Since here tcib code is tested from source. So we need to update the zuul job definition so that tcib will get installed from source.
Depends-On: openstack-k8s-operators/ci-framework#799