summaryrefslogtreecommitdiffstats
path: root/jjb/optf
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-03-31 11:05:05 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-03-31 16:29:55 +0530
commit78926210f8b4e87f85d43104358ad47fd87ae776 (patch)
treec1f09526b6dcba95ecf29f836e224cf016a63144 /jjb/optf
parentaa77fa37ae8bbb060e1a21f411c200165c5c7d48 (diff)
Add review verification job for OOF
Issue-ID: OPTFRA-930 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ibd8fc8fcc1a40130121722105ab2bf1d17de0420
Diffstat (limited to 'jjb/optf')
-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: ''