From d560e2302804d147fb615cb3eb711206b3a5a92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 9 Feb 2018 13:01:31 +0000 Subject: .gitlab-ci.yml: Separate stages a little more for clarity --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f64c8b..9797dd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,14 @@ stages: - test - deploy + + check_pep8: stage: pep8 script: "pycodestyle --show-source --show-pep8 --exclude definitions" + + cache_keys_v1: stage: cache_keys variables: @@ -47,6 +51,8 @@ cache_keys_v6: - echo ci.d9dec300a7cb2bc273dc6846e69a11b7f3ad304462f3a4c6ce8c5ab6ead11647 > expected.result - diff expected.result ybd.result + + check_release_notes: stage: release_notes variables: @@ -58,6 +64,8 @@ check_release_notes: paths: - release-notes.txt + + .build_template: &build_definition stage: build variables: @@ -91,6 +99,8 @@ check_build_kbas: script: - ./ybd.py definitions/systems/minimal-system-x86_64-chroot.morph x86_64 + + check_deploy: stage: deploy script: -- cgit v1.2.1