diff mbox series

[ovs-dev] cirrus: Update to FreeBSD 13.3.

Message ID 20240410094131.2687016-1-i.maximets@ovn.org
State Accepted
Commit 751e14c635d97fce80949f4aab6d579d3ed4fab8
Delegated to: Ilya Maximets
Headers show
Series [ovs-dev] cirrus: Update to FreeBSD 13.3. | 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

Ilya Maximets April 10, 2024, 9:41 a.m. UTC
13.3 was released on March 5 and 13.2 will reach EoL in June.
Update now.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eelco Chaudron April 10, 2024, 9:51 a.m. UTC | #1
On 10 Apr 2024, at 11:41, Ilya Maximets wrote:

> 13.3 was released on March 5 and 13.2 will reach EoL in June.
> Update now.

Changing from 13.2 to 13.3 looks fine to me. Assume you ran it trough GitHub actions;

Acked-by: Eelco Chaudron <echaudro@redhat.com>

//Eelco



> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---
>  .cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> index d8a972280..8db385f00 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -2,7 +2,7 @@ freebsd_build_task:
>
>    freebsd_instance:
>      matrix:
> -      image_family: freebsd-13-2-snap
> +      image_family: freebsd-13-3-snap
>        image_family: freebsd-14-0-snap
>      cpu: 4
>      memory: 4G
> -- 
> 2.44.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Kevin Traynor April 10, 2024, 10:04 a.m. UTC | #2
On 10/04/2024 10:51, Eelco Chaudron wrote:
> 
> 
> On 10 Apr 2024, at 11:41, Ilya Maximets wrote:
> 
>> 13.3 was released on March 5 and 13.2 will reach EoL in June.
>> Update now.
> 
> Changing from 13.2 to 13.3 looks fine to me. Assume you ran it trough GitHub actions;
> 

I ran it here:
https://cirrus-ci.com/build/5951252381564928

Acked-by: Kevin Traynor <ktraynor@redhat.com>

> Acked-by: Eelco Chaudron <echaudro@redhat.com>
> 
> //Eelco
> 
> 
> 
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>> ---
>>  .cirrus.yml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/.cirrus.yml b/.cirrus.yml
>> index d8a972280..8db385f00 100644
>> --- a/.cirrus.yml
>> +++ b/.cirrus.yml
>> @@ -2,7 +2,7 @@ freebsd_build_task:
>>
>>    freebsd_instance:
>>      matrix:
>> -      image_family: freebsd-13-2-snap
>> +      image_family: freebsd-13-3-snap
>>        image_family: freebsd-14-0-snap
>>      cpu: 4
>>      memory: 4G
>> -- 
>> 2.44.0
>>
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Kevin Traynor April 10, 2024, 10:09 a.m. UTC | #3
On 10/04/2024 11:04, Kevin Traynor wrote:
> On 10/04/2024 10:51, Eelco Chaudron wrote:
>>
>>
>> On 10 Apr 2024, at 11:41, Ilya Maximets wrote:
>>
>>> 13.3 was released on March 5 and 13.2 will reach EoL in June.
>>> Update now.
>>
>> Changing from 13.2 to 13.3 looks fine to me. Assume you ran it trough GitHub actions;
>>
> 
> I ran it here:
> https://cirrus-ci.com/build/5951252381564928
> 

I was assuming you meant cirrus, but just in case, github actions is
here: https://github.com/kevintraynor/ovs/actions/runs/8629238065

> Acked-by: Kevin Traynor <ktraynor@redhat.com>
> 
>> Acked-by: Eelco Chaudron <echaudro@redhat.com>
>>
>> //Eelco
>>
>>
>>
>>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>>> ---
>>>  .cirrus.yml | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/.cirrus.yml b/.cirrus.yml
>>> index d8a972280..8db385f00 100644
>>> --- a/.cirrus.yml
>>> +++ b/.cirrus.yml
>>> @@ -2,7 +2,7 @@ freebsd_build_task:
>>>
>>>    freebsd_instance:
>>>      matrix:
>>> -      image_family: freebsd-13-2-snap
>>> +      image_family: freebsd-13-3-snap
>>>        image_family: freebsd-14-0-snap
>>>      cpu: 4
>>>      memory: 4G
>>> -- 
>>> 2.44.0
>>>
>>> _______________________________________________
>>> dev mailing list
>>> dev@openvswitch.org
>>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>
>
Eelco Chaudron April 10, 2024, 10:44 a.m. UTC | #4
On 10 Apr 2024, at 12:09, Kevin Traynor wrote:

