All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dario Faggioli <dfaggioli@suse.com>
To: xen-devel@lists.xenproject.org
Cc: Doug Goldstein <cardoe@cardoe.com>, Wei Liu <wl@xen.org>
Subject: [Xen-devel] [PATCH 3/3] automation: build in openSUSE Tumbleweed
Date: Wed, 31 Jul 2019 18:58:51 +0200	[thread overview]
Message-ID: <156459233172.7075.6811919592319549670.stgit@Palanthas> (raw)
In-Reply-To: <156458463216.7075.10552410480716651842.stgit@Palanthas>

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
---
Cc: Doug Goldstein <cardoe@cardoe.com>
Cc: Wei Liu <wl@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 1e61d30c85..94877f9d01 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -420,6 +420,26 @@ opensuse-leap-gcc-debug:
   variables:
     CONTAINER: suse:opensuse-leap
 
+opensuse-tumbleweed-clang:
+  extends: .clang-x86-64-build
+  variables:
+    CONTAINER: suse:opensuse-tumbleweed
+
+opensuse-tumbleweed-clang-debug:
+  extends: .clang-x86-64-build-debug
+  variables:
+    CONTAINER: suse:opensuse-tumbleweed
+
+opensuse-tumbleweed-gcc:
+  extends: .gcc-x86-64-build
+  variables:
+    CONTAINER: suse:opensuse-tumbleweed
+
+opensuse-tumbleweed-gcc-debug:
+  extends: .gcc-x86-64-build-debug
+  variables:
+    CONTAINER: suse:opensuse-tumbleweed
+
 # Arm builds
 
 debian-unstable-gcc-arm64:


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2019-07-31 16:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31 16:58 [Xen-devel] [PATCH 0/3] automation: build Xen in openSUSE Tumbleweed Dario Faggioli
2019-07-31 16:58 ` [Xen-devel] [PATCH 1/3] automation: try to keep openSUSE Leap image a little smaller Dario Faggioli
2019-08-03 14:47   ` Doug Goldstein
2019-07-31 16:58 ` [Xen-devel] [PATCH 2/3] automation: add openSUSE Tumbleweed CI image Dario Faggioli
2019-08-03 14:48   ` Doug Goldstein
2019-07-31 16:58 ` Dario Faggioli [this message]
2019-08-03 14:48   ` [Xen-devel] [PATCH 3/3] automation: build in openSUSE Tumbleweed Doug Goldstein
2019-08-03 16:22 ` [Xen-devel] [PATCH 0/3] automation: build Xen " Andrew Cooper
2019-08-05  9:44   ` Dario Faggioli
2019-08-06 10:12     ` Anthony PERARD
2019-08-06 13:17       ` Dario Faggioli
2019-08-06 13:34         ` Anthony PERARD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=156459233172.7075.6811919592319549670.stgit@Palanthas \
    --to=dfaggioli@suse.com \
    --cc=cardoe@cardoe.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.