Skip to content
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

OPRUN-3267: Adding OLMOperatorsInFailedState risk #5094

Merged

Conversation

LalatenduMohanty
Copy link
Member

@LalatenduMohanty LalatenduMohanty commented Apr 11, 2024

Both OCPBUGS-31080 and OCPBUGS-24009 has same symptoms and mostlikely related. We are adding a single risk for both of these bugs. However if we come to know if these bugs are separate then we will add separate risks.

Used below script to generate the files

$ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.15&arch=amd64' | jq -r '.nodes[] | .version' | grep '^4[.]15[.]' | grep -v '^4[.]15[.]0' | grep -v '0-[er]c[.]'| while read VERSION; do sed "s/4.15.0/${VERSION}/" blocked-edges/4.15.0-OLMOperatorsInFailedState.yaml > "blocked-edges/${VERSION}-OLMOperatorsInFailedState.yaml"; done

@LalatenduMohanty LalatenduMohanty changed the title Adding risk for OCPBUGS-31080 and OCPBUGS-24009 [WIP] Adding risk for OCPBUGS-31080 and OCPBUGS-24009 Apr 11, 2024
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 11, 2024
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 11, 2024
@LalatenduMohanty LalatenduMohanty force-pushed the OCPBUGS-31080 branch 2 times, most recently from b78c3cb to adb6db2 Compare April 11, 2024 20:57
Both OCPBUGS-31080 and OCPBUGS-24009 has same symptoms and mostlikely
related. We are adding a single risk for both of these bugs. However if
we come to know if these bugs are separate then we will add separate
risks.

Used below script to generate the files

$ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.15&arch=amd64' | jq -r '.nodes[] | .version' | grep '^4[.]15[.]' | grep -v '^4[.]15[.]0' | grep -v '0-[er]c[.]'| while read VERSION; do sed "s/4.15.0/${VERSION}/" blocked-edges/4.15.0-OLMOperatorsInFailedState.yaml > "blocked-edges/${VERSION}-OLMOperatorsInFailedState.yaml"; done

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
@LalatenduMohanty LalatenduMohanty changed the title [WIP] Adding risk for OCPBUGS-31080 and OCPBUGS-24009 OPRUN-3267: Adding OLMOperatorsInFailedState risk Apr 11, 2024
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 11, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 11, 2024

@LalatenduMohanty: This pull request references OPRUN-3267 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 spike to target the "4.16.0" version, but no target version was set.

In response to this:

Both OCPBUGS-31080 and OCPBUGS-24009 has same symptoms and mostlikely related. We are adding a single risk for both of these bugs. However if we come to know if these bugs are separate then we will add separate risks.

Used below script to generate the files
$ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.15&arch=amd64' | jq -r '.nodes[] | .version' | grep '^4[.]15[.]' | grep -v '0-[er]c[.]'| while read VERSION; do sed "s/4.15.0/${VERSION}/" blocked-edges/4.15.0-OLMOperatorsInFailedState.yaml > "blocked-edges/${VERSION}-OLMOperatorsInFailedState.yaml"; done

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 openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 11, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 11, 2024

@LalatenduMohanty: This pull request references OPRUN-3267 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 spike to target the "4.16.0" version, but no target version was set.

In response to this:

Both OCPBUGS-31080 and OCPBUGS-24009 has same symptoms and mostlikely related. We are adding a single risk for both of these bugs. However if we come to know if these bugs are separate then we will add separate risks.

Used below script to generate the files

$ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.15&arch=amd64' | jq -r '.nodes[] | .version' | grep '^4[.]15[.]' | grep -v '^4[.]15[.]0' | grep -v '0-[er]c[.]'| while read VERSION; do sed "s/4.15.0/${VERSION}/" blocked-edges/4.15.0-OLMOperatorsInFailedState.yaml > "blocked-edges/${VERSION}-OLMOperatorsInFailedState.yaml"; done

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.

Copy link
Member

@wking wking left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 11, 2024
Copy link
Contributor

openshift-ci bot commented Apr 11, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: LalatenduMohanty, wking

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

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [LalatenduMohanty,wking]

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

@openshift-merge-bot openshift-merge-bot bot merged commit 8fa8da7 into openshift:master Apr 11, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
3 participants