Skip to content

CNTRLPLANE-3427: add script to fetch ci test failures#71

Open
ricardomaraschini wants to merge 1 commit into
openshift:mainfrom
ricardomaraschini:CNTRLPLANE-3427
Open

CNTRLPLANE-3427: add script to fetch ci test failures#71
ricardomaraschini wants to merge 1 commit into
openshift:mainfrom
ricardomaraschini:CNTRLPLANE-3427

Conversation

@ricardomaraschini
Copy link
Copy Markdown

script fetches and analyzes tls-related test failures from openshift's prow ci. it scrapes the latest job results for tls 1.3 adherence and pqc readiness tests, parses junit xml files to extract failed pod names, deduplicates them by stripping kubernetes hash suffixes, and generates a report to tls_failure_report.txt.

this script is meant for manual execution as it makes the visualization of the components easier to grasp. if this does not belong here then it is also ok. please let me know.

script fetches and analyzes tls-related test failures from openshift's
prow ci. it scrapes the latest job results for tls 1.3 adherence and pqc
readiness tests, parses junit xml files to extract failed pod names,
deduplicates them by stripping kubernetes hash suffixes, and generates a
report to tls_failure_report.txt.
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 26, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented May 26, 2026

@ricardomaraschini: This pull request references CNTRLPLANE-3427 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

script fetches and analyzes tls-related test failures from openshift's prow ci. it scrapes the latest job results for tls 1.3 adherence and pqc readiness tests, parses junit xml files to extract failed pod names, deduplicates them by stripping kubernetes hash suffixes, and generates a report to tls_failure_report.txt.

this script is meant for manual execution as it makes the visualization of the components easier to grasp. if this does not belong here then it is also ok. please let me know.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 26, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ricardomaraschini
Once this PR has been reviewed and has the lgtm label, please assign richardsonnick 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

@ricardomaraschini
Copy link
Copy Markdown
Author

/jira refresh

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented May 26, 2026

@ricardomaraschini: This pull request references CNTRLPLANE-3427 which is a valid jira issue.

Details

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 26, 2026

@ricardomaraschini: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@ingvagabund
Copy link
Copy Markdown
Member

Can you also provide a short README? To see how the script is used and what the output looks like?

@ricardomaraschini
Copy link
Copy Markdown
Author

Can you also provide a short README? To see how the script is used and what the output looks like?

Isn't the comment at the start of the script enough ?

jobs = {
'tls_adherence': {
'name': 'periodic-ci-openshift-tls-scanner-main-periodic-tls13-adherence',
'path': '/job-history/gs/test-platform-results/logs/periodic-ci-openshift-tls-scanner-main-periodic-tls13-adherence',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Worth making the job name (or at least the branch name) configurable

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

My understanding is that this is a job that runs only against a nightly release. What usecase you have in mind for making the branch customizable ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Oh, so there's always going to be only the main targeted? In that case please ignore my comment.

@ingvagabund
Copy link
Copy Markdown
Member

Isn't the comment at the start of the script enough ?

Yeah, probably is. After you know the examples are there it is.

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

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants