diff options
author | Lusheng Ji <lji@research.att.com> | 2018-02-09 14:45:02 -0500 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-10 00:19:34 +0000 |
commit | dfbf267bd8a20cb32d0d71435c7036e1fc7ee23a (patch) | |
tree | 35b96cef120e74281a2a5a1e0f6e34cf034f0a0d /jjb | |
parent | 0a3b49a111617b2b3bc4691aaa61ab8bf7cc9ef8 (diff) |
Remove jjb for repos for amsterdam release
Several repos do not have release artifacts in Amsterdam. LF did not
create Amsterdam branch for them. This caused the daily release job
on Amsterdam branch of these repos to fail. This submission removes
the jjb def for Amstedam branch of these repos.
Issue-ID: DCAEGEN2-206
Change-Id: Ice7bf82f466051320c3f7cb6dd615dae90c53c00
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-analytics.yaml | 2 | ||||
-rw-r--r-- | jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml | 2 | ||||
-rw-r--r-- | jjb/dcaegen2/dcaegen2-collectors.yaml | 2 | ||||
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform-cli.yaml | 2 | ||||
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform.yaml | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/jjb/dcaegen2/dcaegen2-analytics.yaml b/jjb/dcaegen2/dcaegen2-analytics.yaml index 5edbd1eeb..27feb20e7 100644 --- a/jjb/dcaegen2/dcaegen2-analytics.yaml +++ b/jjb/dcaegen2/dcaegen2-analytics.yaml @@ -11,8 +11,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'dcaegen2-analytics-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties diff --git a/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml b/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml index 4053148c3..1990c0c63 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml +++ b/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml @@ -11,8 +11,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'dcaegen2-collectors-snmptrap-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties diff --git a/jjb/dcaegen2/dcaegen2-collectors.yaml b/jjb/dcaegen2/dcaegen2-collectors.yaml index c0b39cb35..87e4fd467 100644 --- a/jjb/dcaegen2/dcaegen2-collectors.yaml +++ b/jjb/dcaegen2/dcaegen2-collectors.yaml @@ -11,8 +11,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'dcaegen2-collectors-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties diff --git a/jjb/dcaegen2/dcaegen2-platform-cli.yaml b/jjb/dcaegen2/dcaegen2-platform-cli.yaml index 19460414d..043f40f6c 100644 --- a/jjb/dcaegen2/dcaegen2-platform-cli.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-cli.yaml @@ -11,8 +11,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'dcaegen2-platform-cli-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties diff --git a/jjb/dcaegen2/dcaegen2-platform.yaml b/jjb/dcaegen2/dcaegen2-platform.yaml index ce12261f5..d1ce4a8c4 100644 --- a/jjb/dcaegen2/dcaegen2-platform.yaml +++ b/jjb/dcaegen2/dcaegen2-platform.yaml @@ -11,8 +11,6 @@ stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'dcaegen2-platform-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties |