All of the above were changed to track the latest available releases.
Initially that seemed like a good idea but in practice, a new release would
potentially (silently) cause CI runs that used to pass on given stable
versions to unexpectedly start failing.
To address that this series pins all versions we can control allowing us
to use different values for different branches.
NOTE: the second commit of this series will look slightly different on
stable branches, e.g., on branches <= 23.06 we need Python <= 3.11 and
Fedora 37.
Dumitru Ceara (2):
ci: Use per-branch CI container images.
ci: Pin Python, Fedora and Ubuntu versions.
.github/workflows/containers.yml | 2 +-
.github/workflows/ovn-fake-multinode-tests.yml | 6 +++---
.github/workflows/ovn-kubernetes.yml | 4 ++--
.github/workflows/test.yml | 8 ++++----
utilities/containers/fedora/Dockerfile | 2 +-
utilities/containers/ubuntu/Dockerfile | 2 +-
6 files changed, 12 insertions(+), 12 deletions(-)
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev