Merge "Add amsterdam stream to JJB templates"
[ci-management.git] / jjb / testsuite / testsuite-python-testing-utils.yaml
1 ---
2 - project:
3     name: testsuite-python-testing-utils
4     project-name: 'testsuite-python-testing-utils'
5     subproject:
6       - python-testing-utils:
7           path: '.'
8           pattern: '**'
9     jobs:
10       - '{project-name}-{stream}-{subproject}-verify-python'
11
12     project: 'testsuite/python-testing-utils'
13
14     stream:
15       - 'master':
16           branch: 'master'
17       - 'amsterdam':
18           branch: 'amsterdam'
19       - 'release-1.0.0':
20           branch: 'release-1.0.0'
21     mvn-settings: 'testsuite-python-testing-utils-settings'