summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-22 10:40:54 -0600
committermo khan <mo.khan@gmail.com>2019-10-22 12:20:37 -0600
commite265eb6a6c99499254ee959e41ca80c99a8f67ea (patch)
tree93c1f96a9b83154074dcefa74636e8b9ab6f03d3 /.gitlab-ci.yml
parent7f175952a5a047d785b5ea72c15a10642523c62a (diff)
Remove feature flags and temporary mappings
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3340b3..4432ad6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,6 @@ container_scanning:
image: docker:stable
stage: test
variables:
- FEATURE_RUBY_REPORT: 'false'
LM_PYTHON_VERSION: 3
LM_REPORT_VERSION: 1
script:
@@ -65,14 +64,12 @@ QA:java-maven:
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:
- FEATURE_RUBY_REPORT: 'true'
LM_REPORT_VERSION: 2
QA_RESULTS: java-maven-v2
@@ -86,14 +83,12 @@ QA:python-pip:
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:
- FEATURE_RUBY_REPORT: 'true'
LM_REPORT_VERSION: '2.0'
QA_RESULTS: python-pip-v2
@@ -107,14 +102,12 @@ QA:python3-pip:
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:
- FEATURE_RUBY_REPORT: 'true'
LM_REPORT_VERSION: 2
QA_RESULTS: python3-pip-v2
@@ -127,14 +120,12 @@ QA:ruby-bundler:
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:
- FEATURE_RUBY_REPORT: 'true'
LM_REPORT_VERSION: 2
QA_RESULTS: ruby-bundler-v2
@@ -147,14 +138,12 @@ QA:go:
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:
- FEATURE_RUBY_REPORT: 'true'
LM_REPORT_VERSION: 2
QA_RESULTS: go-modules-v2
@@ -167,14 +156,12 @@ QA:js:
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:
- FEATURE_RUBY_REPORT: 'true'
LM_REPORT_VERSION: 2
QA_RESULTS: js-yarn-v2