From b21b6aabdca98f51d6cfd8399841c62460e7b7dc Mon Sep 17 00:00:00 2001
From: Daniel Pono Takamori <dtakamori@contractor.linuxfoundation.org>
Date: Mon, 18 Mar 2019 14:57:15 -0700
Subject: add views for remaining jenkins subprojects

forgot beginning a yaml and a duplication definition
add apex and sfc back in
sectioned-views plugin not supported by jjb so removed
  custom views created in prod jenkins
responded to cedric's request to remove moon and netready
remove views for deprecated jobs

Issue: RELENG-1831
Change-Id: I39ef0aabcf8ef4f3b3a378bb242ce0a7119acc85
Signed-off-by: Daniel Takamori <dtakamori@contractor.linuxfoundation.org>
---
 jjb/xci/xci-views.yaml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 jjb/xci/xci-views.yaml

(limited to 'jjb/xci')

diff --git a/jjb/xci/xci-views.yaml b/jjb/xci/xci-views.yaml
new file mode 100644
index 000000000..ee1e53a59
--- /dev/null
+++ b/jjb/xci/xci-views.yaml
@@ -0,0 +1,6 @@
+---
+- project:
+    name: xci-view
+    views:
+      - project-view
+    project-name: xci
-- 
cgit