From 7f9ee82861625160bd142bdd2eec07b9ffabc16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 12 Oct 2016 12:14:22 +0100 Subject: .gitlab-ci.yml: Add deploy of the minimal system Change-Id: I87e6381437f961e93f014abfc60204bb4c78db78 --- .gitlab-ci.yml | 8 ++++++++ clusters/minimal-system-x86_64-deploy.morph | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1