> On 10/04/2024 11:04, Kevin Traynor wrote:
>> On 10/04/2024 10:51, Eelco Chaudron wrote:
>>>
>>>
>>> On 10 Apr 2024, at 11:41, Ilya Maximets wrote:
>>>
>>>> 13.3 was released on March 5 and 13.2 will reach EoL in June.
>>>> Update now.
>>>
>>> Changing from 13.2 to 13.3 looks fine to me. Assume you ran it trough GitHub actions;
>>>
>>
>> I ran it here:
>> https://cirrus-ci.com/build/5951252381564928
>>
>
> I was assuming you meant cirrus, but just in case, github actions is
> here: https://github.com/kevintraynor/ovs/actions/runs/8629238065

Well I meant Cirrus invocation trough the GitHub actions framework ;)

Thanks,


Eelco

>> Acked-by: Kevin Traynor <ktraynor@redhat.com>
>>
>>> Acked-by: Eelco Chaudron <echaudro@redhat.com>
>>>
>>> //Eelco
>>>
>>>
>>>
>>>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>>>> ---
>>>>  .cirrus.yml | 2 +-
>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/.cirrus.yml b/.cirrus.yml
>>>> index d8a972280..8db385f00 100644
>>>> --- a/.cirrus.yml
>>>> +++ b/.cirrus.yml
>>>> @@ -2,7 +2,7 @@ freebsd_build_task:
>>>>
>>>>    freebsd_instance:
>>>>      matrix:
>>>> -      image_family: freebsd-13-2-snap
>>>> +      image_family: freebsd-13-3-snap
>>>>        image_family: freebsd-14-0-snap
>>>>      cpu: 4
>>>>      memory: 4G
>>>> -- 
>>>> 2.44.0
>>>>
>>>> _______________________________________________
>>>> dev mailing list
>>>> dev@openvswitch.org
>>>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>>
>>> _______________________________________________
>>> dev mailing list
>>> dev@openvswitch.org
>>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>>
>>
Ilya Maximets April 10, 2024, 10:49 a.m. UTC | #5
On 4/10/24 12:44, Eelco Chaudron wrote:
> 
> 
> On 10 Apr 2024, at 12:09, Kevin Traynor wrote:
> 
>> On 10/04/2024 11:04, Kevin Traynor wrote:
>>> On 10/04/2024 10:51, Eelco Chaudron wrote:
>>>>
>>>>
>>>> On 10 Apr 2024, at 11:41, Ilya Maximets wrote:
>>>>
>>>>> 13.3 was released on March 5 and 13.2 will reach EoL in June.
>>>>> Update now.
>>>>
>>>> Changing from 13.2 to 13.3 looks fine to me. Assume you ran it trough GitHub actions;
>>>>
>>>
>>> I ran it here:
>>> https://cirrus-ci.com/build/5951252381564928
>>>
>>
>> I was assuming you meant cirrus, but just in case, github actions is
>> here: https://github.com/kevintraynor/ovs/actions/runs/8629238065
> 
> Well I meant Cirrus invocation trough the GitHub actions framework ;)

They are separate.  GHA doesn't invoke Cirrus or AppVeyor.
They invoke themselves by being subscribed to repo changes.

> 
> Thanks,
> 
> 
> Eelco
> 
>>> Acked-by: Kevin Traynor <ktraynor@redhat.com>
>>>
>>>> Acked-by: Eelco Chaudron <echaudro@redhat.com>
>>>>
>>>> //Eelco
>>>>
>>>>
>>>>
>>>>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>>>>> ---
>>>>>  .cirrus.yml | 2 +-
>>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/.cirrus.yml b/.cirrus.yml
>>>>> index d8a972280..8db385f00 100644
>>>>> --- a/.cirrus.yml
>>>>> +++ b/.cirrus.yml
>>>>> @@ -2,7 +2,7 @@ freebsd_build_task:
>>>>>
>>>>>    freebsd_instance:
>>>>>      matrix:
>>>>> -      image_family: freebsd-13-2-snap
>>>>> +      image_family: freebsd-13-3-snap
>>>>>        image_family: freebsd-14-0-snap
>>>>>      cpu: 4
>>>>>      memory: 4G
>>>>> -- 
>>>>> 2.44.0
>>>>>
>>>>> _______________________________________________
>>>>> dev mailing list
>>>>> dev@openvswitch.org
>>>>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>>>
>>>> _______________________________________________
>>>> dev mailing list
>>>> dev@openvswitch.org
>>>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>>>
>>>
>
Eelco Chaudron April 10, 2024, 10:57 a.m. UTC | #6
On 10 Apr 2024, at 12:49, Ilya Maximets wrote:

