diff options
author | 2018-11-08 14:27:09 -0500 | |
---|---|---|
committer | 2018-11-08 14:36:05 -0500 | |
commit | 3819a506b39b93839a3745d2eed84d24c1683b87 (patch) | |
tree | c3611964aff20033e68da31c1d87095c85b3bf3b /jjb/functest | |
parent | aef935b21dbe400ba9fc814f9aded18155a216f0 (diff) |
RTD: Enable Gambia stream
Enable Gambia read the docs stream for all projects that have
a gambia branch
Also added edgecloud rtd job as it was missing
Change-Id: I64d159cde0200871cd4ba3d2c071853c9bd502c1
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-rtd-jobs.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/functest/functest-rtd-jobs.yaml b/jjb/functest/functest-rtd-jobs.yaml index e45338262..785bd3543 100644 --- a/jjb/functest/functest-rtd-jobs.yaml +++ b/jjb/functest/functest-rtd-jobs.yaml @@ -9,5 +9,13 @@ rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-functest/47369/' rtd-token: '26f9131bd5c337928ba8b431a289f6850b330504' + stream: + - master: + branch: '{stream}' + disabled: false + - gambia: + branch: 'stable/{stream}' + disabled: false + jobs: - '{project-name}-rtd-jobs' |