Skip to content
Snippets Groups Projects
Commit 0042198c authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: move group

parent 484c38e1
No related branches found
No related tags found
No related merge requests found
include: include:
- project: 'Orange-OpenSource/tbc/tools/gitlab-ci' - project: 'to-be-continuous/tools/gitlab-ci'
ref: 'master' ref: 'master'
file: '/templates/validation.yml' file: '/templates/validation.yml'
- project: 'Orange-OpenSource/tbc/kicker' - project: 'to-be-continuous/kicker'
ref: 'master' ref: 'master'
file: '/templates/validation.yml' file: '/templates/validation.yml'
- project: 'Orange-OpenSource/tbc/bash' - project: 'to-be-continuous/bash'
ref: '1.0.0' ref: '1.0.0'
file: 'templates/gitlab-ci-bash.yml' file: 'templates/gitlab-ci-bash.yml'
......
...@@ -70,8 +70,8 @@ Git commits in _to be continuous_ shall be: ...@@ -70,8 +70,8 @@ Git commits in _to be continuous_ shall be:
1. **atomic** (1 commit `=` 1 and only 1 _thing_), 1. **atomic** (1 commit `=` 1 and only 1 _thing_),
2. **semantic** (using [semantic-release commit message syntax](https://semantic-release.gitbook.io/semantic-release/#commit-message-format)). 2. **semantic** (using [semantic-release commit message syntax](https://semantic-release.gitbook.io/semantic-release/#commit-message-format)).
You'll find extensive information about Git commit conventions on the [reference documentation website](https://orange-opensource.gitlab.io/tbc/doc/dev/workflow/#git-commit-guidelines). You'll find extensive information about Git commit conventions on the [reference documentation website](https://to-be-continuous.gitlab.io/doc/dev/workflow/#git-commit-guidelines).
### Coding Guidelines ### Coding Guidelines
The extensive _to be continuous_ coding guidelines can be found on the [reference documentation website](https://orange-opensource.gitlab.io/tbc/doc/dev/guidelines/). The extensive _to be continuous_ coding guidelines can be found on the [reference documentation website](https://to-be-continuous.gitlab.io/doc/dev/guidelines/).
...@@ -48,7 +48,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -48,7 +48,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'Orange-OpenSource/tbc/kubernetes' - project: 'to-be-continuous/kubernetes'
ref: '1.1.0' ref: '1.1.0'
file: '/templates/gitlab-ci-k8s.yml' file: '/templates/gitlab-ci-k8s.yml'
``` ```
...@@ -343,11 +343,11 @@ With: ...@@ -343,11 +343,11 @@ With:
```yaml ```yaml
include: include:
# main template # main template
- project: 'Orange-OpenSource/tbc/kubernetes' - project: 'to-be-continuous/kubernetes'
ref: '1.1.0' ref: '1.1.0'
file: '/templates/gitlab-ci-k8s.yml' file: '/templates/gitlab-ci-k8s.yml'
# Vault variant # Vault variant
- project: 'Orange-OpenSource/tbc/kubernetes' - project: 'to-be-continuous/kubernetes'
ref: '1.1.0' ref: '1.1.0'
file: '/templates/gitlab-ci-k8s-vault.yml' file: '/templates/gitlab-ci-k8s-vault.yml'
......
...@@ -8,7 +8,7 @@ variables: ...@@ -8,7 +8,7 @@ variables:
.k8s-base: .k8s-base:
services: services:
- name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "kubernetes", "1.1.0" ] command: ["--service", "kubernetes", "1.1.0" ]
- name: "$CI_REGISTRY/orange-opensource/tbc/tools/vault-secrets-provider:master" - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
# ========================================================================================= # =========================================================================================
# Copyright (C) 2021 Orange # Copyright (C) 2021 Orange & contributors
# #
# This program is free software; you can redistribute it and/or modify it under the terms # This program is free software; you can redistribute it and/or modify it under the terms
# of the GNU Lesser General Public License as published by the Free Software Foundation; # of the GNU Lesser General Public License as published by the Free Software Foundation;
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# Floor, Boston, MA 02110-1301, USA. # Floor, Boston, MA 02110-1301, USA.
# ========================================================================================= # =========================================================================================
variables: variables:
# Docker Image with Kubernetes CLI tool (can be overriden) # Docker Image with Kubernetes CLI tool (can be overridden)
K8S_KUBECTL_IMAGE: "bitnami/kubectl:latest" K8S_KUBECTL_IMAGE: "bitnami/kubectl:latest"
K8S_KUBE_SCORE_IMAGE: "zegl/kube-score:latest-helm" K8S_KUBE_SCORE_IMAGE: "zegl/kube-score:latest-helm"
K8S_BASE_APP_NAME: "$CI_PROJECT_NAME" K8S_BASE_APP_NAME: "$CI_PROJECT_NAME"
...@@ -505,7 +505,7 @@ stages: ...@@ -505,7 +505,7 @@ stages:
} }
function get_latest_template_version() { function get_latest_template_version() {
tag_json=$(wget -T 5 -q -O - "$CI_API_V4_URL/projects/Orange-OpenSource%2Ftbc%2F$1/repository/tags?per_page=1" || echo "") tag_json=$(wget -T 5 -q -O - "$CI_API_V4_URL/projects/to-be-continuous%2F$1/repository/tags?per_page=1" || echo "")
echo "$tag_json" | sed -rn 's/^.*"name":"([^"]*)".*$/\1/p' echo "$tag_json" | sed -rn 's/^.*"name":"([^"]*)".*$/\1/p'
} }
...@@ -537,7 +537,7 @@ stages: ...@@ -537,7 +537,7 @@ stages:
name: $K8S_KUBECTL_IMAGE name: $K8S_KUBECTL_IMAGE
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "kubernetes", "1.1.0" ] command: ["--service", "kubernetes", "1.1.0" ]
before_script: before_script:
- *k8s-scripts - *k8s-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment