All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.15] automation: Add Ubuntu Focal builds
@ 2021-02-11 15:50 Andrew Cooper
  2021-02-11 15:57 ` Andrew Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2021-02-11 15:50 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Doug Goldstein, George Dunlap, Ian Jackson,
	Jan Beulich, Stefano Stabellini, Wei Liu, Julien Grall

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH for-4.15] automation: Add Ubuntu Focal builds
  2021-02-11 15:50 [PATCH for-4.15] automation: Add Ubuntu Focal builds Andrew Cooper
@ 2021-02-11 15:57 ` Andrew Cooper
  2021-02-11 16:10   ` Wei Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2021-02-11 15:57 UTC (permalink / raw)
  To: Xen-devel
  Cc: Doug Goldstein, George Dunlap, Ian Jackson, Jan Beulich,
	Stefano Stabellini, Wei Liu, Julien Grall

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH for-4.15] automation: Add Ubuntu Focal builds
  2021-02-11 15:57 ` Andrew Cooper
@ 2021-02-11 16:10   ` Wei Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Wei Liu @ 2021-02-11 16:10 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Xen-devel, Doug Goldstein, George Dunlap, Ian Jackson,
	Jan Beulich, Stefano Stabellini, Wei Liu, Julien Grall

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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-11 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 15:50 [PATCH for-4.15] automation: Add Ubuntu Focal builds Andrew Cooper
2021-02-11 15:57 ` Andrew Cooper
2021-02-11 16:10   ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.