Skip to content

Commit

Permalink
Merge branch 'master' into add-ut
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz965 committed Jul 24, 2024
2 parents d20de73 + af95247 commit ca18a01
Show file tree
Hide file tree
Showing 167 changed files with 6,405 additions and 2,499 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
build:
name: Build arm64
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-kube-ovn-base-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- release-1.12
- release-1.12-mc
name: Build AMD64
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
needs:
- build-amd64
name: push
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-kube-ovn-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- release-1.9
- release-1.12-mc
name: Build AMD64
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- release-1.9
- release-1.12-mc
name: Build ARM64
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- build-arm64
- build-amd64
name: push
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-kube-ovn-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
jobs:
build:
name: Build Test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
filter:
name: Path Filter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
build-ovs-ovn: ${{ steps.filter.outputs.windows-ovs-ovn }}
build-kube-ovn: ${{ steps.filter.outputs.windows-kube-ovn }}
Expand Down
Loading

0 comments on commit ca18a01

Please sign in to comment.