[sushy_emulator] Fix list handling for VM instances#3678
Conversation
d26f7a6 to
54cf81a
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/06565e38a53248ac9155519606efd3f4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 54m 41s |
54cf81a to
d79c2ac
Compare
d79c2ac to
95eca9c
Compare
95eca9c to
2221d49
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8836ee39b1574d0d98c28b131b7794d5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 19m 26s |
449f48c to
2434a20
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0ce7a2e60fa3444c9989ebe7fd09b9b1 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 37m 13s |
2434a20 to
94dc1b7
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/165f52543cb341c48ed2b46d63eb1630 ✔️ openstack-k8s-operators-content-provider SUCCESS in 28m 38s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fbeae082449646e885e12d4eeb4a803a ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 37m 14s |
|
From my local tests |
hjensas
left a comment
There was a problem hiding this comment.
Thanks, looks good to me.
The CI failures look unrelated.
|
recheck |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rebtoor 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 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/675a53eda2ba4ceb999203040df805a6 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 23m 26s |
|
recheck |
94dc1b7 to
79bd51e
Compare
|
New changes are detected. LGTM label has been removed. |
|
@danpawlik I provided the output of run of sushy_emulator role. The change creates data we need to run it properly. |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/777530e62d6a464791e601802d12310e ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 19m 18s |
79bd51e to
e0573c5
Compare
|
Let's see if that would fix molecule - #3720 |
It can happen that the image used by the CRC has expired certificate, so it require to approve new generated certificate before making test. Depends-On: openstack-k8s-operators#3678 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
It can happen that the image used by the CRC has expired certificate, so it require to approve new generated certificate before making test. Depends-On: openstack-k8s-operators#3678 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
It can happen that the image used by the CRC has expired certificate, so it require to approve new generated certificate before making test. Depends-On: openstack-k8s-operators#3678 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fe7cb83ab33e4bed9ca85d58f90c0a6b ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 26m 45s |
- Replace complex Jinja2 for-loop with idiomatic filter chain (dict2items | selectattr | map | list) - Remove regex_replace in favor of list in template - Keep variable as list for loop/index access in tasks Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Sergii Golovatiuk <sgolovat@redhat.com>
e0573c5 to
f4bd241
Compare
4f13abf
into
openstack-k8s-operators:main
(dict2items | selectattr | map | list)
Co-authored-by: Cursor cursoragent@cursor.com
Signed-off-by: Sergii Golovatiuk sgolovat@redhat.com