diff mbox series

CI: Add an x86_64 Clang Randconfig job

Message ID 20250110160217.183887-1-andrew.cooper3@citrix.com (mailing list archive)
State New
Headers show
Series CI: Add an x86_64 Clang Randconfig job | expand

Commit Message

Andrew Cooper Jan. 10, 2025, 4:02 p.m. UTC
This was recently identified as a hole in testing.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>

https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/8820980201
---
 automation/gitlab-ci/build.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Alejandro Vallejo Jan. 10, 2025, 5 p.m. UTC | #1
On Fri Jan 10, 2025 at 4:02 PM GMT, Andrew Cooper wrote:
> This was recently identified as a hole in testing.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Roger Pau Monné <roger.pau@citrix.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>
> https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/8820980201
> ---
>  automation/gitlab-ci/build.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
> index 3abd2a0c6575..cb84f379b754 100644
> --- a/automation/gitlab-ci/build.yaml
> +++ b/automation/gitlab-ci/build.yaml
> @@ -551,6 +551,12 @@ debian-12-x86_64-clang:
>    variables:
>      CONTAINER: debian:12-x86_64
>  
> +debian-12-x86_64-clang-randconfig:
> +  extends: .clang-x86-64-build
> +  variables:
> +    CONTAINER: debian:12-x86_64
> +    RANDCONFIG: y
> +
>  debian-12-x86_64-gcc:
>    extends: .gcc-x86-64-build
>    variables:

  Reviewed-by: Alejandro Vallejo <alejandro.vallejo@cloud.com>

Cheers,
Alejandro
Stefano Stabellini Jan. 10, 2025, 8:11 p.m. UTC | #2
On Fri, 10 Jan 2025, Alejandro Vallejo wrote:
> On Fri Jan 10, 2025 at 4:02 PM GMT, Andrew Cooper wrote:
> > This was recently identified as a hole in testing.
> >
> > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> > ---
> > CC: Roger Pau Monné <roger.pau@citrix.com>
> > CC: Stefano Stabellini <sstabellini@kernel.org>
> > CC: Anthony PERARD <anthony.perard@vates.tech>
> > CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> >
> > https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/8820980201
> > ---
> >  automation/gitlab-ci/build.yaml | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
> > index 3abd2a0c6575..cb84f379b754 100644
> > --- a/automation/gitlab-ci/build.yaml
> > +++ b/automation/gitlab-ci/build.yaml
> > @@ -551,6 +551,12 @@ debian-12-x86_64-clang:
> >    variables:
> >      CONTAINER: debian:12-x86_64
> >  
> > +debian-12-x86_64-clang-randconfig:
> > +  extends: .clang-x86-64-build
> > +  variables:
> > +    CONTAINER: debian:12-x86_64
> > +    RANDCONFIG: y
> > +
> >  debian-12-x86_64-gcc:
> >    extends: .gcc-x86-64-build
> >    variables:
> 
>   Reviewed-by: Alejandro Vallejo <alejandro.vallejo@cloud.com>

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

Patch

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index 3abd2a0c6575..cb84f379b754 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -551,6 +551,12 @@  debian-12-x86_64-clang:
   variables:
     CONTAINER: debian:12-x86_64
 
+debian-12-x86_64-clang-randconfig:
+  extends: .clang-x86-64-build
+  variables:
+    CONTAINER: debian:12-x86_64
+    RANDCONFIG: y
+
 debian-12-x86_64-gcc:
   extends: .gcc-x86-64-build
   variables: