Commit 2ba92780 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: add custom TBC group support

parent 565a6b64
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
include:
  - project: "to-be-continuous/tools/gitlab-ci"
  - project: "$TBC_NAMESPACE/tools/gitlab-ci"
    file: "/templates/extract.yml"
  - project: "to-be-continuous/tools/gitlab-ci"
  - project: "$TBC_NAMESPACE/tools/gitlab-ci"
    file: "/templates/validation.yml"
  - project: "to-be-continuous/kicker"
  - project: "$TBC_NAMESPACE/kicker"
    file: "/templates/validation.yml"
  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3
  - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/bash/gitlab-ci-bash@3
    inputs:
      shellcheck-files: "*.sh"
      bats-enabled: true
      bats-tests: "test"
      bats-libraries: "bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip"
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4
  - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/semantic-release/gitlab-ci-semrel@4
    inputs:
      # disable semrel for all synch'd repositories
      release-disabled: true
      auto-release-enabled: true
  - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2
  - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/gitleaks/gitlab-ci-gitleaks@2

variables:
  GITLAB_CI_FILES: "templates/gitlab-ci-terraform.yml"