summaryrefslogtreecommitdiffstats
path: root/jjb/samplevnf/samplevnf.yaml
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