Skip to content
Snippets Groups Projects
Unverified Commit d65d40f7 authored by SKAJohanVenter's avatar SKAJohanVenter
Browse files

SAR-302 Updated Gitlab templates

parent c69d8890
No related branches found
No related tags found
No related merge requests found
...@@ -18,12 +18,15 @@ variables: ...@@ -18,12 +18,15 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
stages: stages:
- scan
- build - build
- test - test
- linting - linting
- lint
- publish - publish
- pages - pages
- release - release
- python-lint
clean shell runner: clean shell runner:
stage: .pre stage: .pre
...@@ -72,25 +75,14 @@ pages: ...@@ -72,25 +75,14 @@ pages:
only: only:
- master - master
# Details: https://gitlab.com/ska-telescope/templates-repository#how-to-use
include: include:
# Python # Python
- project: 'ska-telescope/templates-repository' - project: 'ska-telescope/templates-repository'
file: 'gitlab-ci/includes/python.gitlab-ci.yml' file: 'gitlab-ci/includes/python.gitlab-ci.yml'
# Docs pages
- project: 'ska-telescope/templates-repository'
file: 'gitlab-ci/includes/docs-pages.gitlab-ci.yml'
# k8s steps
- project: 'ska-telescope/templates-repository'
file: 'gitlab-ci/includes/k8s.gitlab-ci.yml'
# OCI Images # OCI Images
- project: 'ska-telescope/templates-repository' - project: 'ska-telescope/templates-repository'
file: 'gitlab-ci/includes/oci-image.gitlab-ci.yml' file: 'gitlab-ci/includes/oci-image.gitlab-ci.yml'
# Raw
- project: 'ska-telescope/templates-repository'
file: 'gitlab-ci/includes/raw.gitlab-ci.yml'
# Tag Based GitLab Release Management
- project: 'ska-telescope/templates-repository'
file: 'gitlab-ci/includes/release.gitlab-ci.yml'
# .post step finalisers eg: badges # .post step finalisers eg: badges
- project: 'ska-telescope/templates-repository' - project: 'ska-telescope/templates-repository'
file: 'gitlab-ci/includes/finaliser.gitlab-ci.yml' file: 'gitlab-ci/includes/finaliser.gitlab-ci.yml'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment