From dfbf267bd8a20cb32d0d71435c7036e1fc7ee23a Mon Sep 17 00:00:00 2001
From: Lusheng Ji <lji@research.att.com>
Date: Fri, 9 Feb 2018 14:45:02 -0500
Subject: 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>
---
 jjb/dcaegen2/dcaegen2-analytics.yaml           | 2 --
 jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml | 2 --
 jjb/dcaegen2/dcaegen2-collectors.yaml          | 2 --
 jjb/dcaegen2/dcaegen2-platform-cli.yaml        | 2 --
 jjb/dcaegen2/dcaegen2-platform.yaml            | 2 --
 5 files changed, 10 deletions(-)

(limited to 'jjb')

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
-- 
cgit