From 7e61e3be622900aaffbffe9c42fba72fc583cfce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 27 Apr 2026 21:07:00 +0200 Subject: [PATCH] Add blog post for week 17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- weekly/2026/week-17.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 weekly/2026/week-17.md diff --git a/weekly/2026/week-17.md b/weekly/2026/week-17.md new file mode 100644 index 0000000000..94fca847d0 --- /dev/null +++ b/weekly/2026/week-17.md @@ -0,0 +1,16 @@ +--- +title: Week 17 in Packit +date: 2026-04-27 +authors: nforro +tags: + - 2026-April + - 2026 + - April +--- + +## Week 17 (April 21st – April 27th) + +- We have fixed several cases of excessive job cancellation, in particular when retriggering + a job using the Re-run button on GitHub and when using commands such as `rebuild-failed`, + `retest-failed` or `test` with `--identifier`. + ([packit-service#3112](https://github.com/packit/packit-service/pull/3112))