From: Andrew Grimberg Date: Wed, 17 Apr 2019 04:20:17 +0000 (-0700) Subject: Setup global-jjb, ci-jobs, and initial views X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=41b6efc6bbeece4bf48c53b11e94a3e90b8a4269;p=ci-management.git Setup global-jjb, ci-jobs, and initial views Change-Id: I4996a573d9336e5da56a561111017e5868fe9303 Signed-off-by: Andrew Grimberg --- 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-.*'