From 0ec30d62aba5d0838c822dedfc8fa9a638fd7d26 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Fri, 29 May 2020 09:16:56 +0200 Subject: Add jjb for pythonsdk_tests Issue-ID: INT-1607 Signed-off-by: mrichomme Change-Id: I6a2f89ab2e49b3325291411639e312dc3d34ceb2 Signed-off-by: mrichomme --- .../pythonsdk-tests/testsuite-pythonsdk-tests.yaml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml (limited to 'jjb/testsuite') diff --git a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml new file mode 100644 index 000000000..45dd6ff93 --- /dev/null +++ b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml @@ -0,0 +1,76 @@ +--- +- project: + name: testsuite-pythonsdk-tests-info + project-name: testsuite-pythonsdk-tests + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + 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' -- cgit 1.2.3-korg