[PATCH for-4.15] automation: Add Ubuntu Focal builds

Andrew Cooper posted 1 patch 3 years, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210211155041.4811-1-andrew.cooper3@citrix.com
automation/gitlab-ci/build.yaml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
[PATCH for-4.15] automation: Add Ubuntu Focal builds
Posted by Andrew Cooper 3 years, 2 months ago
Logical continuation of c/s eb52442d7f "automation: Add Ubuntu:focal
container".

No further changes required.  Everything builds fine.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Doug Goldstein <cardoe@cardoe.com>
CC: George Dunlap <George.Dunlap@eu.citrix.com>
CC: Ian Jackson <iwj@xenproject.org>
CC: Jan Beulich <JBeulich@suse.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Wei Liu <wl@xen.org>
CC: Julien Grall <julien@xen.org>
---
 automation/gitlab-ci/build.yaml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index db68dd0b69..63258f830e 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -390,6 +390,26 @@ ubuntu-bionic-gcc-debug:
   variables:
     CONTAINER: ubuntu:bionic
 
+focal-gcc:
+  extends: .gcc-x86-64-build
+  variables:
+    CONTAINER: ubuntu:focal
+
+focal-gcc-debug:
+  extends: .gcc-x86-64-build-debug
+  variables:
+    CONTAINER: ubuntu:focal
+
+focal-clang:
+  extends: .gcc-x86-64-build
+  variables:
+    CONTAINER: ubuntu:focal
+
+focal-clang-debug:
+  extends: .gcc-x86-64-build-debug
+  variables:
+    CONTAINER: ubuntu:focal
+
 opensuse-leap-clang:
   extends: .clang-x86-64-build
   variables:
-- 
2.11.0


Re: [PATCH for-4.15] automation: Add Ubuntu Focal builds
Posted by Andrew Cooper 3 years, 2 months ago
On 11/02/2021 15:50, Andrew Cooper wrote:
> Logical continuation of c/s eb52442d7f "automation: Add Ubuntu:focal
> container".
>
> No further changes required.  Everything builds fine.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Doug Goldstein <cardoe@cardoe.com>
> CC: George Dunlap <George.Dunlap@eu.citrix.com>
> CC: Ian Jackson <iwj@xenproject.org>
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Wei Liu <wl@xen.org>
> CC: Julien Grall <julien@xen.org>

Forgot to say -
https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/254912313
is a pipeline run with everything green.

Also, I need to prefix the names with ubuntu- which I can do on commit.

Re: [PATCH for-4.15] automation: Add Ubuntu Focal builds
Posted by Wei Liu 3 years, 2 months ago
On Thu, Feb 11, 2021 at 03:57:06PM +0000, Andrew Cooper wrote:
> On 11/02/2021 15:50, Andrew Cooper wrote:
> > Logical continuation of c/s eb52442d7f "automation: Add Ubuntu:focal
> > container".
> >
> > No further changes required.  Everything builds fine.
> >
> > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> > ---
> > CC: Doug Goldstein <cardoe@cardoe.com>
> > CC: George Dunlap <George.Dunlap@eu.citrix.com>
> > CC: Ian Jackson <iwj@xenproject.org>
> > CC: Jan Beulich <JBeulich@suse.com>
> > CC: Stefano Stabellini <sstabellini@kernel.org>
> > CC: Wei Liu <wl@xen.org>
> > CC: Julien Grall <julien@xen.org>
> 
> Forgot to say -
> https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/254912313
> is a pipeline run with everything green.
> 
> Also, I need to prefix the names with ubuntu- which I can do on commit.

Acked-by: Wei Liu <wl@xen.org>