From 6308ea76cefa93b1269cebbdffb87d4a67a3e65e Mon Sep 17 00:00:00 2001 From: Jose Castro Leon <jose.castro.leon@cern.ch> Date: Thu, 20 Jan 2022 13:26:22 +0100 Subject: [PATCH] Add gitlab CI for automated testing Signed-off-by: Jose Castro Leon <jose.castro.leon@cern.ch> --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..c993bc30a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +--- +variables: + OPENSTACK_VERSION: 'yoga' + DISTGIT_BRANCH: 'yoga-rdo' + BUILD_9al: 'True' + BUILD_9el: 'True' + +include: +- project: 'cloud-infrastructure/cci-gitlab-ci-helpers' + file: 'osproject.yml' + ref: master -- GitLab