summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2021-02-08Clean obsolete jjbsCédric Ollivier51-4539/+0
They should have been cleant when closing the projects. Change-Id: Id00da883e6ea14631f2098e40978bcf793d5636b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-07Fix git urlCédric Ollivier1-1/+1
Change-Id: I14fbf2ee6a9c828c35dcbb650a2e9e676b86fbaa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-07Manage tox via XtestingCICédric Ollivier2-116/+67
Change-Id: I5b063f9bffb363493363c0f96e66a9e8894e8de8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-05If releng verification had worked (x2)Cédric Ollivier1-1/+1
Verification has failed for years due to incomplete lock cache. Change-Id: I0b6d40636acf5b71457aab64cd7e6f5fa7cb45b4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-05If releng verification has workedCédric Ollivier1-5/+5
18:49:16 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. 18:49:16 from cryptography.utils import int_from_bytes 18:49:16 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 18:49:18 + python -m pip install --user --quiet --upgrade setuptools 18:49:18 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. 18:49:18 from cryptography.utils import int_from_bytes 18:49:18 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 18:49:20 + python -m pip install --user --quiet --upgrade -r /tmp/requirements-EHaY.txt 18:49:20 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. 18:49:20 from cryptography.utils import int_from_bytes 18:49:20 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Change-Id: I936c36aa1ac694e3ac77e058ab6f13cccacee5eb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-05Generate Docker builds via Xtesting CICédric Ollivier2-376/+112
Change-Id: I883d2c088849ba293ebed9541b42d63d3de4567a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-27Change docker image name for samplevnf to rapidYury Kylulin1-2/+6
Image name changed from samplevnf to rapid to better reflect the image content. Added relevant people in the distribution list. Signed-off-by: Yury Kylulin <yury.kylulin@intel.com> Change-Id: I8afd269bfae191cd54b2c476ef6b1a5b86a32749
2021-01-26Rename sig_network_feature -> sig_network_featuresCédric Ollivier1-9/+9
Change-Id: Ia04d6b09b61b027b428ad10f561163f1bc5844d8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-25Update Functest K8s test case listCédric Ollivier1-0/+52
It takes into account latest integrated e2e tests. Change-Id: Ic1273fb3ca8f5d993463ec9caa340c8829bf2882 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-21Merge "Update jjb for Alpine 3.13"Cedric Ollivier4-32/+32
2021-01-21Update jjb for Alpine 3.13Cédric Ollivier4-32/+32
Change-Id: Ie43dd6f101ad7972e6c078eda76b123d7b2f5c54 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-12Disabling Clover Jobs, as Clover appears inactiveTrevor Bramwell2-9/+2
There have been no changes to Clover since 2019. Disabling their daily jobs and removing hunter jobs to reduce noise. Change-Id: Ib7532c88559b776a21ed935fe49bf914c8da9fc8 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-01-05Disable cntt-latest-daily and cntt-latest-gateTrevor Bramwell1-0/+2
These jobs rely on Intel-POD15 which has not been online since June. Please revert this patch when the POD is back online and the jobs can be ran. Change-Id: I42dd00809fd4cb3ee21b1715eec575626455c58e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
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>
2020-12-22Images build for samplevnf repoYury Kylulin1-0/+5
Add docker image build for samplevnf repository (rapid testing). Signed-off-by: Yury Kylulin <yury.kylulin@intel.com> Signed-off-by: Luc Provoost <luc.provoost@intel.com> Change-Id: Ic21bfe217fa75e460237514779543e1ae0cdd037
2020-12-09Build Jerma branch for OPNFVDocsTrevor Bramwell1-0/+2
Change-Id: Iae9599f1c09713d99aed9c6730afe8776d2a0839 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-12-09Merge "Create Stable Branch Jobs for vswitchperf"Trevor Bramwell2-2/+10
2020-12-09tempest_smoke now passed when bypassing nova console issuesCédric Ollivier1-0/+2
Change-Id: I3f3125214ca016a636b57763296bafd711dfcdd8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-08Enable refstack_[platform,compute] in airship gatesCédric Ollivier1-0/+4
They are now skipped by Functest if NO_TENANT_NETWORK. Change-Id: I764004bfefff99f43850dc4897003d4731a9d2b9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-08Allow jobs ot use build2 while build1 is downAric Gardner3-3/+4
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: Ic545a801f1d64f1f759b5a728878c961c819bfe5
2020-12-08Merge "Remove refstack_[platform,compute] from airship testing"Cedric Ollivier1-4/+0
2020-12-08Remove refstack_[platform,compute] from airship testingCédric Ollivier1-4/+0
RefStack asks for Router testing and forbids skipping any test. As the feature is missing on purpose there is nothing wrong to skip refstack_compute and refstack_platform. All this single tests are verified by tempest_full, tempest_slow and tempest_scenario anyway which allow skipping tests. Change-Id: I425fd3d71eababde0aca20f158a4217ca3ec99a8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-08Add lf-build2 to Shellcheck and Yamllint JobsTrevor Bramwell2-3/+6
Change-Id: I631e15c9ccb029347a3174b3914d0faef1c7050a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-12-07Merge "Enable Functest OVN Gates"Cedric Ollivier1-2/+0
2020-12-07Merge "Enable Airship CI"Cedric Ollivier1-2/+0
2020-12-07Enable Functest OVN GatesCédric Ollivier1-2/+0
Change-Id: I6eca176f354d5e5026e2d0526bdec5dcc3b2fbcf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-07Add sdv and hdv cirv rtd jobsAric Gardner2-0/+44
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I577ba76dc711e673d06e0c96f281e19262c0ea05
2020-12-07Add read the docs jobs for cirvAric Gardner1-0/+21
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I2265de4b34a045b35102c08bef5b05b156d60db0
2020-12-04Create Stable Branch Jobs for vswitchperfjenkins-ci2-2/+10
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Change-Id: I7a2b6f1718c7b6503641fae6b0fcdc5655d5fafa
2020-12-04Enable Airship CICédric Ollivier1-2/+0
Change-Id: Ieab4ba89548024d0ea4bd177a3454bf6c509657e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-04Typo (french)Cédric Ollivier1-1/+1
I will allow running refstack_platform vs Airship. Change-Id: I80fdefbd8e69b4df51da883dbc173dffdd8536d6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-04Temporarily disable Airship CICédric Ollivier1-0/+2
Change-Id: I44bfd8f0bb59493afcbe3cd202fa18b2befacea7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-02Merge "Create Stable Branch RTD Jobs for airship"Trevor Bramwell1-0/+3
2020-12-02Create Stable Branch RTD Jobs for airshipjenkins-ci1-0/+3
Change-Id: I7c983eec86adc803d98f8326b40b91f355de9587 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-12-01Merge "Remove Old Dovetail Artifact Upload Jobs"Aric Gardner1-115/+0
2020-12-01Merge "Create Stable Branch Jobs for dovetail"Trevor Bramwell2-1/+6
2020-12-01Remove Old Dovetail Artifact Upload JobsTrevor Bramwell1-115/+0
Only a few of these ran back in 2017. Change-Id: I1e39699838dfee34b68084313ac9b19fb32e4fbb Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-12-01Create Stable Branch Jobs for dovetailjenkins-ci2-1/+6
Change-Id: I8bcfd9a3c10b01a39a43543ce3a227266498d71f Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-12-01Merge "Create Stable Branch Jobs for kuberef"Trevor Bramwell1-0/+3
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-12-01Merge "Create Stable Branch Jobs for doctor"Trevor Bramwell2-2/+2
2020-12-01Create Stable Branch Jobs for doctorjenkins-ci2-2/+2
Change-Id: I1659b85f8903468c901717be87a73139a6edaf66 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-11-30Remove Security JobsTrevor Bramwell7-729/+0
Reports from these jobs are not being acted on nor is the code maintained. Change-Id: I52d7881934e63fa1524833a28f997f4237c16545 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-11-30[barometer] Add Jerma jobsEmma Foley3-47/+57
Change-Id: If45a8e5c9f191ba002293c7a709c788e8a628461 Signed-off-by: Emma Foley <efoley@redhat.com>
2020-11-30Add Jerma Stream to Docker JobsTrevor Bramwell2-0/+8
Adds the Jerma stream for docker jobs for projects to build releases. Change-Id: I8c26e3b7bcddd7b3accf079126853f50c50f501e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2020-11-28Manage Functest smoke container in Airship gateCédric Ollivier1-0/+4
Change-Id: I67fae46cc5b5a98affc5a6b1d590a79df7c985ef Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-11-28Add tempest_keystone in airship gateJames Gu1-0/+5
It successfully passed in latest daily jobs. https://build.opnfv.org/ci/job/airship-opnfv-functest-smoke-latest-tempest_keystone-run/35/console Signed-off-by: James Gu <james.gu@att.com> Change-Id: Ib142d3b785c9556a324e9f57f6c44deadad05a59
2020-11-26Disable Airship CICédric Ollivier1-0/+2
It allows debugging the tempest part. This reverts commit 9115498a7c1dccf00b30ecf450f4718b54bd1efc. Change-Id: I876a019116fc180c8f91f46c79253b3e9fbdd6e2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-11-24Bypass console checkCédric Ollivier1-0/+2
It allows working on tempest testcase till nova console is fixed in Airship. Change-Id: Idc3e4750409fc84e45a9bb8c424a4fd4962d1b05 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-11-23Reduce Airship daily job frequencyJames Gu1-1/+1
Temporarily reduce the daily job frequency to Wed/Sat because only one pod (pod17) is available for the project and the redeployment of daily job has been disruptive to the day to day dev/tsting work. Also changed to daily job start time to 0600. Signed-off-by: James Gu <james.gu@att.com> Change-Id: I0e3c051cef224f9c5dfa642ebdfc7b886c38229b Signed-off-by: James Gu <james.gu@att.com>