-
Notifications
You must be signed in to change notification settings - Fork 134
WIP Drop nested ansible execution - e2e-collect-logs #3242
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
base: main
Are you sure you want to change the base?
WIP Drop nested ansible execution - e2e-collect-logs #3242
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs 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/a5cef1925ccc44fbbeb1d7b72522340e ❌ openstack-k8s-operators-content-provider FAILURE in 11m 38s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9def48b56c4940b9a90647f6b609efb6 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 38s |
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. |
5d94aa5
to
628facc
Compare
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. |
f5debfa
to
8507a0d
Compare
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. |
8507a0d
to
791c271
Compare
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. |
791c271
to
01a035b
Compare
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. |
01a035b
to
88d17b2
Compare
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. |
88d17b2
to
fe65bfe
Compare
This change depends on a change that failed to merge. Change #3235 is needed. |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2bd893357b5446f6a67fcc14525e62c7 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 15s |
recheck |
This change depends on a change that failed to merge. Change #3235 is needed. |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/21ba1a6610044e38980614166216b582 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 13m 54s |
fe65bfe
to
1b5f198
Compare
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. |
1b5f198
to
e1d7d1d
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bc243db680b846d683a0a55aa34988f1 ❌ openstack-k8s-operators-content-provider FAILURE in 13m 03s |
a288d8d
to
06679dc
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/56d884c7ed29401c9a174e60e112a554 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 15m 06s |
06679dc
to
1b98b29
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5be6e90bebd24f2fbecda301538de2a2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 09m 08s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/68e7ab62b76c40f387791223ffe8bda4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 03m 22s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/78908d82b82542199b84b1b5ad77d553 ❌ openstack-k8s-operators-content-provider TIMED_OUT in 31m 09s |
recheck |
1b98b29
to
421d597
Compare
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. |
421d597
to
3b7c533
Compare
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. |
3b7c533
to
9ed4cca
Compare
9ed4cca
to
10a6e80
Compare
We want to drop nested Ansible execution where it is possible. It is wrong, to execute sometimes 4 or 5 time nested Ansible. It makes debugging difficult, raise more complication and sometimes variable overwrite is just problematic. Depends-On: openstack-k8s-operators#3235 Signed-off-by: Daniel Pawlik <[email protected]>
10a6e80
to
3ea8b57
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/27be0004f81542e0b11a69e74a79e1aa ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 23m 26s |
We want to drop nested Ansible execution where it is possible. It is wrong, to execute sometimes 4 or 5 time nested Ansible. It makes debugging difficult, raise more complication and sometimes variable overwrite is just problematic.
Depends-On: #3235