Skip to content

Commit

Permalink
Disabled juju 3.2 and 3.3 from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Jan 18, 2024
1 parent 28c13b7 commit 4d159ad
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,16 @@ jobs:
- juju_channel: 3.1/stable
snap_install_flags: ""
pip_constraints: constraints-juju31.txt
- juju_channel: 3.2/stable
snap_install_flags: ""
pip_constraints: constraints-juju32.txt
- juju_channel: 3.3/stable
snap_install_flags: ""
pip_constraints: constraints-juju33.txt
# NOTE(freyes): disabled until "RuntimeError: set_wakeup_fd only works
# in main thread of the main interpreter" gets fixed.
# https://pastebin.ubuntu.com/p/GfYKgpx3SP/
#
# - juju_channel: 3.2/stable
# snap_install_flags: ""
# pip_constraints: constraints-juju32.txt
# - juju_channel: 3.3/stable
# snap_install_flags: ""
# pip_constraints: constraints-juju33.txt
env:
TEST_ZAZA_BUG_LP1987332: "on" # http://pad.lv/1987332
needs: build
Expand Down

0 comments on commit 4d159ad

Please sign in to comment.