diff mbox series

[ovs-dev,v2,5/9] ci: Add make check-system-tso to GitHub actions ci.

Message ID 170108877029.394857.11989771512209415841.stgit@ebuild
State Changes Requested
Headers show
Series ci: Add remaining check tests to GitHub actions. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Eelco Chaudron Nov. 27, 2023, 12:39 p.m. UTC
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
---
 .github/workflows/build-and-test.yml |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Ilya Maximets Nov. 27, 2023, 6:05 p.m. UTC | #1
On 11/27/23 13:39, Eelco Chaudron wrote:
> Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
> ---
>  .github/workflows/build-and-test.yml |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
> index db0a1ac39..d74668f61 100644
> --- a/.github/workflows/build-and-test.yml
> +++ b/.github/workflows/build-and-test.yml
> @@ -187,6 +187,10 @@ jobs:
>              dpdk:         dpdk
>              testsuite:    check-system-userspace
>  
> +          - compiler:     gcc
> +            dpdk:         dpdk
> +            testsuite:    check-system-tso

Ditto.

> +
>      steps:
>      - name: checkout
>        uses: actions/checkout@v3
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index db0a1ac39..d74668f61 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -187,6 +187,10 @@  jobs:
             dpdk:         dpdk
             testsuite:    check-system-userspace
 
+          - compiler:     gcc
+            dpdk:         dpdk
+            testsuite:    check-system-tso
+
     steps:
     - name: checkout
       uses: actions/checkout@v3