Commit 59768969 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent 0178d112
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -11,12 +11,6 @@ include:
  - project: 'to-be-continuous/k6'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-k6.yml'

# Pipeline steps
stages:
  - acceptance # required by Cypress template
  # TODO: add all other required stages

```

:warning: depending on your needs and environment, you might have to use [one of the template variants](#variants).
+9 −1
Original line number Diff line number Diff line
@@ -73,9 +73,17 @@ variables:
  # default integration ref name (pattern)
  INTEG_REF: '/^develop$/'

# allowed stages depend on your template type (see: https://to-be-continuous.gitlab.io/doc/understand/#generic-pipeline-stages)
stages:
  - build
  - test
  - package-build
  - package-test
  - infra
  - deploy
  - acceptance
  - publish
  - infra-prod
  - production

.k6-scripts: &k6-scripts |
  # BEGSCRIPT