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 |
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
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 --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:
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(+)