diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 17:59:45 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-08 18:08:31 +0100 |
commit | bf5675bdba1bf204326b38e29c1e4b096e36a5ed (patch) | |
tree | cefd746eabf2a38982f1220ad2a6f999e89841e7 /jjb/cirv/cirv-sdv-rtd-jobs.yaml | |
parent | 938f98d9a0ae3390adc75cfdfa7f2334186a4cad (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/cirv-sdv-rtd-jobs.yaml')
-rw-r--r-- | jjb/cirv/cirv-sdv-rtd-jobs.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
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' |