Skip to content

Commit

Permalink
Disable Ceph jobs on Python 3.12
Browse files Browse the repository at this point in the history
These jobs has timed out for a while on all
Python versions and has thus been disabled
so these are now also disabled on Python 3.12

We need to fix these in the future to get
full Ceph coverage.
  • Loading branch information
tobias-urdin committed Oct 8, 2024
1 parent a537a58 commit 17f3cde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gnocchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ jobs:
python: py311
- env: postgresql-ceph
python: py311
# TODO(tobias-urdin): We need to fix below Ceph jobs
- env: mysql-ceph
python: py312
- env: postgresql-ceph
python: py312
steps:
- uses: actions/checkout@v4
- run: sudo chown -R 1001:1001 $GITHUB_WORKSPACE
Expand Down

0 comments on commit 17f3cde

Please sign in to comment.