diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-22 13:21:57 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-22 13:21:57 +0200 |
commit | 3dd4caf785a9bb8d751e60b3b97cacddaa94ed2c (patch) | |
tree | 014c8f327e9b7d2e75a992bef1b569a32f182f73 /jjb/vswitchperf/vswitchperf.yml | |
parent | d376b8ce2d24b67338c13fe6eedebf059fb74c29 (diff) |
Create project jobs for colorado branch
Daily jobs for Colorado branch for installer and test projects
have not been created yet and it needs to be done via separate
patches.
Change-Id: I34517e89dfc502ce5741733e01bf8425d513df02
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/vswitchperf/vswitchperf.yml')
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index bf2fe8faa..363423de9 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -13,14 +13,18 @@ - master: branch: '{stream}' gs-pathname: '' - - brahmaputra: + disabled: false + - colorado: branch: 'stable/{stream}' gs-pathname: '/{stream}' + disabled: false - job-template: name: 'vswitchperf-daily-{stream}' + disabled: '{obj:disabled}' + parameters: - project-parameter: project: '{project}' @@ -50,6 +54,8 @@ - job-template: name: 'vswitchperf-verify-{stream}' + disabled: '{obj:disabled}' + project-type: freestyle concurrent: true @@ -108,6 +114,8 @@ - job-template: name: 'vswitchperf-merge-{stream}' + disabled: '{obj:disabled}' + project-type: freestyle concurrent: true |