summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/policy/policy-common.yaml2
-rw-r--r--jjb/policy/policy-parent.yaml2
-rw-r--r--jjb/testsuite/testsuite-python-testing-utils.yaml4
3 files changed, 6 insertions, 2 deletions
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'