summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/optf/optf-has-csit.yaml14
-rw-r--r--jjb/optf/optf-osdf-csit.yaml13
2 files changed, 17 insertions, 10 deletions
diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml
index dd41c92c3..93f110de7 100644
--- a/jjb/optf/optf-has-csit.yaml
+++ b/jjb/optf/optf-has-csit.yaml
@@ -1,14 +1,18 @@
- project:
name: optf-has-csit
jobs:
- - '{project-name}-{stream}-verify-csit-{functionality}'
- - '{project-name}-{stream}-csit-{functionality}'
+ - '{project-name}-review-verification-maven-{stream}':
+ mvn-goals: clean install
+ mvn-settings:
+ - '{project-name}-merge-verification-maven-{stream}':
+ mvn-goals: clean install
project-name: optf-has
recipients: 'snarayanan@research.att.com'
+ project: optf/has
stream:
- 'master':
branch: 'master'
- functionality:
- - 'has':
- trigger_jobs:
+ - 'honolulu':
+ branch: 'honolulu'
+ mvn-settings: 'optf-has-settings'
robot-options: ''
diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml
index e142b23e3..9398122d4 100644
--- a/jjb/optf/optf-osdf-csit.yaml
+++ b/jjb/optf/optf-osdf-csit.yaml
@@ -1,14 +1,17 @@
- project:
name: optf-osdf-csit
jobs:
- - '{project-name}-{stream}-verify-csit-{functionality}'
- - '{project-name}-{stream}-csit-{functionality}'
+ - '{project-name}-review-verification-maven-{stream}':
+ mvn-goals: clean install
+ - '{project-name}-merge-verification-maven-{stream}':
+ mvn-goals: clean install
project-name: optf-osdf
recipients: 'snarayanan@research.att.com'
+ project: optf/osdf
stream:
- 'master':
branch: 'master'
- functionality:
- - 'osdf':
- trigger_jobs:
+ - 'honolulu':
+ branch: 'honolulu'
+ mvn-settings: 'optf-osdf-settings'
robot-options: ''