On Mon, Aug 31, 2026 at 11:44 AM Dumitru Ceara via dev < [email protected]> wrote:
> On 8/27/26 3:11 PM, Dumitru Ceara via dev wrote: > > While 26.09.0 hasn't been released yet, it's probably a good idea to > > already start testing upgrades from its stable branch, branch-26.09 to > > the main branch. > > > > Signed-off-by: Dumitru Ceara <[email protected]> > > --- > > .github/workflows/ovn-upgrade-tests.yml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/.github/workflows/ovn-upgrade-tests.yml > b/.github/workflows/ovn-upgrade-tests.yml > > index e1117ed271..c03444d54c 100644 > > --- a/.github/workflows/ovn-upgrade-tests.yml > > +++ b/.github/workflows/ovn-upgrade-tests.yml > > @@ -30,6 +30,8 @@ jobs: > > - { base_version: "origin/branch-26.03", test_range: "-100" } > > - { base_version: "origin/branch-26.03", test_range: "101-200" } > > - { base_version: "origin/branch-26.03", test_range: "201-", > unstable: unstable } > > + - { base_version: "origin/branch-26.09", test_range: "101-200" } > > + - { base_version: "origin/branch-26.09", test_range: "201-", > unstable: unstable } > > > > env: > > CC: gcc > > Recheck-request: github-robot-_Build_and_Test > Recheck-request: github-robot-_ovn-kubernetes > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Thank you Dumitru, applied to main. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
