diff mbox series

[ovs-dev] cirrus: Use FreeBSD 12.2.

Message ID 20210210160244.2956687-1-i.maximets@ovn.org
State Accepted
Headers show
Series [ovs-dev] cirrus: Use FreeBSD 12.2. | expand

Commit Message

Ilya Maximets Feb. 10, 2021, 4:02 p.m. UTC
FreeBSD 12.1 reached EOL and our builds are failing on Cirrus CI.
Updating to 12.2 - current production release.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---

Tested and works fine:
  https://cirrus-ci.com/build/4508613731418112

 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Flavio Leitner Feb. 10, 2021, 4:09 p.m. UTC | #1
On Wed, Feb 10, 2021 at 05:02:44PM +0100, Ilya Maximets wrote:
> FreeBSD 12.1 reached EOL and our builds are failing on Cirrus CI.
> Updating to 12.2 - current production release.
> 
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---

Thanks for keeping with this.

Test shows it works, patch looks perfect.

Acked-by: Flavio Leitner <fbl@sysclose.org>
Flavio Leitner Feb. 10, 2021, 4:15 p.m. UTC | #2
On Wed, Feb 10, 2021 at 01:09:27PM -0300, Flavio Leitner wrote:
> On Wed, Feb 10, 2021 at 05:02:44PM +0100, Ilya Maximets wrote:
> > FreeBSD 12.1 reached EOL and our builds are failing on Cirrus CI.
> > Updating to 12.2 - current production release.
> > 
> > Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> > ---
> 
> Thanks for keeping with this.

* keeping up
Ilya Maximets Feb. 10, 2021, 4:38 p.m. UTC | #3
On 2/10/21 5:09 PM, Flavio Leitner wrote:
> On Wed, Feb 10, 2021 at 05:02:44PM +0100, Ilya Maximets wrote:
>> FreeBSD 12.1 reached EOL and our builds are failing on Cirrus CI.
>> Updating to 12.2 - current production release.
>>
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>> ---
> 
> Thanks for keeping with this.
> 
> Test shows it works, patch looks perfect.
> 
> Acked-by: Flavio Leitner <fbl@sysclose.org>
> 

Thanks!
Applied to master and backported down to branch-2.11.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index 263c2cd7e..2caf36b85 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,7 +2,7 @@  freebsd_build_task:
 
   freebsd_instance:
     matrix:
-      image_family: freebsd-12-1-snap
+      image_family: freebsd-12-2-snap
       image_family: freebsd-11-4-snap
     cpu: 4
     memory: 8G