X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=blobdiff_plain;f=jjb%2Freleng-views.yaml;h=dcd125dc6719bf05d1fed05b721843cc41c18007;hp=18e5efb10bb68955cdf71466f9395f1210455d15;hb=HEAD;hpb=16f76e75bfbc07f94030dc7e72e3bf8668da8aa3 diff --git a/jjb/releng-views.yaml b/jjb/releng-views.yaml index 18e5efb10..25ed5632c 100644 --- a/jjb/releng-views.yaml +++ b/jjb/releng-views.yaml @@ -1,22 +1,23 @@ --- -- integration_view_csit: &integration_view_csit - name: integration-view-csit - view-type: list - filter-executors: false - filter-queue: false - columns: - - status - - weather - - job - - last-success - - last-failure - - last-duration - - build-button - - robot-list - recurse: false +- project: + name: "00-Empty View" + views: + - common-view + view-name: "00-Empty View" + 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-regex: "" -- releng_view: &releng_view_common - name: releng-view-common +- view: + name: 01-Recent + regex: ".*" + description: "List of most recent jobs" + job-filters: + most-recent: + max-to-include: 25 + check-start-time: true view-type: list filter-executors: false filter-queue: false @@ -33,39 +34,18 @@ - robot-list recurse: false -- project: - name: '00-Empty View' - views: - - common-view - view-name: '00-Empty View' - 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-regex: '' - -- view: - name: 01-Recent - regex: '.*' - description: 'List of most recent jobs' - job-filters: - most-recent: - max-to-include: 25 - check-start-time: true - <<: *releng_view_common - - project: name: All-Sonar views: - common-view view-name: All-Sonar - view-regex: '.*-sonar$' - view-description: 'List of Sonar jobs' + view-regex: ".*-sonar$" + view-description: "List of Sonar jobs" - view: name: CLM - description: 'List of CLM jobs' - regex: '.*-clm-.*' + description: "List of CLM jobs" + regex: ".*-clm-.*" view-type: list filter-executors: false filter-queue: false @@ -85,40 +65,40 @@ views: - csit-view view-name: CSIT-1node - view-description: 'List of CSIT 1node jobs' - view-regex: '^.*-csit-1node.*' + view-description: "List of CSIT 1node jobs" + view-regex: "^.*-csit-1node.*" - project: name: CSIT-3node views: - csit-view view-name: CSIT-3node - view-description: 'List of CSIT 3node jobs' - view-regex: '^.*-csit-3node.*' + view-description: "List of CSIT 3node jobs" + view-regex: "^.*-csit-3node.*" - project: name: CSIT views: - csit-view view-name: CSIT - view-description: 'List of CSIT jobs' - view-regex: '^.*-csit-.*' + view-description: "List of CSIT jobs" + view-regex: "^.*-csit-.*" - project: name: CSIT-Verify views: - csit-view view-name: CSIT-Verify - view-description: 'List of CSIT Verify jobs' - view-regex: '^.*-csit-verify.*' + view-description: "List of CSIT Verify jobs" + view-regex: "^.*-csit-verify.*" - project: name: Distribution-Check views: - common-view view-name: Distribution-Check - view-description: 'List of Distribution Check jobs' - view-regex: '.*-distribution.*-check-.*' + view-description: "List of Distribution Check jobs" + view-regex: ".*-distribution.*-check-.*" - project: name: Distribution-Jobs @@ -126,80 +106,96 @@ - common-view view-name: Distribution-Jobs view-description: > - List of Distribution jobs (test, check, merge, deploy, offline, verify) - view-regex: '^.*-distribution-(?!(test|check|merge|deploy|offline|verify)).*' + List of Distribution jobs (test, check, merge, deploy, offline, verify) + view-regex: "^.*-distribution-(?!(test|check|merge|deploy|offline|verify)).*" - project: name: Gate views: - common-view view-name: Gate - view-description: 'List of Gate jobs' - view-regex: '.*-gate-.*' + view-description: "List of Gate jobs" + view-regex: ".*-gate-.*" - project: name: Integration views: - common-view view-name: Integration - view-description: 'List of Integration jobs' - view-regex: '.*-integration-.*' + view-description: "List of Integration jobs" + view-regex: ".*-integration-.*" - project: name: Javadoc views: - common-view view-name: Javadoc - view-description: 'List of Javadoc jobs' - view-regex: '.*-javadoc-.*' + view-description: "List of Javadoc jobs" + view-regex: ".*-javadoc-.*" + +- project: + name: Maven-Stage + views: + - common-view + view-name: Maven-Stage + view-description: "List of Maven Stage jobs" + view-regex: ".*-maven-stage-.*" + +- project: + name: Maven-Verify-Deps + views: + - common-view + view-name: Maven-Verify-Deps + view-description: "List of Maven Verify Deps jobs" + view-regex: ".*-maven-verify-deps-.*" - project: name: Merge-Jobs views: - common-view view-name: Merge-Jobs - view-description: 'List of Merge jobs' - view-regex: '.*-merge-.*' + view-description: "List of Merge jobs" + view-regex: ".*-merge-.*" - project: name: Patch-Test views: - common-view view-name: Patch-Test - view-description: 'List of Patch-Test jobs, for prioritizing jobs via the Job Priorities plugin' - view-regex: '.*-patch-test-.*' + view-description: "List of Patch-Test jobs, for prioritizing jobs via the Job Priorities plugin" + view-regex: ".*-patch-test-.*" - project: name: Sanity views: - common-view view-name: Sanity - view-description: 'List of Sanity jobs' - view-regex: '.*-sanity-.*' + view-description: "List of Sanity jobs" + view-regex: ".*-sanity-.*" - project: name: Thirdparty views: - common-view view-name: Thirdparty - view-description: 'List of ODL Nexus Thirdparty dependencies jobs' - view-regex: '.*-thirdparty-.*' + view-description: "List of ODL Nexus Thirdparty dependencies jobs" + view-regex: ".*-thirdparty-.*" - project: name: Validate-AR views: - common-view view-name: Validate - view-description: 'List of Validate jobs' - view-regex: '.*-validate-autorelease-.*' + view-description: "List of Validate jobs" + view-regex: ".*-validate-autorelease-.*" - project: name: Verify views: - common-view view-name: Verify - view-description: 'List of Verify jobs, exluding CSIT jobs' - view-regex: '^(?!.*-csit).*-verify-.*' + view-description: "List of Verify jobs, exluding CSIT jobs" + view-regex: "^(?!.*-csit).*-verify-.*" - project: name: builder