diff mbox series

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

Message ID 170108875630.394857.6591221203836877234.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 586b0cdd9..db0a1ac39 100644
> --- a/.github/workflows/build-and-test.yml
> +++ b/.github/workflows/build-and-test.yml
> @@ -183,6 +183,10 @@ jobs:
>              testsuite:    check-offloads
>              test_range:   "100-"
>  
> +          - compiler:     gcc
> +            dpdk:         dpdk
> +            testsuite:    check-system-userspace

Not splitting this one?  Commit message would be useful.

> +
>      steps:
>      - name: checkout
>        uses: actions/checkout@v3
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Eelco Chaudron Nov. 28, 2023, 7:44 a.m. UTC | #2
On 27 Nov 2023, at 19:05, Ilya Maximets wrote:

> 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 586b0cdd9..db0a1ac39 100644
>> --- a/.github/workflows/build-and-test.yml
>> +++ b/.github/workflows/build-and-test.yml
>> @@ -183,6 +183,10 @@ jobs:
>>              testsuite:    check-offloads
>>              test_range:   "100-"
>>
>> +          - compiler:     gcc
>> +            dpdk:         dpdk
>> +            testsuite:    check-system-userspace
>
> Not splitting this one?  Commit message would be useful.

Run was rather short due to a lot of skipped tests I guess, however, will add a commit message with some stats.

>> +
>>      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 586b0cdd9..db0a1ac39 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -183,6 +183,10 @@  jobs:
             testsuite:    check-offloads
             test_range:   "100-"
 
+          - compiler:     gcc
+            dpdk:         dpdk
+            testsuite:    check-system-userspace
+
     steps:
     - name: checkout
       uses: actions/checkout@v3