governance/reference/runtimes/wallaby.rst
Ghanshyam Mann 93a4d724fa Drop openSUSE from commonly tested distro list
OpenSUSE is no longer maintained for testing
in OpenStack upstream CI, devstack job is broken
for more than month and unfortunately we do not have
any active maintainer to fix and maintain it.

Devstack team is planning to drop the openSUSE job
- https://review.opendev.org/c/openstack/devstack/+/769884

If we cannot test it with working job then we should remove
it from wallaby and future testing runtime.

Agreement on this in TC meeting (14th Jan 2021)
- http://eavesdrop.openstack.org/meetings/tc/2021/tc.2021-01-14-15.00.log.html#l-226

Change-Id: Ia666cc9e306bbea513e94342e92c45ba4d509d42
2021-01-14 13:52:06 -06:00

1.6 KiB

Tested Runtimes for Wallaby

At the start of the Wallaby development cycle, the current LTS or stable distribution <pti-linux-distros> versions are:

  • Ubuntu 20.04
  • CentOS 8

Python Runtimes for Wallaby

It is the policy <../../resolutions/20181024-python-update-process> that each OpenStack release cycle will target the latest available version of Python; default Python runtimes on the distributions listed above; and versions used in integration tests at the start of the cycle, at least until the point when all projects have migrated to a later version.

Based on the criteria above, all Python-based projects must target and test against, at a minimum:

  • Python 3.6 (default in CentOS 8.0)
  • Python 3.8 (latest available; default in Ubuntu 20.04)

More details on Python requirements can be found in pti-python.

Node.js Runtime for Wallaby

Based on the available versions of Node.js supported in our LTS or stable distributions <pti-linux-distros> all JavaScript testing should target:

  • Node.js 10

More details on Javascript requirements can be found in pti-javascript.

Golang Runtime for Wallaby

At this time, there are still frequent releases of Go with a wide variety of distribution packaged versions. Given the current state of Go support and the number of projects within OpenStack using Go, no formal version declaration is being made at this time.

More details on Go requirements can be found in pti-golang.