summaryrefslogtreecommitdiffstats
path: root/jjb/nfvbench/nfvbench.yaml
AgeCommit message (Collapse)AuthorFilesLines
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>
2023-01-06Remove former kuberef and nfvbench jobsCédric Ollivier1-5/+0
Change-Id: If67babfc60f911911e07f279b919aea201aa1dd5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-15nit: remove append optionCédric Ollivier1-1/+1
Change-Id: Ib0427bed2e85f1d20067b710afddb77d1dcf0e2b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-15Install python3-venv for nfvbenchCédric Ollivier1-1/+1
Change-Id: I719c4c590992777755c038c1b393851a5dbc8464 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-15Install google-cloud-sdk packageCédric Ollivier1-0/+7
gsutil is needed by nfvbench Change-Id: I26ec63c6548c19d22e103dab271ee0bbdec75e1e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-14Makes the job easy to reuse vs ubuntu 22.04Cédric Ollivier1-0/+12
Change-Id: I540da190d0f8a3004b51eba0ed838ef8fb73fec4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-14Fix node in nfvbech jjbCédric Ollivier1-1/+1
Change-Id: Ic6442f99c071a870892a364f90f9f5008a33f56a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-14Switch to opnfv-build for nfvbenchCédric Ollivier1-1/+8
Change-Id: Ic181255271e5c1828dd0bc638f4eca1d4ff30540 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-09-15Allow triggering nfvbench jobs by commentsCédric Ollivier1-0/+6
Change-Id: Ia364e52e170fa99cc8de33faec1ae59776e03db0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-05Install tox-pip-version needed by NFVBenchCédric Ollivier1-0/+1
Change-Id: I93de5066eaa28ed244c857a3d7e6405ba221d79c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-05-31Adjust nfvbench build verificationahothan1-2/+3
on new patchset, add a script to build the VM is the versioned VM is not present in google storage on merge, call the script to build the versioned VM and upload to google storage using gsutil if the VM is not present in google storage Change-Id: I540943289ed9f282c42f60ef4c644d025fe7768e Signed-off-by: ahothan <ahothan@cisco.com>
2018-11-09Create Stable Branch Jobs for nfvbenchjenkins-ci1-1/+1
Change-Id: I1f11b45d22e0af40549831cf65d5a23c2d8ee8fc Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+98
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>