-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fork is Fedora's prefered redis API now [1], since redis' license change. Our Fedora bots images have `valkey` since [2]. However, also still test with the original `redis` package as long as that exists in Fedora, in the new `testPmProxySettingsRedis()`. Declare the prefered package in a per-OS "config" manifest field, as detecting it at runtime is too expensive and brittle. [1] https://fedoraproject.org/wiki/Changes/Replace_Redis_With_Valkey [2] cockpit-project/bots#6432
- Loading branch information
1 parent
d5b41af
commit fe9a48e
Showing
4 changed files
with
52 additions
and
16 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
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 |
---|---|---|
|
@@ -7,5 +7,11 @@ | |
"url": "https://pcp.readthedocs.io/en/latest/" | ||
} | ||
] | ||
}, | ||
|
||
"config": { | ||
"redis_package": { | ||
"fedora": "valkey" | ||
} | ||
} | ||
} |
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
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