diff mbox series

cirrus-ci: add FreeBSD 14 task

Message ID 20220427155023.84403-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show
Series cirrus-ci: add FreeBSD 14 task | expand

Commit Message

Roger Pau Monné April 27, 2022, 3:50 p.m. UTC
Introduce a task that uses a FreeBSD 14 (HEAD) snapshot.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 .cirrus.yml | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Stefano Stabellini April 27, 2022, 10:13 p.m. UTC | #1
On Wed, 27 Apr 2022, Roger Pau Monne wrote:
> Introduce a task that uses a FreeBSD 14 (HEAD) snapshot.
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


Roger, should you add an entry to MAINTAINERS to set yourself as
maintainer of .cirrus.yml ?


> ---
>  .cirrus.yml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 4ae719136e..c38333e736 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -24,3 +24,9 @@ task:
>    freebsd_instance:
>      image_family: freebsd-13-0
>    << : *FREEBSD_TEMPLATE
> +
> +task:
> +  name: 'FreeBSD 14'
> +  freebsd_instance:
> +    image_family: freebsd-14-0-snap
> +  << : *FREEBSD_TEMPLATE
> -- 
> 2.35.1
>
Roger Pau Monné April 28, 2022, 9:50 a.m. UTC | #2
On Wed, Apr 27, 2022 at 03:13:13PM -0700, Stefano Stabellini wrote:
> On Wed, 27 Apr 2022, Roger Pau Monne wrote:
> > Introduce a task that uses a FreeBSD 14 (HEAD) snapshot.
> > 
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> 
> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> 
> 
> Roger, should you add an entry to MAINTAINERS to set yourself as
> maintainer of .cirrus.yml ?

It would seem a natural fit to place it in the "Continuous Integration
(CI)" section, but then it being FreeBSD only (at least ATM) I assume
current maintainers won't feel comfortable having it there.

Thanks, Roger.
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index 4ae719136e..c38333e736 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -24,3 +24,9 @@  task:
   freebsd_instance:
     image_family: freebsd-13-0
   << : *FREEBSD_TEMPLATE
+
+task:
+  name: 'FreeBSD 14'
+  freebsd_instance:
+    image_family: freebsd-14-0-snap
+  << : *FREEBSD_TEMPLATE