diff mbox series

[ovs-dev] cirrus: Upgrade to FreeBSD 13.1 image.

Message ID 20220909192945.808836-1-i.maximets@ovn.org
State Accepted
Commit 108a48d6a923025eb2f7649939392fc417bae2f7
Headers show
Series [ovs-dev] cirrus: Upgrade to FreeBSD 13.1 image. | 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 Sept. 9, 2022, 7:29 p.m. UTC
13.1 got released in May and now we have problems updating
some packages in 13.0 and CI is failing.

Update to 13.1 to unblock the CI.

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

Comments

Dumitru Ceara Sept. 12, 2022, 11:36 a.m. UTC | #1
On 9/9/22 21:29, Ilya Maximets wrote:
> 13.1 got released in May and now we have problems updating
> some packages in 13.0 and CI is failing.
> 
> Update to 13.1 to unblock the CI.
> 
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---

Looks good to me:

Acked-by: Dumitru Ceara <dceara@redhat.com>
Ilya Maximets Sept. 12, 2022, 3:05 p.m. UTC | #2
On 9/12/22 13:36, Dumitru Ceara wrote:
> On 9/9/22 21:29, Ilya Maximets wrote:
>> 13.1 got released in May and now we have problems updating
>> some packages in 13.0 and CI is failing.
>>
>> Update to 13.1 to unblock the CI.
>>
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>> ---
> 
> Looks good to me:
> 
> Acked-by: Dumitru Ceara <dceara@redhat.com>
> 

Thanks!  Applied to all active branches down to 2.13.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index b686bdbf2..e3c1cd581 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,7 +3,7 @@  freebsd_build_task:
   freebsd_instance:
     matrix:
       image_family: freebsd-12-3-snap
-      image_family: freebsd-13-0-snap
+      image_family: freebsd-13-1-snap
     cpu: 4
     memory: 4G