Files
zaza-openstack-tests/constraints/README.md
Felipe Reyes 1edba34f3e Add constraints file(s) for testing environments.
This change introduces a place to keep the constraints needed to build
testing environments. It will be global to all charms under the Charmed
OpenStack umbrella, they will be enforced by zosci at the gate.

These constraints are not meant to be used to build charms, for that the
tooling that should be used is pip-compile.
2024-02-16 11:50:23 -03:00

652 B

Constraints

This directory holds the pip constraints used by the different testing environments used by Charmed OpenStack.

It's worth emphasize that these constraints are used for testing environments, that means used in tox.ini files, but never to build charms.

Naming scheme

The constraints files follow the following nomenclature:

constraints-$RELEASE.txt

$RELEASE represents the OpenStack release, with the special exception of master that's used to apply constraints to the master and main branches.

For example for the case of OpenStack 2023.1 (Antelope), the constraints file would be named constraints-2023.1.txt.