From 2562eaf461eda21ff4581aef76a60574630e1f02 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 14 Feb 2019 11:35:45 -0800 Subject: [PATCH] Add Jenkins views for recently added projects Change-Id: I5c9db97c8b1afaa765b1319da0130467a63385a6 Signed-off-by: Eric Ball --- jjb/chomp/chomp.yaml | 6 ++++++ jjb/eliot/eliot.yaml | 6 ++++++ jjb/evp/evp.yaml | 6 ++++++ jjb/iec/iec.yaml | 6 ++++++ jjb/nc/nc.yaml | 6 ++++++ jjb/portal/portal.yaml | 6 ++++++ jjb/rec/rec.yaml | 6 ++++++ jjb/starlingx/starlingx.yaml | 6 ++++++ jjb/tc/tc.yaml | 6 ++++++ jjb/umec/umec.yaml | 6 ++++++ 10 files changed, 60 insertions(+) create mode 100644 jjb/chomp/chomp.yaml create mode 100644 jjb/eliot/eliot.yaml create mode 100644 jjb/evp/evp.yaml create mode 100644 jjb/iec/iec.yaml create mode 100644 jjb/nc/nc.yaml create mode 100644 jjb/portal/portal.yaml create mode 100644 jjb/rec/rec.yaml create mode 100644 jjb/starlingx/starlingx.yaml create mode 100644 jjb/tc/tc.yaml create mode 100644 jjb/umec/umec.yaml diff --git a/jjb/chomp/chomp.yaml b/jjb/chomp/chomp.yaml new file mode 100644 index 0000000..2a10277 --- /dev/null +++ b/jjb/chomp/chomp.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: chomp-project-view + project-name: chomp + views: + - project-view diff --git a/jjb/eliot/eliot.yaml b/jjb/eliot/eliot.yaml new file mode 100644 index 0000000..846967d --- /dev/null +++ b/jjb/eliot/eliot.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: eliot-project-view + project-name: eliot + views: + - project-view diff --git a/jjb/evp/evp.yaml b/jjb/evp/evp.yaml new file mode 100644 index 0000000..c76f80e --- /dev/null +++ b/jjb/evp/evp.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: evp-project-view + project-name: evp + views: + - project-view diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml new file mode 100644 index 0000000..b1d7d59 --- /dev/null +++ b/jjb/iec/iec.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: iec-project-view + project-name: iec + views: + - project-view diff --git a/jjb/nc/nc.yaml b/jjb/nc/nc.yaml new file mode 100644 index 0000000..2fb254e --- /dev/null +++ b/jjb/nc/nc.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: nc-project-view + project-name: nc + views: + - project-view diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml new file mode 100644 index 0000000..ae86b09 --- /dev/null +++ b/jjb/portal/portal.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: portal-project-view + project-name: portal + views: + - project-view diff --git a/jjb/rec/rec.yaml b/jjb/rec/rec.yaml new file mode 100644 index 0000000..9d87fb9 --- /dev/null +++ b/jjb/rec/rec.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: rec-project-view + project-name: rec + views: + - project-view diff --git a/jjb/starlingx/starlingx.yaml b/jjb/starlingx/starlingx.yaml new file mode 100644 index 0000000..122314e --- /dev/null +++ b/jjb/starlingx/starlingx.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: starlingx-project-view + project-name: starlingx + views: + - project-view diff --git a/jjb/tc/tc.yaml b/jjb/tc/tc.yaml new file mode 100644 index 0000000..355731c --- /dev/null +++ b/jjb/tc/tc.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: tc-project-view + project-name: tc + views: + - project-view diff --git a/jjb/umec/umec.yaml b/jjb/umec/umec.yaml new file mode 100644 index 0000000..af3d21c --- /dev/null +++ b/jjb/umec/umec.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: umec-project-view + project-name: umec + views: + - project-view -- 2.16.6