diff options
-rw-r--r-- | jjb/airship/airship-rtd-jobs.yaml | 21 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 2 | ||||
-rw-r--r-- | releases/iruya/fuel.yaml | 7 |
3 files changed, 28 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}' diff --git a/releases/iruya/fuel.yaml b/releases/iruya/fuel.yaml index fc8101cb2..02f74b735 100644 --- a/releases/iruya/fuel.yaml +++ b/releases/iruya/fuel.yaml @@ -15,3 +15,10 @@ branches: - name: stable/iruya location: fuel: d8f0a6b4fd9c3cb10780abcbd9b446c48b08cced + +releases: + - version: opnfv-9.0.0 + location: + fuel: e6f1c557adf37baabf0afee6384ee99849cd25e8 + +release-notes: https://opnfv-fuel.readthedocs.io/en/stable-iruya/release/release-notes/release-notes.html |