summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-13 10:56:58 -0600
committermo khan <mo.khan@gmail.com>2019-09-13 10:56:58 -0600
commit3fe4012b2558b3f0503c81c7d1f5d7e678b2fa3e (patch)
tree0792ef45dddca4a8245cce2c0224e7f70bf02632 /.gitlab-ci.yml
parent526a18887f4bfdcf7d34a86cc208520b87859dfc (diff)
parent3bbc78de120d41ff32e10206c4243a3698e7cb8d (diff)
merge with origin/masterv1.7.0
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml42
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: