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

Charm tests require Ubuntu 16.04 (Xenial) and Python 3.5, both of which are EOL #123

Open
barryprice opened this issue Jul 4, 2022 · 0 comments
Labels

Comments

@barryprice
Copy link
Contributor

barryprice commented Jul 4, 2022

Jenkins and plugins versions report

Not relevant

What Operating System are you using (both controller, and any agents involved in the problem)?

Ubuntu 22.04

Reproduction steps

  1. Download the charm source
  2. Run make

Expected Results

All bundled tests should run as expected on the latest Ubuntu LTS

Actual Results

SKIPPED: InterpreterNotFound: python3.5
_____________________________________________________________ summary _____________________________________________________________
SKIPPED:  py35: InterpreterNotFound: python3.5
  congratulations :)

Anything else?

The tests all reference "xenial" or "Xenial", with nothing set up for newer, supported series.

I'd expect to see first class support for testing on 22.04, 20.04 and 18.04 in that order, with 16.04 support a bonus.

Latest LTS (22.04) uses Python 3.10, Focal (20.04) uses Python 3.8 and Bionic (18.04) uses Python 3.6 - the tox config should probably support some or perhaps even all of these.

Requiring Xenial (16.04) is particularly problematic now that deploys using the LXD provider on modern Ubuntu no longer support networking on 16.04 without disabling cgroup2, impractical for many (most?) devs:

https://github.com/lxc/lxd/issues/9413

@barryprice barryprice added the bug label Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant