Skip to content

Conversation

@danpawlik
Copy link
Contributor

The task that was responsible for collecting kubelet logs was done after the synchronization, so in some jobs we did not get kubelet service logs.

@danpawlik danpawlik requested review from a team and evallesp December 15, 2025 16:32
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 15, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign eshulman2 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/259992f6577b4fdeb978a4b3188ba530

openstack-k8s-operators-content-provider RETRY_LIMIT Host unreachable in 2h 27m 55s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 25m 19s
cifmw-crc-podified-edpm-baremetal RETRY_LIMIT Host unreachable in 34m 09s
cifmw-crc-podified-edpm-baremetal-minor-update RETRY_LIMIT Host unreachable in 2h 12m 43s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 08s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 16s
build-push-container-cifmw-client RETRY_LIMIT Host unreachable in 22m 28s

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cf5af774a6834a5d8d5d983c282e459d

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 48m 30s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 22m 00s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 33m 38s
cifmw-crc-podified-edpm-baremetal-minor-update FAILURE in 39m 55s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 40s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 57s
build-push-container-cifmw-client FAILURE in 24m 45s

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/773c8a7a6e3a4bcaa807a50f182f8bc8

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 44m 44s
podified-multinode-edpm-deployment-crc POST_FAILURE in 1h 22m 55s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 28m 51s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 30m 54s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 55s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 59s
✔️ build-push-container-cifmw-client SUCCESS in 24m 17s

@danpawlik
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b83678c1d7b14f46b5ffab9b06cd4d31

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 08m 58s
podified-multinode-edpm-deployment-crc POST_FAILURE in 13m 13s
cifmw-crc-podified-edpm-baremetal FAILURE in 47m 13s
cifmw-crc-podified-edpm-baremetal-minor-update FAILURE in 20m 52s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 15s
✔️ cifmw-pod-pre-commit SUCCESS in 9m 08s
build-push-container-cifmw-client FAILURE in 23m 44s

@danpawlik
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/33900cdf75284ccb87cbb52c57229219

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 05m 42s
podified-multinode-edpm-deployment-crc RETRY_LIMIT in 6m 16s
cifmw-crc-podified-edpm-baremetal FAILURE in 44m 29s
cifmw-crc-podified-edpm-baremetal-minor-update FAILURE in 28m 26s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 41s
✔️ cifmw-pod-pre-commit SUCCESS in 10m 18s
✔️ build-push-container-cifmw-client SUCCESS in 23m 32s

The task that was responsible for collecting kubelet logs was done after
the synchronization, so in some jobs we did not get kubelet service
logs.

Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
work_dir: "{{ ansible_user_dir }}/zuul-output/logs"
ansible.builtin.include_role:
name: fetch-output
ignore_errors: true # noqa: ignore-errors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(non-blocking) question: do we want to ignore here errors? I'm OK with this, but should we ignore errors in L 156?

args:
chdir: "{{ ansible_user_dir }}/zuul-output/logs/"

- name: Compress logs bigger than 2MB
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(non-blocking) thought: I thinks now this is a great candidate to pull out this two tasks somewhere to be imported.
If you agree I can work in the task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants