diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/airship/airship-rtd-jobs.yaml | 21 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 2 |
2 files changed, 21 insertions, 2 deletions
diff --git a/jjb/airship/airship-rtd-jobs.yaml b/jjb/airship/airship-rtd-jobs.yaml new file mode 100644 index 000000000..f3af2adfd --- /dev/null +++ b/jjb/airship/airship-rtd-jobs.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: airship-rtd + project: airship + project-name: airship + project-pattern: 'airship' + + stream: + - master: + branch: '{stream}' + disabled: false + - iruya: + branch: 'stable/{stream}' + disabled: false + + + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-airship/111032/' + rtd-token: 'b4e9b47eee6e1311e82e462f06cc4fb44a7534db' + + jobs: + - '{project-name}-rtd-jobs' diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index ea8e51ded..acdcb2a9a 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -394,7 +394,6 @@ - job-template: name: 'cntt-{tag}-daily' - disabled: true project-type: multijob triggers: - timed: '@daily' @@ -582,7 +581,6 @@ - job-template: name: 'cntt-{tag}-gate' project-type: multijob - disabled: true triggers: - cntt-patchset-created: branch: '{branch}' |