From bf5675bdba1bf204326b38e29c1e4b096e36a5ed Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 8 Dec 2022 17:59:45 +0100 Subject: Get rid of global jjb in Anuket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are useless here, never updated and failed a lot because of package management issues in it. It now defines all views in the classical way. It also removes all rtd jobs as they are useless. Our docs are built on git events via RTD too. (and it avoids the hardcoded token which should be a security convern). If needed, cirv and laas python verification will be updated in a second patchset. Change-Id: I5aee179d804a5547a464501a03d7afa395420552 Signed-off-by: Cédric Ollivier --- jjb/vswitchperf/vswitchperf-rtd-jobs.yaml | 29 ----------------------------- jjb/vswitchperf/vswitchperf-views.yaml | 14 ++++++++++---- 2 files changed, 10 insertions(+), 33 deletions(-) delete mode 100644 jjb/vswitchperf/vswitchperf-rtd-jobs.yaml (limited to 'jjb/vswitchperf') diff --git a/jjb/vswitchperf/vswitchperf-rtd-jobs.yaml b/jjb/vswitchperf/vswitchperf-rtd-jobs.yaml deleted file mode 100644 index 6b41bfb6e..000000000 --- a/jjb/vswitchperf/vswitchperf-rtd-jobs.yaml +++ /dev/null @@ -1,29 +0,0 @@ ---- -- project: - name: vswitchperf-rtd - project: vswitchperf - project-name: vswitchperf - - gerrit-skip-vote: true - project-pattern: 'vswitchperf' - rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-vswitchperf/47398/' - rtd-token: '47bbe5675e6cc5a6207fcc9b4db8dac03c27d9de' - - stream: - - master: - branch: '{stream}' - disabled: false - - jerma: &jerma - branch: 'stable/{stream}' - gs-pathname: '/{stream}' - disabled: false - - hunter: - branch: 'stable/{stream}' - gs-pathname: '/{stream}' - disabled: false - - gambia: - branch: 'stable/{stream}' - disabled: false - - jobs: - - '{project-name}-rtd-jobs' diff --git a/jjb/vswitchperf/vswitchperf-views.yaml b/jjb/vswitchperf/vswitchperf-views.yaml index 5b8564579..fe04a94d8 100644 --- a/jjb/vswitchperf/vswitchperf-views.yaml +++ b/jjb/vswitchperf/vswitchperf-views.yaml @@ -1,6 +1,12 @@ --- -- project: +- view: name: vswitchperf-view - views: - - project-view - project-name: vswitchperf + view-type: list + columns: + - status + - weather + - job + - last-success + - last-failure + - last-duration + regex: ^vswitchperf-.* -- cgit 1.2.3-korg