From e654010e5b4f1d64919fe4a7a1a4fd9761e83876 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 7 Sep 2018 17:02:40 -0400 Subject: RTD jobs for all projects RTD jobs for all active projects All jobs start as non-voting. All rtd jobs are in their own file to faciliate future bulk changes: jjb/$project/$project-rtd-jobs.yaml All project have rtd pages https://opnfv-$project.readthedocs.io Change-Id: I776e41f968d38f08cb3187f743f69d5d6b697e8e Signed-off-by: Aric Gardner Signed-off-by: Trevor Bramwell --- jjb/yardstick/yardstick-rtd-jobs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jjb/yardstick/yardstick-rtd-jobs.yaml (limited to 'jjb/yardstick/yardstick-rtd-jobs.yaml') diff --git a/jjb/yardstick/yardstick-rtd-jobs.yaml b/jjb/yardstick/yardstick-rtd-jobs.yaml new file mode 100644 index 000000000..bf28cb4d3 --- /dev/null +++ b/jjb/yardstick/yardstick-rtd-jobs.yaml @@ -0,0 +1,13 @@ +--- +- project: + name: yardstick-rtd + project: yardstick + project-name: yardstick + + gerrit-skip-vote: true + project-pattern: 'yardstick' + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-yardstick/47399/' + rtd-token: '6aa883824f3917c7db5ffa1fe9168817fb5feb68' + + jobs: + - '{project-name}-rtd-jobs' -- cgit 1.2.3-korg