action #116545
closedopenQA Project (public) - coordination #102915: [saga][epic] Automated classification of failures
coordination #119338: [epic] SLO Automation for openqatests SLOs
Automated alerts and reminders about SLO's for openqatests (only one reminder) size:M
0%
Description
Motivation¶
Same as in other processes https://progress.opensuse.org/projects/openqatests/wiki#SLOs-service-level-objectives
is followed better if there are automations that ensure the process, remind about missed targets, etc.
Acceptance criteria¶
- AC1: SLOs are ensured with automation (only a single first reminder)
Suggestions¶
- Research what has been done in #113797
- Review and understand https://github.com/openSUSE/openqa-tests-backlog as well as https://github.com/openSUSE/backlogger
- Only write the same comment once
Updated by okurz over 2 years ago
- Copied from action #113797: Automated alerts and reminders about SLO's for openqatests size:M added
Updated by okurz over 2 years ago
- Subject changed from Automated alerts and reminders about SLO's for openqatests size:M to Automated alerts and reminders about SLO's for openqatests
Updated by okurz about 2 years ago
- Subject changed from Automated alerts and reminders about SLO's for openqatests to Automated alerts and reminders about SLO's for openqatests size:M
- Description updated (diff)
- Status changed from New to Workable
Updated by okurz about 2 years ago
- Related to action #116605: False SLO update comment for a Low ticket size:M added
Updated by jbaier_cz about 2 years ago
- Status changed from Workable to Blocked
- Assignee set to jbaier_cz
Let's solve #116605 first
Updated by jbaier_cz about 2 years ago
- Status changed from Blocked to Workable
- Assignee deleted (
jbaier_cz)
As the #116605 is resolved and the write access in the repository was restored, we can work on this.
Updated by jbaier_cz about 2 years ago
- Related to action #118186: Prevent SLO alerts for tickets with open subtasks as they inherit priority and can not be changed directly size:M added
Updated by tinita about 2 years ago
- Subject changed from Automated alerts and reminders about SLO's for openqatests size:M to Automated alerts and reminders about SLO's for openqatests (only one reminder) size:M
- Description updated (diff)
Updated by okurz about 2 years ago
- Copied to action #119176: Automated alerts and reminders about SLO's for openqatests size:M added
Updated by tinita about 2 years ago
- Status changed from Workable to In Progress
As a first step, we need to fetch the issue and its comments to check if a first reminder was already sent.
Updated by tinita about 2 years ago
I started to implement fetching comments. It does not post a reminder if a message exists with exactly the same comment (that means, if the priority changes or the url or the reminder text, then the reminder will be posted). That might need some improvement.
Branch: https://github.com/perlpunk/backlogger/tree/single-reminder
Should be able to make a PR tomorrow.
Updated by tinita about 2 years ago
https://github.com/openSUSE/backlogger/pull/8 - Send only a single reminder
Updated by tinita about 2 years ago
- Status changed from In Progress to Feedback