From 41b6efc6bbeece4bf48c53b11e94a3e90b8a4269 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 16 Apr 2019 21:20:17 -0700 Subject: [PATCH] Setup global-jjb, ci-jobs, and initial views Change-Id: I4996a573d9336e5da56a561111017e5868fe9303 Signed-off-by: Andrew Grimberg --- jjb/ci-management/ci-jobs.yaml | 13 +++++++++++++ jjb/common-views.yaml | 29 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 jjb/ci-management/ci-jobs.yaml create mode 100644 jjb/common-views.yaml diff --git a/jjb/ci-management/ci-jobs.yaml b/jjb/ci-management/ci-jobs.yaml new file mode 100644 index 00000000..de5f2c1b --- /dev/null +++ b/jjb/ci-management/ci-jobs.yaml @@ -0,0 +1,13 @@ +--- +- project: + name: ci-jobs + + jobs: + - '{project-name}-ci-jobs' + + project: ci-management + project-name: ci-management + build-node: centos7-builder-1c-1g + + views: + - project-view diff --git a/jjb/common-views.yaml b/jjb/common-views.yaml new file mode 100644 index 00000000..96dbcda4 --- /dev/null +++ b/jjb/common-views.yaml @@ -0,0 +1,29 @@ +--- +- view: + name: '00-Empty View' + description: > + Empty job view. This is used as the default landing view to keep the + Jenkins UI responding better while a) under high load and b) when there + are a lot of jobs defined in the system' + view-type: list + filter-executors: false + filter-queue: false + recurse: false + regex: '' + +- view: + name: CLM + description: 'List of CLM jobs' + view-type: list + filter-executors: false + filter-queue: false + columns: + - status + - weather + - job + - last-success + - last-failure + - last-duration + - build-button + recurse: false + regex: '.*-clm-.*' -- 2.16.6