summaryrefslogtreecommitdiffstats
path: root/jjb/samplevnf
AgeCommit message (Collapse)AuthorFilesLines
2024-01-10Clean Obselete jobsCédric Ollivier2-123/+0
This will be safely reverted if the projects are active back. Change-Id: Ic9155b3d0e0633c5b08df297bf676c05e67d4b45 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2024-01-09Remove the use of tox-pip-versionCédric Ollivier1-1/+0
It's fully deprecated and breaks vs latest py versions. Please rather use the pip flag --use-deprecated=legacy-resolver Change-Id: I927d52a253ba9cc571c11210c2566acbe47a075a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-09Fix OPNFV view namesCédric Ollivier1-1/+1
Change-Id: I76721b843e3f82b2c7c0ca414cd4a20f683043d6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-08Get rid of global jjb in AnuketCédric Ollivier2-17/+10
They are useless here, never updated and failed a lot because of package management issues in it. It now defines all views in the classical way. It also removes all rtd jobs as they are useless. Our docs are built on git events via RTD too. (and it avoids the hardcoded token which should be a security convern). If needed, cirv and laas python verification will be updated in a second patchset. Change-Id: I5aee179d804a5547a464501a03d7afa395420552 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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>