diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-02-23 14:50:43 -0800 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-02-23 14:50:43 -0800 |
commit | f78042424a43c57a9cbd031c8c9c5e1c49cc936d (patch) | |
tree | 8be2f51dd8213a2817e6941f80fb65c418227387 /jjb/holmes | |
parent | e6a81fc3885bb16a79aaee6fea3d3dbdffdb7fcc (diff) |
Remove Amsterdam Job from Jenkins
In order to focus on Beijing Release, this is removing remaining Amsterdam Jobs on:
-demo
-dmaap
-holmes
-integration
-modeling
-msb
-multicloud
-testsuite
-usecase ui
-vfc
Change-Id: I4f2a3818b1b53d426e03709e2bf7848cc02d1c78
Issue-ID: CIMAN-135
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
Diffstat (limited to 'jjb/holmes')
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 4 | ||||
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 4 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 4 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 467fb0f19..c0061a2ba 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -12,8 +12,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'holmes-common-settings' files: '**' archive-artifacts: '' @@ -29,4 +27,4 @@ branch: 'master' mvn-settings: 'holmes-common-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 07b100a59..3819cc35f 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -13,8 +13,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'holmes-dsa-settings' files: '**' archive-artifacts: '' @@ -32,4 +30,4 @@ branch: 'master' mvn-settings: 'holmes-dsa-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 8c03b3016..857a57d64 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -13,8 +13,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'holmes-engine-management-settings' files: '**' archive-artifacts: '' @@ -32,4 +30,4 @@ branch: 'master' mvn-settings: 'holmes-engine-management-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index beb316d62..83021aca4 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -13,8 +13,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'holmes-rule-management-settings' files: '**' archive-artifacts: '' @@ -32,4 +30,4 @@ branch: 'master' mvn-settings: 'holmes-rule-management-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |