On 8/25/22 14:52, David Marchand wrote:
> Debian packaging target builds OVS against a packaged DPDK version.
> As a result, it is not relevant in the dpdk-latest branch which follows
> DPDK development branch.
>
> Signed-off-by: David Marchand <[email protected]>
> ---
> .github/workflows/build-and-test.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.github/workflows/build-and-test.yml
> b/.github/workflows/build-and-test.yml
> index 58ab85e5d7..b555f45024 100644
> --- a/.github/workflows/build-and-test.yml
> +++ b/.github/workflows/build-and-test.yml
> @@ -198,6 +198,7 @@ jobs:
> path: config.log
>
> build-linux-deb:
> + if: ${{ github.ref != 'refs/heads/dpdk-latest' }}
Hmm. This doesn't seem to work for the robot as it doesn't use the
'dpdk-latest' as a branch name. Maybe we should define the DPDK_VER
variable globally and check it instead?
BTW, not a problem of this patch, but I spotted this:
- compiler: gcc
dpdk_shared: dpdk_experimental
While it should be:
- compiler: gcc
dpdk_experimental: yes
Otherwise, I don't think we're testing experimental APIs.
Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev