summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-06-03 09:43:29 +0200
committermrichomme <morgan.richomme@orange.com>2020-06-09 15:02:43 +0200
commita4939ced168f42e9b5877214087a9e9c0a9c4c2e (patch)
treec65c87ff53d750aca4f6d33f53a8ada060226c27 /jjb/testsuite
parent13b86ec26ab73ec1c597eb894ffed09da7ad47eb (diff)
Uncomment linter operations in pythonsdk-tests jjb
Issue-ID: INT-1607 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ic1f30254deb5cf05443bcab427470da748edf37f Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/testsuite')
-rw-r--r--jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml101
1 files changed, 35 insertions, 66 deletions
diff --git a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml
index e10356da4..b1b3f54c2 100644
--- a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml
+++ b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml
@@ -8,69 +8,38 @@
project: testsuite/pythonsdk-tests
branch: master
-# - project:
-# name: testsuite-pythonsdk-tests-verify-python
-# project-name: testsuite-pythonsdk-tests
-# project: testsuite/pythonsdk-tests
-# stream:
-# - 'master':
-# branch: 'master'
-# - 'frankfurt':
-# branch: 'frankfurt'
-# mvn-settings: 'testsuite-pythonsdk-tests-settings'
-# build-node: 'centos7-builder-4c-4g'
-# jobs:
-# - '{project-name}-{stream}-{subproject}-verify-python'
-#
-# - project:
-# name: testsuite-pythonsdk-tests-verify-golang
-# project-name: 'testsuite-pythonsdk-tests'
-# project: 'testsuite/pythonsdk-tests'
-# golangver: 'golang112'
-# mvn-settings: 'testsuite-pythonsdk-tests-settings'
-# archive-artifacts: ''
-# jobs:
-# - '{project-name}-{stream}-{subproject}-verify-golang'
-# stream:
-# - 'master':
-# branch: 'master'
-# - 'frankfurt':
-# branch: 'frankfurt'
-#
-# - project:
-# name: testsuite-pythonsdk-tests-linters
-# project: 'testsuite/pythonsdk-tests'
-# project-name: 'testsuite-pythonsdk-tests'
-# python-version: python3
-# jobs:
-# - testsuite-pythonsdk-tests-linters
-# subproject:
-# - 'yaml':
-# tox-dir: '.'
-# tox-envs: 'yaml'
-# pattern: '**/*.yaml'
-# - 'yml':
-# tox-dir: '.'
-# tox-envs: 'yaml'
-# pattern: '**/*.yml'
-# - 'json':
-# tox-dir: '.'
-# tox-envs: 'json'
-# pattern: '**/*.json'
-# - 'python':
-# tox-dir: '.'
-# tox-envs: 'py'
-# pattern: '**/*.py'
-# - 'rst':
-# tox-dir: '.'
-# tox-envs: 'rst'
-# pattern: '**/*.rst'
-# - 'md':
-# tox-dir: '.'
-# tox-envs: 'md'
-# pattern: '**/*.md'
-# stream:
-# - 'master':
-# branch: 'master'
-# - 'frankfurt':
-# branch: 'frankfurt'
+- project:
+ name: testsuite-pythonsdk-tests-linters
+ project: 'testsuite/pythonsdk-tests'
+ project-name: 'testsuite-pythonsdk-tests'
+ python-version: python3
+ jobs:
+ - integration-linters
+ subproject:
+ - 'yaml':
+ tox-dir: '.'
+ tox-envs: 'yaml'
+ pattern: '**/*.yaml'
+ - 'yml':
+ tox-dir: '.'
+ tox-envs: 'yaml'
+ pattern: '**/*.yml'
+ - 'json':
+ tox-dir: '.'
+ tox-envs: 'json'
+ pattern: '**/*.json'
+ - 'python':
+ tox-dir: '.'
+ tox-envs: 'py'
+ pattern: '**/*.py'
+ - 'rst':
+ tox-dir: '.'
+ tox-envs: 'rst'
+ pattern: '**/*.rst'
+ - 'md':
+ tox-dir: '.'
+ tox-envs: 'md'
+ pattern: '**/*.md'
+ stream:
+ - 'master':
+ branch: 'master'