Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI and test using Ubuntu 24.04 and Python 3.12 #187

Merged
merged 5 commits into from
Oct 10, 2024

Conversation

tobias-urdin
Copy link
Collaborator

@tobias-urdin tobias-urdin commented Oct 9, 2024

  • Fixes the CI
  • Starts using Ubuntu 24.04 for testing
  • Tests using Python 3.9, Python 3.11 and Python 3.12
  • Fix to handle tilde sign in Ceph version
  • Skip Ceph jobs when rados bindings is not available from distro package for that python version
  • Set job timeout to 30 minutes so that we dont have to wait 6 hours or cancel workflows that are stuck

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.
@tobias-urdin tobias-urdin changed the title Install setuptools Fix CI and test using Ubuntu 24.04 and Python 3.12 Oct 9, 2024
So we don't wait for 6 hours for
a hanging job.
The rados python bindings (the python3-rados
distro package) is only available for the
python version that the distro ships.
@tobias-urdin tobias-urdin merged commit 019aeac into jd:master Oct 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant