diff mbox series

[v1,3/4] .cirrus.yml: bump FreeBSD to the current stable release

Message ID 20200501111505.4225-4-alex.bennee@linaro.org
State New
Headers show
Series testing/next updates | expand

Commit Message

Alex Bennée May 1, 2020, 11:15 a.m. UTC
Hopefully this will un-stick the test which has been broken for a long
time.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Li-Wen Hsu May 4, 2020, 10:26 a.m. UTC | #1
On Fri, May 1, 2020 at 7:15 PM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Hopefully this will un-stick the test which has been broken for a long
> time.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 90645fede6..f06f5af2b9 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -3,7 +3,7 @@ env:
>
>  freebsd_12_task:
>    freebsd_instance:
> -    image: freebsd-12-0-release-amd64
> +    image_family: freebsd-12-1
>      cpu: 8
>      memory: 8G
>    install_script: pkg install -y
> --
> 2.20.1
>

Reviewed-by: Li-Wen Hsu <lwhsu@freebsd.org>
Tested-by: Li-Wen Hsu <lwhsu@freebsd.org>

I would be nice to also add this patch:
https://github.com/lwhsu/qemu/commit/ac699f79b4d86d8195d76c3befada65ade449cc0.patch
To prevent problems in the future.

The error was due to the pkg version got "fixed" when building image,
and was too old when VM got provisioned, then it cannot be not
compatible with the package repository. Ref:
https://lists.freebsd.org/pipermail/freebsd-cloud/2020-April/000234.html

Best,
Li-Wen
Alex Bennée May 6, 2020, 8:16 a.m. UTC | #2
Li-Wen Hsu <lwhsu@freebsd.org> writes:

> On Fri, May 1, 2020 at 7:15 PM Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> Hopefully this will un-stick the test which has been broken for a long
>> time.
>>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> ---
>>  .cirrus.yml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/.cirrus.yml b/.cirrus.yml
>> index 90645fede6..f06f5af2b9 100644
>> --- a/.cirrus.yml
>> +++ b/.cirrus.yml
>> @@ -3,7 +3,7 @@ env:
>>
>>  freebsd_12_task:
>>    freebsd_instance:
>> -    image: freebsd-12-0-release-amd64
>> +    image_family: freebsd-12-1
>>      cpu: 8
>>      memory: 8G
>>    install_script: pkg install -y
>> --
>> 2.20.1
>>
>
> Reviewed-by: Li-Wen Hsu <lwhsu@freebsd.org>
> Tested-by: Li-Wen Hsu <lwhsu@freebsd.org>
>
> I would be nice to also add this patch:
> https://github.com/lwhsu/qemu/commit/ac699f79b4d86d8195d76c3befada65ade449cc0.patch
> To prevent problems in the future.

Done. I took the liberty of apply your s-o-b tag as it wasn't on the
github commit but it came from your repo.

>
> The error was due to the pkg version got "fixed" when building image,
> and was too old when VM got provisioned, then it cannot be not
> compatible with the package repository. Ref:
> https://lists.freebsd.org/pipermail/freebsd-cloud/2020-April/000234.html
>
> Best,
> Li-Wen
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index 90645fede6..f06f5af2b9 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,7 +3,7 @@  env:
 
 freebsd_12_task:
   freebsd_instance:
-    image: freebsd-12-0-release-amd64
+    image_family: freebsd-12-1
     cpu: 8
     memory: 8G
   install_script: pkg install -y