WIP: Add periodic jira-refresh for monitoring repos on release branches - #85417
redhat-chai-bot wants to merge 1 commit into
Conversation
|
@redhat-chai-bot: This pull request references OCPCRT-640 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.1.0" version, but no target version was set. DetailsIn response to this:
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. |
|
Important Review skippedWe couldn't safely recover the incremental review. No full review was started, and the last reviewed checkpoint was preserved. Retry later, or explicitly request a full review by commenting You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
/retitle WIP: Add periodic jira-refresh for monitoring repos on release branches |
|
@redhat-chai-bot: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
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. |
| - name: github-app-credentials | ||
| secret: | ||
| secretName: openshift-prow-github-app | ||
| - agent: kubernetes |
There was a problem hiding this comment.
is this the appropriate place?
This is a monitoring team cron.
How about https://github.com/redhat-chai-bot/openshift_release/tree/024d1fcef992fafcdd88578e5f1ab4712d146dc1/ci-operator/jobs/openshift/cluster-monitoring-operator? could they contain manually added crons?
you'd need to change ci.openshift.io/role: infra etc
| valueFrom: | ||
| secretKeyRef: | ||
| key: appid | ||
| name: openshift-prow-github-app |
There was a problem hiding this comment.
would the cron be able to access this?
024d1fc to
24e7fd8
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: redhat-chai-bot 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 |
… branches Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24e7fd8 to
fbfa53f
Compare
|
@redhat-chai-bot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
Adds a daily periodic job (08:00 UTC) that posts
/jira refreshon open PRs in monitoring repos targetingrelease-*branches withjira/invalid-bug+lgtm+approvedlabels (excluding held PRs).This is a fallback in case openshift/release-controller#817 misses re-evaluating dependent bug state changes.
Follows the same
commenterpattern as the existingperiodic-jira-refresh-main/-masterentries.Refs: OCPCRT-640