summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-12 12:14:22 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-12 12:29:17 +0100
commit7f9ee82861625160bd142bdd2eec07b9ffabc16b (patch)
tree5409a756302078abc2f4c5d9ba9b5680601b9794
parent5dcdcebd52365ca28ca96d2d336f0bf4e2c46e19 (diff)
downloaddefinitions-7f9ee82861625160bd142bdd2eec07b9ffabc16b.tar.gz
.gitlab-ci.yml: Add deploy of the minimal systemjjardon/deployments
Change-Id: I87e6381437f961e93f014abfc60204bb4c78db78
-rw-r--r--.gitlab-ci.yml8
-rw-r--r--clusters/minimal-system-x86_64-deploy.morph2
2 files changed, 9 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9c61bf8..3651f0c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,14 @@ minimal-build-64:
stage: build
script:
- ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64
+minimal-deploy-64:
+ stage: deploy
+ script:
+ - ybd/ybd.py clusters/minimal-system-x86_64-deploy.morph x86_64
+ artifacts:
+ name: "${CI_BUILD_NAME}-${CI_BUILD_REF}"
+ paths:
+ - minimal-system-x86_64-generic.img
openstack-build-64:
stage: build
diff --git a/clusters/minimal-system-x86_64-deploy.morph b/clusters/minimal-system-x86_64-deploy.morph
index d455419e..89287bee 100644
--- a/clusters/minimal-system-x86_64-deploy.morph
+++ b/clusters/minimal-system-x86_64-deploy.morph
@@ -1,4 +1,4 @@
-name: minimal-system-deploy
+name: minimal-system-x86_64-deploy
kind: cluster
description: |
Deploy a minimal system to a system running KVM