summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-02-08Fix exclude list for TrivyCédric Ollivier1-0/+6
xtesting-mts is not available in all Xtesting versions. Change-Id: I71568b7db2b216259fc9ac0e276c4aee3f3bdd19 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-08Fix slave in trivy jobsCédric Ollivier1-2/+5
Change-Id: I38b7f49cccc53d0e2e679e35943825192e9fdcf8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-08Verify Xtesting containers via trivyCédric Ollivier1-0/+46
Change-Id: I8601f182ab650837bde2ddce1f8b302310cfa25a 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 Ollivier1-30/+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 Ollivier1-117/+112
Change-Id: I883d2c088849ba293ebed9541b42d63d3de4567a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-21Update jjb for Alpine 3.13Cédric Ollivier1-8/+8
Change-Id: Ie43dd6f101ad7972e6c078eda76b123d7b2f5c54 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Remove all arm refs in viewsCédric Ollivier1-2/+2
Change-Id: I37979ccdacb1646b771eec6dc646afb8bd4b52d7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Drop OPNFV arm64 supportCédric Ollivier1-65/+0
Armband left OPNFV. Functest still supports arm and arm64 via .travis-ci. Change-Id: Ie0c7de20182fa91231760ad29c3b38c8ca8c9779 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Prepare Functest Leguer gatesCédric Ollivier1-1/+11
OpenStack Victoria is being released [1]. [1] https://releases.openstack.org/victoria/index.html Change-Id: I4774f8531bcb5fe2cb6f89a49af7a424b80b2932 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-05Don't build mts if not latestCédric Ollivier1-0/+4
Change-Id: I2032dea23192a40aef5d51f91bdc5f91d02cfc55 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-05Fix path in docker builds due to mtsCédric Ollivier1-1/+6
Change-Id: Ia5a7181e0884ffec0335a49154fa00c607248b14 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-07Improve Xtesting view filteringCédric Ollivier1-2/+2
Else gate jobs are not well filtered. Change-Id: I9beb827e6d6237df4a103593a094c54410cd3655 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-07Fix Xtesting view filtersCédric Ollivier1-2/+2
Change-Id: Ia33ac05b462fa4d94e013368aed1bb37486804d7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-07Verify all Functest containersCédric Ollivier1-0/+64
It also checks the arm4 containers built in OPNFV. Change-Id: I7897ac34606c848b1828953486f7ee2ce340ee27 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-06Exclude xtesting-mts operations out of masterCédric Ollivier1-0/+10
https://build.opnfv.org/ci/view/xtesting/job/xtesting-hunter-daily/596/ Change-Id: I49857bd0879425756d390f8486b1266a250749b7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-05Add xtesting-mts in Xtesting gatesCédric Ollivier1-1/+83
Change-Id: Ic088607b05e0a7ec9b2b8837e0c63c56c253873e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-07-03Add all Functest gate viewsCédric Ollivier1-0/+12
Change-Id: I0463926ea1e3c1e93ac160ea3946f358cfc27585 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-06-09Only show daily jobs in main viewCédric Ollivier1-1/+1
Gates mostly fail due LFN IT issues (network outages). Change-Id: I504060f032523307064b9a62120beb846f6dde99 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-06-07Update to alpine 3.12 in jjbsCédric Ollivier1-8/+8
https://alpinelinux.org/posts/Alpine-3.12.0-released.html Change-Id: I403aaae4168db8a22ad269daf1d6469ca73926a9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-04-28Publisk Xtesting Kali jobsCédric Ollivier1-0/+3
Change-Id: Iacf6f52e3b4d8052d9fea69bc29747693f3b8c1c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-01-04Update Alpine to 3.11 in Xtesting jobsCédric Ollivier1-8/+8
Change-Id: I15b72dfd13f7a7eb4c07fa5d426e0d9b23deef60 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-01-02Reorder build operations in xtesting jjbsCédric Ollivier1-28/+28
It eases conditional instructions (they are useless if only daily jjbs are setup). Change-Id: I270dcdddc12a1621cb40505bd5ba21e569810627 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-01-02Generate Xtesting jobs via latest Xtesting CICédric Ollivier1-4/+27
Change-Id: I6c96b3d020e45e1fba64340616e689923e140ead Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-12-22Add missing sudo callsCédric Ollivier1-1/+1
It modifies airship, cntt and xtesting jjbs. Change-Id: If9f8d301262764312a46b7fa6e24220d96fc30bf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-12-22Dump all logs as last Xtesting stepCédric Ollivier1-1/+47
Change-Id: I6a1353446f34a97307aeda322893006c833018b2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-12-15Add buid_tag in Functest jobsCédric Ollivier1-2/+17
It eases archiving all logs (third-party certification). Change-Id: Ief9c89ac9cf5a748fb8f6965078c9651fd0066ac Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-11-14Fix typo in .boto pathCédric Ollivier1-1/+1
Change-Id: I273ac0939da7ed536889d389f7d57e47510a2b16 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-11-14Leverage on S3 support in XtestingCédric Ollivier1-9/+6
It avoids using gsutil in Jenkins (extra logics). Change-Id: I0494875883436da5846d99e1088812793c46af72 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-10-07Add Xtesting Jerma jobsCédric Ollivier1-0/+3
Change-Id: Ib27a6878c428b430388485d62b3e52c5e9aa02b7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-22Update Xtesting GatesCédric Ollivier1-11/+11
It now selects lf-virtual1 as slave and Alpine 3.10. It has been generated via latest Xtesting Ansible role. Change-Id: I97c2179cc0f42e435e19b738f7d86114de592425 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-22Exclude behave tests from hunter and iruyaCédric Ollivier1-0/+5
For the time being, it's only part of master [1] [1] https://gerrit.opnfv.org/gerrit/#/c/68206/ Change-Id: I7c8baf4bd178668c99f15029eb425e63c3a3b5a2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-11Run the sixth sample in Xtesting gatesCédric Ollivier1-14/+34
Change-Id: I18033f737f93bd9c4680490f0a2ffbd7e2e5bffc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-04-26Take DEBUG into account in gatesCédric Ollivier1-0/+1
It completes [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/67700/ Change-Id: I11a6850c8cbfc02bb0717945e78f35f0e8cefc83 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-27Publish Xtesting Iruya jobsCédric Ollivier1-0/+2
Change-Id: I8ce23b81a84d0205d3e9a2ad9a474f3462f075bf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-23Generate xtesting.yaml from playbookCédric Ollivier1-10/+8
It takes into account the update of Alpine (3.9). Change-Id: Ied99214e23717f8848fbc2072581ab309772fb1b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-14Generate xtesting.yaml via collivier.xtestingCédric Ollivier1-47/+47
It adds project in jjb names to allow loading xtesting and functest jobs in one command. Change-Id: I120ab713cb73abc1f6aaf195e60fbcec9e45f740 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-05Allow conditional docker build argsCédric Ollivier1-1/+6
It allows managing xtesting and functest jjbs via the same role. functest-component doesn't take BRANCH into account. Change-Id: If487e8350bca6b37d585a4ed16214e77df6170ae Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-04Precise Xtesting view filterCédric Ollivier1-4/+4
Change-Id: Ib2488e32b766b1a3c1ec68797b9d510397517b0b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-04Add Xtesting gate jobsCédric Ollivier1-36/+294
It conforms with the last updates of collivier.xtesting [1]. [1] https://galaxy.ansible.com/collivier/xtesting Change-Id: Ie94990c872f079735a87ce67c8ffb9378559c016 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-02Clean Xtesting logs as privilegedCédric Ollivier1-3/+3
It also mutes gsutils and precises Xtesting view regex. Change-Id: Idf0457205dc53e9cca2befc139b65715511e8ebf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-02Leverage on $WORKSPACE in xtesting.yamlCédric Ollivier1-4/+6
It also forces the right slave when pulling/removing the docker images. Change-Id: I36c4b0d7f046c25d51458ec6dee0da163eb3ee2d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-02Fix Xtesting workspaceCédric Ollivier1-6/+5
It completes "Publish Xtesting daily jobs" [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/66131/ Change-Id: I82cd92f8ad3fd777868eba9875793846662cfddf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-01-02Publish Xtesting daily jobsCédric Ollivier1-0/+150
They verify the rolling containers. xtesting.yaml has been generated via collivier.xtesting (ansible role). Change-Id: Idf7cce42bee15174e4242891a102f6599026b3b7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>