diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 740b520..7692662 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,13 @@ QA:java-maven: QA_PROJECT: java-maven QA_REF: 831c7a04 +QA:java-maven-v1-1: + extends: QA:java-maven + variables: + FEATURE_RUBY_REPORT: 'true' + LM_REPORT_VERSION: '1.1' + QA_RESULTS: java-maven-v1.1 + QA:python-pip: extends: .QA variables: @@ -62,6 +69,13 @@ QA:python-pip: QA_PROJECT: python-pip QA_REF: 04dce91b +QA:python-pip-v1-1: + extends: QA:python-pip + variables: + FEATURE_RUBY_REPORT: 'true' + LM_REPORT_VERSION: '1.1' + QA_RESULTS: python-pip-v1.1 + QA:python3-pip: extends: .QA variables: @@ -69,24 +83,52 @@ QA:python3-pip: QA_PROJECT: python-pip QA_REF: 48e250a1 +QA:python3-pip-v1-1: + extends: QA:python3-pip + variables: + FEATURE_RUBY_REPORT: 'true' + LM_REPORT_VERSION: '1.1' + QA_RESULTS: python3-pip-v1.1 + QA:ruby-bundler: extends: .QA variables: QA_PROJECT: ruby-bundler QA_REF: 6b858821 +QA:ruby-bundler-v1-1: + extends: QA:ruby-bundler + variables: + FEATURE_RUBY_REPORT: 'true' + LM_REPORT_VERSION: '1.1' + QA_RESULTS: ruby-bundler-v1.1 + QA:go: extends: .QA variables: QA_PROJECT: go-modules QA_REF: master +QA:go-v1-1: + extends: QA:go + variables: + FEATURE_RUBY_REPORT: 'true' + LM_REPORT_VERSION: '1.1' + QA_RESULTS: go-modules-v1.1 + QA:js: extends: .QA variables: QA_PROJECT: js-yarn QA_REF: master +QA:js-v1-1: + extends: QA:js + variables: + FEATURE_RUBY_REPORT: 'true' + LM_REPORT_VERSION: '1.1' + QA_RESULTS: js-yarn-v1.1 + .docker_tag: image: docker:stable stage: tag |
