Add jjb for pythonsdk_tests 49/108549/1
authormrichomme <morgan.richomme@orange.com>
Fri, 29 May 2020 07:16:56 +0000 (09:16 +0200)
committermrichomme <morgan.richomme@orange.com>
Fri, 29 May 2020 07:29:40 +0000 (09:29 +0200)
Issue-ID: INT-1607

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I6a2f89ab2e49b3325291411639e312dc3d34ceb2
Signed-off-by: mrichomme <morgan.richomme@orange.com>
jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml [new file with mode: 0644]

diff --git a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml
new file mode 100644 (file)
index 0000000..45dd6ff
--- /dev/null
@@ -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'