-
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
Define tempest-all image #98
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a7592c85e9144f24af023b73e7be3c87 ✔️ tcib-build-containers SUCCESS in 1h 41m 00s |
Tempest image should contain only tempest while tempest-all image should contain tempest with all relevant plugins.
029d7e5
to
7d75e83
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/b6a62d2b90864713a625ba1ad3ddc7b4 ✔️ tcib-build-containers SUCCESS in 1h 46m 19s |
Firstly, no idea why I can't see the tempest-all container build, I see tempest and tempest-extra, not the new one - tempest-all :/ |
recheck |
@kopecmartin I have added the depends-on in this pr, now tempest-all image will be built soon. |
This change depends on a change that failed to merge. Change #97 is needed. |
recheck |
oh, right, I forgot about that, thanks Chandan! |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a3f102012a244bf5932aac1a63049e40 ✔️ tcib-build-containers SUCCESS in 1h 37m 59s |
@kopecmartin https://logserver.rdoproject.org/98/98/7d75e833dc34ca4d83f7f758be3091cae0150256/github-check/tcib-build-containers/103afd0/ci-framework-data/logs/containers-built.log
|
amazing, now, I am open for feedback and thoughts on this - tempest without plugins has half the size of the one with plugins, considering our upstream/downstream pipeline, is it worth it to save 500MB per one image download? |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5464058dec314cd08bd5957745dbed06 ❌ tcib-build-containers TIMED_OUT in 59m 17s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/4fdecf815c9040bea75c7f6bbd744f5b ✔️ tcib-build-containers SUCCESS in 1h 46m 48s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d4b1e338661b4972badbb1ce413aac89 ✔️ tcib-build-containers SUCCESS in 2h 00m 24s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/7efd554e0c7346e0a3ceb538c4abdaf4 ✔️ tcib-build-containers SUCCESS in 1h 54m 07s |
recheck |
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.
lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kopecmartin, marios, 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 |
Tempest image should contain only tempest while tempest-all image
should contain tempest with all relevant plugins.
Depends-On: #97