Remove the ovn-fake-multinode upgrade test from branch-22.03. The test now only validates the current branch-24.03 code without upgrade scenarios. Main branch continues to test upgrades from latest LTS to main successfully.
This commit is 24.03 specific and should NOT be ported to any other branches. Signed-off-by: Xavier Simonart <[email protected]> --- .github/workflows/ovn-fake-multinode-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ovn-fake-multinode-tests.yml b/.github/workflows/ovn-fake-multinode-tests.yml index 95c5230f8..2f3435d4f 100644 --- a/.github/workflows/ovn-fake-multinode-tests.yml +++ b/.github/workflows/ovn-fake-multinode-tests.yml @@ -18,7 +18,6 @@ jobs: matrix: cfg: - { branch: "main" } - - { branch: "branch-22.03" } env: RUNC_CMD: podman OS_IMAGE: "fedora:42" @@ -89,7 +88,6 @@ jobs: matrix: cfg: - { branch: "main", testsuiteflags: ""} - - { branch: "branch-22.03", testsuiteflags: "-k 'basic test'" } name: multinode tests ${{ join(matrix.cfg.*, ' ') }} env: RUNC_CMD: podman @@ -138,14 +136,9 @@ jobs: with: name: test-main-image - - uses: actions/download-artifact@v8 - with: - name: test-branch-22.03-image - - name: Load podman image run: | sudo podman load --input ovn_main_image.tar - sudo podman load --input ovn_branch-22.03_image.tar - name: Check out ovn-fake-multi-node uses: actions/checkout@v6 -- 2.47.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
