summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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