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 3e3d756..ee0a993 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:java-maven-v2: extends: QA:java-maven variables: @@ -69,6 +76,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:python-pip-v2: extends: QA:python-pip variables: @@ -83,6 +97,13 @@ 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:python3-pip-v2: extends: QA:python3-pip variables: @@ -96,6 +117,13 @@ QA:ruby-bundler: 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:ruby-bundler-v2: extends: QA:ruby-bundler variables: @@ -109,6 +137,13 @@ QA:go: 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:go-v2: extends: QA:go variables: @@ -122,6 +157,13 @@ QA:js: 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 + QA:js-v2: extends: QA:js variables: |
