summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2021-05-25 11:07:09 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2021-05-25 13:07:15 +0100
commit27bc9111b0302f2be6c29ef01cf55d638406cd70 (patch)
treeb62da1b018382e6b56b8301c86240afd349f0398 /.gitlab-ci.yml
parent8a0504da79415e876592685fb75f2b5bcb425384 (diff)
downloadlibvirt-python-27bc9111b0302f2be6c29ef01cf55d638406cd70.tar.gz
gitlab: add OpenSUSE Tumbleweed container and build
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff114b5..075fac0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -121,6 +121,11 @@ opensuse-leap-152-container:
NAME: opensuse-leap-152
RPM: skip
+opensuse-tumbleweed-container:
+ extends: .container_job
+ variables:
+ NAME: opensuse-tumbleweed
+
ubuntu-1804-container:
extends: .container_job
variables:
@@ -202,6 +207,14 @@ opensuse-leap-152-dist-build:
NAME: opensuse-leap-152
RPM: skip
+opensuse-tumbleweed-dist-build:
+ extends: .dist_build_job
+ needs:
+ - opensuse-tumbleweed-container
+ variables:
+ NAME: opensuse-tumbleweed
+ RPM: skip
+
ubuntu-1804-dist-build:
extends: .dist_build_job
needs: