-
Notifications
You must be signed in to change notification settings - Fork 144
[test_operator][tobiko] Download default customized guest image #2619
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
[test_operator][tobiko] Download default customized guest image #2619
Conversation
|
Thanks for the PR! ❤️ |
With recent changes in tobiko 0.8.4, the tobiko pods will download an already customized image instead of using official ubuntu images that were customized during tobiko execution. Depends-On: openstack-k8s-operators/ci-framework#2619
df0c30c to
7f0f9fd
Compare
With recent changes in tobiko 0.8.4, the tobiko pods will download an already customized image instead of using official ubuntu images that were customized during tobiko execution.
7f0f9fd to
0efa9c9
Compare
With recent changes in tobiko 0.8.4, the tobiko pods will download an already customized image instead of using official ubuntu images that were customized during tobiko execution. Depends-On: openstack-k8s-operators/ci-framework#2619
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bb79312f0cc64618a218686f7325f079 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 37m 47s |
|
recheck |
lewisdenny
left a comment
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
Please take out of draft status when you would like it to merge :)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lewisdenny The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
fe85ae8
into
openstack-k8s-operators:main
|
/cherry-pick 18.0-fr1 |
|
@eduolivares: #2619 failed to apply on top of branch "18.0-fr1": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
With recent changes in tobiko 0.8.4, the tobiko pods will download an already customized image instead of using official ubuntu images that were customized during tobiko execution. Due to this, the guestfs-tools package is not neeeded anymore. Depends-On: openstack-k8s-operators/ci-framework#2619
With recent changes in tobiko 0.8.4, the tobiko pods will download an already customized image instead of using official ubuntu images that were customized during tobiko execution. Due to this, the guestfs-tools package is not neeeded anymore. Depends-On: openstack-k8s-operators/ci-framework#2619
With recent changes in tobiko 0.8.4, the tobiko pods will download an already customized image instead of using official ubuntu images that were customized during tobiko execution.