mbox series

[ovs-dev,0/2] Fix ovn-kubernetes CI jobs on stable branches.

Message ID 167155023961.1303384.11785606495489368108.stgit@dceara.remote.csb
Headers show
Series Fix ovn-kubernetes CI jobs on stable branches. | expand

Message

Dumitru Ceara Dec. 20, 2022, 3:30 p.m. UTC
The first patch of the series adds a mechanism to do custom changes to
the ovn-kubernetes code to be used in CI.  That's needed because
ovn-kubernetes might be using OVN features that are not present on
all OVN stable branches.  It is however desirable to run the most
recent version of ovn-kubernetes because it might exercise more of
the (already existing) OVN features.

So the second patch in the series just disables all session affinity
tests because the OVN feature used by ovn-kubernetes to implement
affinity is not present on branches <= 22.09.  This also means that
the second patch should only be applied to branches <= 22.09.

Dumitru Ceara (2):
      .ci: ovn-kubernetes: Add a "prepare" stage to allow for custom actions.
      .ci: ovn-kubernetes: Skip session affinity related tests.


 .ci/ovn-kubernetes/custom.patch | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)