diff options
-rw-r--r-- | jjb/so/so-libs.yaml | 4 | ||||
-rw-r--r-- | jjb/so/so.yaml | 8 | ||||
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 18 |
3 files changed, 22 insertions, 8 deletions
diff --git a/jjb/so/so-libs.yaml b/jjb/so/so-libs.yaml index 13f9a9e2b..f39545d26 100644 --- a/jjb/so/so-libs.yaml +++ b/jjb/so/so-libs.yaml @@ -10,8 +10,8 @@ stream: - 'master': branch: 'master' - - 'casablanca': - branch: 'casablanca' + - 'dublin': + branch: 'dublin' mvn-settings: 'so-libs-settings' # due to a strange macro / variable translation problem this needs to be # passed as a string block to properly get the properties correctly defined diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 5ba7b2d7b..e69cb5b37 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -21,8 +21,8 @@ stream: - 'master': branch: 'master' - - 'casablanca': - branch: 'casablanca' + - 'dublin': + branch: 'dublin' mvn-settings: 'so-settings' files: '**' archive-artifacts: '' @@ -52,8 +52,8 @@ stream: - 'master': branch: 'master' - - 'casablanca': - branch: 'casablanca' + - 'dublin': + branch: 'dublin' mvn-settings: 'so-settings' - project: diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index e69be7193..4857b2445 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -7,8 +7,9 @@ path: '.' pattern: '**' jobs: - - '{project-name}-{stream}-{subproject}-verify-python' - + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'testsuite/python-testing-utils' stream: @@ -17,6 +18,19 @@ mvn-settings: 'testsuite-python-testing-utils-settings' - project: + name: testsuite-python-testing-utils-master-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: testsuite/python-testing-utils + project-name: 'testsuite-python-testing-utils' + build-node: ubuntu1604-builder-4c-4g + stream: + - 'master': + branch: 'master' + mvn-settings: 'testsuite-python-testing-utils-settings' + +- project: name: testsuite-python-testing-utils-info project-name: testsuite-python-testing-utils jobs: |