-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI and test using Ubuntu 24.04 and Python 3.12 (#187)
* Install setuptools * Use Ubuntu 24.04 and Python 3.12 * Handle tilde sign in Ceph version Ceph versions on Ubuntu can have a tilde sign in the version like 19.2.0~git20240301.4c76c50 because they've built it before it was released with their own versioning, packaging cannot handle that. * Set job timeout to 30 minutes So we don't wait for 6 hours for a hanging job. * Skip Ceph when rados bindings is not available The rados python bindings (the python3-rados distro package) is only available for the python version that the distro ships.
- Loading branch information
1 parent
f6d6f19
commit 019aeac
Showing
5 changed files
with
30 additions
and
8 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
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
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