> On 4/10/24 12:44, Eelco Chaudron wrote:
>>
>>
>> On 10 Apr 2024, at 12:09, Kevin Traynor wrote:
>>
>>> On 10/04/2024 11:04, Kevin Traynor wrote:
>>>> On 10/04/2024 10:51, Eelco Chaudron wrote:
>>>>>
>>>>>
>>>>> On 10 Apr 2024, at 11:41, Ilya Maximets wrote:
>>>>>
>>>>>> 13.3 was released on March 5 and 13.2 will reach EoL in June.
>>>>>> Update now.
>>>>>
>>>>> Changing from 13.2 to 13.3 looks fine to me. Assume you ran it trough GitHub actions;
>>>>>
>>>>
>>>> I ran it here:
>>>> https://cirrus-ci.com/build/5951252381564928
>>>>
>>>
>>> I was assuming you meant cirrus, but just in case, github actions is
>>> here: https://github.com/kevintraynor/ovs/actions/runs/8629238065
>>
>> Well I meant Cirrus invocation trough the GitHub actions framework ;)
>
> They are separate.  GHA doesn't invoke Cirrus or AppVeyor.
> They invoke themselves by being subscribed to repo changes.

Good to know!

>>
>> Thanks,
>>
>>
>> Eelco
>>
>>>> Acked-by: Kevin Traynor <ktraynor@redhat.com>
>>>>
>>>>> Acked-by: Eelco Chaudron <echaudro@redhat.com>
>>>>>
>>>>> //Eelco
>>>>>
>>>>>
>>>>>
>>>>>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>>>>>> ---
>>>>>>  .cirrus.yml | 2 +-
>>>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>>
>>>>>> diff --git a/.cirrus.yml b/.cirrus.yml
>>>>>> index d8a972280..8db385f00 100644
>>>>>> --- a/.cirrus.yml
>>>>>> +++ b/.cirrus.yml
>>>>>> @@ -2,7 +2,7 @@ freebsd_build_task:
>>>>>>
>>>>>>    freebsd_instance:
>>>>>>      matrix:
>>>>>> -      image_family: freebsd-13-2-snap
>>>>>> +      image_family: freebsd-13-3-snap
>>>>>>        image_family: freebsd-14-0-snap
>>>>>>      cpu: 4
>>>>>>      memory: 4G
>>>>>> -- 
>>>>>> 2.44.0
>>>>>>
>>>>>> _______________________________________________
>>>>>> dev mailing list
>>>>>> dev@openvswitch.org
>>>>>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>>>>
>>>>> _______________________________________________
>>>>> dev mailing list
>>>>> dev@openvswitch.org
>>>>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>>>>
>>>>
>>
Ilya Maximets April 10, 2024, 8:26 p.m. UTC | #7
On 4/10/24 12:04, Kevin Traynor wrote:
> On 10/04/2024 10:51, Eelco Chaudron wrote:
>>
>>
>> On 10 Apr 2024, at 11:41, Ilya Maximets wrote:
>>
>>> 13.3 was released on March 5 and 13.2 will reach EoL in June.
>>> Update now.
>>
>> Changing from 13.2 to 13.3 looks fine to me. Assume you ran it trough GitHub actions;
>>
> 
> I ran it here:
> https://cirrus-ci.com/build/5951252381564928
> 
> Acked-by: Kevin Traynor <ktraynor@redhat.com>
> 
>> Acked-by: Eelco Chaudron <echaudro@redhat.com>

Thanks, Eelco and Kevin!

Applied to all branches down to 2.17.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index d8a972280..8db385f00 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,7 +2,7 @@  freebsd_build_task:
 
   freebsd_instance:
     matrix:
-      image_family: freebsd-13-2-snap
+      image_family: freebsd-13-3-snap
       image_family: freebsd-14-0-snap
     cpu: 4
     memory: 4G