diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2020-12-07 15:45:24 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2020-12-07 15:45:24 -0500 |
commit | 7742df22680f82ed10224eccc69d5d5203305112 (patch) | |
tree | d423694220e3418f8a5c3c82a1266c3df59f0fdf /jjb/cirv | |
parent | e527ba9e63233de374ef22e25039f353be5a77e1 (diff) |
Add sdv and hdv cirv rtd jobs
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I577ba76dc711e673d06e0c96f281e19262c0ea05
Diffstat (limited to 'jjb/cirv')
-rw-r--r-- | jjb/cirv/cirv-hdv-rtd-jobs.yaml | 22 | ||||
-rw-r--r-- | jjb/cirv/cirv-sdv-rtd-jobs.yaml | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/jjb/cirv/cirv-hdv-rtd-jobs.yaml b/jjb/cirv/cirv-hdv-rtd-jobs.yaml new file mode 100644 index 000000000..54c007730 --- /dev/null +++ b/jjb/cirv/cirv-hdv-rtd-jobs.yaml @@ -0,0 +1,22 @@ +--- +- 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-sdv-rtd-jobs.yaml b/jjb/cirv/cirv-sdv-rtd-jobs.yaml new file mode 100644 index 000000000..2a5cf96c0 --- /dev/null +++ b/jjb/cirv/cirv-sdv-rtd-jobs.yaml @@ -0,0 +1,22 @@ +--- +- 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' |