summaryrefslogtreecommitdiffstats
path: root/jjb/samplevnf
AgeCommit message (Collapse)AuthorFilesLines
2021-05-13Merge "Add Workspace Permission Fix Wrapper for SampleVNF"Trevor Bramwell1-0/+8
2021-05-12Add Workspace Permission Fix Wrapper for SampleVNFTrevor Bramwell1-0/+8
This adds a pre-scm-checkout script to ensure all workspace files are owned by Jenkins before trying to wipe them away. The 'ssh-agent-wrapper' is included as it is the default wrapper for all jobs. Change-Id: I31356680e70a3adf6f1518838185740cfe7a60a6 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-04-30Passing $WORKSPACE to build-image.shLuc Provoost1-2/+2
build-image.sh has changed to take a new parameter: the cache directory that will be passed to disk-image-create. We are now passing $WORKSPACE as a parameter using the -w option. Signed-off-by: Luc Provoost <luc.provoost@intel.com> Change-Id: Ieaed8c87b07c0af022294f5e26af4aa64e1976b9
2021-03-16Pass parameters to build-image.shLuc Provoost1-6/+6
Passing the qcow2 image details as a parameter to build-image.sh Signed-off-by: Luc Provoost <luc.provoost@intel.com> Change-Id: Ie32164c8e3c98ddd0651e274c68feab265b24a48
2021-03-10Allow triggering verification from gerrit messagesCédric Ollivier1-0/+4
Change-Id: I4da480e622d00c89d20605f881e7f1b0284c8caa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-03-10Stop running linkcheckCédric Ollivier1-1/+1
A few links are dead which asks to skip it (chicken & egg). It should be noted that tox should run vs patchset rather than vs merge. Change-Id: I0cd064013073b100d36c5067116e1714ebfacf97 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-18Adding file to build rapid vm qcow2 imageLuc Provoost1-0/+100
Adding this yaml file so it will trigger the automatic build of a qcow2 image to be published on http://artifacts.opnfv.org/samplevnf/images. Signed-off-by: Luc Provoost <luc.provoost@intel.com> Change-Id: I4956d3ab6be62447284a992832abe185a437ee76
2019-07-10add views for remaining jenkins subprojectsDaniel Pono Takamori1-0/+6
forgot beginning a yaml and a duplication definition add apex and sfc back in sectioned-views plugin not supported by jjb so removed custom views created in prod jenkins responded to cedric's request to remove moon and netready remove views for deprecated jobs Issue: RELENG-1831 Change-Id: I39ef0aabcf8ef4f3b3a378bb242ce0a7119acc85 Signed-off-by: Daniel Takamori <dtakamori@contractor.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>