From: Jessica Wagantall Date: Wed, 4 Sep 2019 18:41:06 +0000 (+0000) Subject: Merge "Fix profile to build image" X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a4b5c45774ae90f76c4dbb3e027a2ac4043f9c15;hp=271407a2e214b94d9c5144239577f4025f873c29;p=ci-management.git Merge "Fix profile to build image" --- diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index faf8b8a9b..2b7d045e1 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -16,6 +16,8 @@ stream: - 'master': branch: 'master' + - 'elalto': + branch: 'elalto' mvn-settings: 'policy-common-settings' files: '**' archive-artifacts: '' diff --git a/jjb/policy/policy-parent.yaml b/jjb/policy/policy-parent.yaml index 5445a7113..2f82d7724 100644 --- a/jjb/policy/policy-parent.yaml +++ b/jjb/policy/policy-parent.yaml @@ -16,6 +16,8 @@ stream: - 'master': branch: 'master' + - 'elalto': + branch: 'elalto' mvn-settings: 'policy-parent-settings' files: '**' archive-artifacts: '' diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index 5cd681510..7bca18f3c 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -9,8 +9,8 @@ project: 'testsuite/python-testing-utils' subproject: - 'robotframework-onap': - tox-dir: robotframework-onap/ - tox-envs: '' + tox-dir: './robotframework-onap/' + tox-envs: 'py27' stream: - 'master': branch: 'master'