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

Alex Bennée posted 4 patches 5 years, 9 months ago
[PATCH v1 3/4] .cirrus.yml: bump FreeBSD to the current stable release
Posted by Alex Bennée 5 years, 9 months ago
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


Re: [PATCH v1 3/4] .cirrus.yml: bump FreeBSD to the current stable release
Posted by Li-Wen Hsu 5 years, 9 months ago
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

Re: [PATCH v1 3/4] .cirrus.yml: bump FreeBSD to the current stable release
Posted by Alex Bennée 5 years, 9 months ago
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


-- 
Alex Bennée