summaryrefslogtreecommitdiffstats
path: root/jjb/cirv
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-12-08 17:59:45 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-12-08 18:08:31 +0100
commitbf5675bdba1bf204326b38e29c1e4b096e36a5ed (patch)
treecefd746eabf2a38982f1220ad2a6f999e89841e7 /jjb/cirv
parent938f98d9a0ae3390adc75cfdfa7f2334186a4cad (diff)
Get rid of global jjb in Anuket
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/cirv')
-rw-r--r--jjb/cirv/cirv-hdv-rtd-jobs.yaml22
-rw-r--r--jjb/cirv/cirv-rtd-jobs.yaml21
-rw-r--r--jjb/cirv/cirv-sdv-rtd-jobs.yaml22
-rw-r--r--jjb/cirv/cirv-views.yaml6
-rw-r--r--jjb/cirv/cirv.yaml15
5 files changed, 0 insertions, 86 deletions
diff --git a/jjb/cirv/cirv-hdv-rtd-jobs.yaml b/jjb/cirv/cirv-hdv-rtd-jobs.yaml
deleted file mode 100644
index 54c007730..000000000
--- a/jjb/cirv/cirv-hdv-rtd-jobs.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-- project:
- name: cirv-hdv-rtd
- project: cirv-hdv
- project-name: cirv-hdv
-
- project-pattern: 'cirv-hdv'
- # yamllint disable-line rule:line-length
- rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-cirv-hdv/140801/'
- rtd-token: 'f29ff450f15f5c01f89f238320aa33763256bc7c'
-
- stream:
- - master:
- branch: '{stream}'
- disabled: false
- - jerma:
- branch: 'stable/{stream}'
- gs-pathname: '/{stream}'
- disabled: false
-
- jobs:
- - '{project-name}-rtd-jobs'
diff --git a/jjb/cirv/cirv-rtd-jobs.yaml b/jjb/cirv/cirv-rtd-jobs.yaml
deleted file mode 100644
index 2812d9e87..000000000
--- a/jjb/cirv/cirv-rtd-jobs.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-- project:
- name: cirv-rtd
- project: cirv
- project-name: cirv
-
- project-pattern: 'cirv'
- rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-cirv/140765/'
- rtd-token: 'cec79ce42917b10adb33f0af8aaa9be33eee63d9'
-
- stream:
- - master:
- branch: '{stream}'
- disabled: false
- - jerma:
- branch: 'stable/{stream}'
- gs-pathname: '/{stream}'
- disabled: false
-
- jobs:
- - '{project-name}-rtd-jobs'
diff --git a/jjb/cirv/cirv-sdv-rtd-jobs.yaml b/jjb/cirv/cirv-sdv-rtd-jobs.yaml
deleted file mode 100644
index 2a5cf96c0..000000000
--- a/jjb/cirv/cirv-sdv-rtd-jobs.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-- project:
- name: cirv-sdv-rtd
- project: cirv-sdv
- project-name: cirv-sdv
-
- project-pattern: 'cirv-sdv'
- # yamllint disable-line rule:line-length
- rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-cirv-sdv/140800/'
- rtd-token: '5ce62cc08e799ac377397d654b62bde0d1dec22d'
-
- stream:
- - master:
- branch: '{stream}'
- disabled: false
- - jerma:
- branch: 'stable/{stream}'
- gs-pathname: '/{stream}'
- disabled: false
-
- jobs:
- - '{project-name}-rtd-jobs'
diff --git a/jjb/cirv/cirv-views.yaml b/jjb/cirv/cirv-views.yaml
deleted file mode 100644
index 17d4e875a..000000000
--- a/jjb/cirv/cirv-views.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- project:
- name: cirv-view
- views:
- - project-view
- project-name: cirv
diff --git a/jjb/cirv/cirv.yaml b/jjb/cirv/cirv.yaml
deleted file mode 100644
index 5c0bccf2b..000000000
--- a/jjb/cirv/cirv.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-- project:
- name: cirv-tox-verify
-
- project: 'cirv'
- project-name: 'cirv'
- build-days-to-keep: 7
-
- stream:
- - master
-
- disabled: false
-
- jobs:
- - '{project-name}-python-jobs'