summaryrefslogtreecommitdiffstats
path: root/jjb/kuberef
AgeCommit message (Collapse)AuthorFilesLines
2023-01-06Remove former kuberef and nfvbench jobsCédric Ollivier1-3/+0
Change-Id: If67babfc60f911911e07f279b919aea201aa1dd5 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-33/+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>
2022-01-05Adding Lakelse RTD jobs for KuberefRihab Banday1-0/+4
Signed-off-by: Rihab Banday <rihab.banday@ericsson.com> Change-Id: I97b7527e48c4e0a62ddba1268652f77be4cf7d05
2021-07-01Adding RTD jobs for KuberefGeorg Kunz1-0/+25
Change-Id: I6bb770f7bcddbf58269e81b16b1f42154f371e11 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-12-01Create Stable Branch Jobs for kuberefjenkins-ci1-0/+3
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Change-Id: Ibe6ee2e48ee6b936bdd3c3f79bf6a440061488cd Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-08-28Improve kuberef lint scriptVictor Morales3-6/+170
The OPNFV security audit releng's job prevent to retrieve binaries from external sources which results on depending to the binaries provided by the OS package managers. This change pretends to cover different scenarios where the Jenkins builder is unknown. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: I37d9b15d3ac9de0b06a96e07eed90f7cc717f444
2020-08-27Enable external sources for kuberef shellcheckVictor Morales1-1/+9
Shellcheck is failing on the execution given that it's missing the -x argument. This change fixes that problem adding the argument. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: Idc1795b604f4b88e5e4468b8fd26b961c08455bf
2020-08-26Using default scm macro for kuberef verify jobsGeorg Kunz1-10/+1
Switching to a predefined macro for gerrit-git-scm in kuberef verify jobs. Signed-off-by: Georg Kunz <georg.kunz@est.tech> Change-Id: I7e4114fa5b3e9eec9250310a1633c90babac8299
2020-08-25Adding parameters to kuberef verify jobGeorg Kunz1-0/+13
Adding missing parameters to kuberef verify jobs. In particular, the SLAVE_LABEL parameter is missing, preventing scheduling of jobs to jenkins slaves. Signed-off-by: Georg Kunz <georg.kunz@est.tech> Change-Id: I8cd80930c668451e8b48a4ae84ae240f756d2cbb
2020-08-13Add Lint process to KuberefVictor Morales4-20/+113
Lint tools allow to check syntax errors and verify best practices on coding. This change includes a Jenkins Job for running those tools on every change submitted. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: I0a4a5378a8e75322993be049b961886d5595c0db
2020-08-11Add basic job for Kuberef verificationTrevor Bramwell1-1/+7
Create a basic 'no-op' verification job for the kuberef project to cast "Verified+1" votes on patches. Also removes 'build-node' from the gerrit-info-yaml-verify job as that node does not exists in OPNFV. Change-Id: I8dea4306c3466cee02592d3e0745db1b33f85288 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-07-13Automation adds kuberef.yamlLF Jenkins CI1-0/+14
Change-Id: Ic9258a39e06cb2af10eecae544d205583858d85c Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>