Loading README.md +0 −6 Original line number Diff line number Diff line Loading @@ -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). Loading templates/gitlab-ci-k6.yml +9 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
README.md +0 −6 Original line number Diff line number Diff line Loading @@ -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). Loading
templates/gitlab-ci-k6.yml +9 −1 Original line number Diff line number Diff line Loading @@ -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 Loading