summaryrefslogtreecommitdiffstats
path: root/jjb/orchestra
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08Disable Jobs Set to Run on 'joid-virtual'Trevor Bramwell1-1/+1
Since there are no longer any nodes labeled 'joid-virtual', jobs set to run on joid-virtual are disabled until another virtual host is added for JOID. Change-Id: Ibe9eca5f094d08ccb5260e7e28b24f5e867a8c29 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-18RTD jobs for all projectsAric Gardner1-0/+13
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 <agardner@linuxfoundation.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell2-0/+0
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-21[Functest] Support functest-suite with Alpine containersJose Lausuch1-0/+1
Updated all the jobs that use functest-suite. For single test cases, we need to know to which docker image the test belongs to. Change-Id: If7db231ccc891233423f2f2bc3aa5b95d048b30a Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-09-11Fix Yamllint Violations for jjb/orchestraTrevor Bramwell2-81/+81
JIRA: RELENG-254 Change-Id: I9a68c230464bb60087e8a909a2d59021f3acd272 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-26initial JJB for orchestraMichael Pauls2-0/+148
- job for post installation step for joid installer - job for executing functest orchestra test case after joid installer finished Change-Id: I092712658e7b0fe08e45e29405fc0358b19a324e JIRA: ORCHESTRA-15 Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>