From cfa920431bd31ac2e619e32b672f41cfd382ecf5 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Fri, 8 Dec 2017 17:17:53 -0700 Subject: Add support to build the database only Issue: IS-37 --- jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml') diff --git a/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml b/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml index 0be8ad8..81a530a 100644 --- a/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml +++ b/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml @@ -11,6 +11,15 @@ - "ob-ctl-{action}-{branch}": branch: "unstable" action: "restart" + - "ob-ctl-{action}-{branch}": + branch: "unstable_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "unstable_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "unstable_db" + action: "restart" - "ob-ctl-{action}-{branch}": branch: "develop" action: "stop" @@ -20,6 +29,15 @@ - "ob-ctl-{action}-{branch}": branch: "develop" action: "restart" + - "ob-ctl-{action}-{branch}": + branch: "develop_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "develop_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "develop_db" + action: "restart" - "ob-ctl-{action}-{branch}": branch: "stage" action: "stop" @@ -29,6 +47,15 @@ - "ob-ctl-{action}-{branch}": branch: "stage" action: "restart" + - "ob-ctl-{action}-{branch}": + branch: "stage_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "stage_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "stage_db" + action: "restart" - "ob-ctl-{action}-{branch}": branch: "master" action: "stop" @@ -38,6 +65,15 @@ - "ob-ctl-{action}-{branch}": branch: "master" action: "restart" + - "ob-ctl-{action}-{branch}": + branch: "master_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "master_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "master_db" + action: "restart" - job-template: name: "ob-ctl-{action}-{branch}" -- cgit v1.3