-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add blog post for week 29 . Reviewed-by: Nikola Forró
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Week 29 in Packit | ||
date: 2024-07-22 | ||
authors: flachman | ||
tags: | ||
- 2024-July | ||
- 2024 | ||
- July | ||
--- | ||
|
||
## Week 29 (July 16th – July 22nd) | ||
|
||
- We have implemented a CLI support for Koji builds against CBS Koji instance. ([packit#2267](https://github.com/packit/packit/pull/2267)) | ||
- Added a new configuration option `sync_test_job_statuses_with_builds` that controls whether test job statuses are updated together with their corresponding build job statuses. When set to `false`, while tests jobs are waiting for their corresponding build jobs to finish, their statuses remain in pending state and only build job statuses are updated. ([packit-service#2470](https://github.com/packit/packit-service/pull/2470)) |