summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-python-onapsdk.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-10-19Do not run CI using Python 3.7 for ONAP Python SDKMichal Jagiello1-4/+0
Python 3.7 is end-of-life and was removed from ONAP SDK supported versions Issue-ID: TEST-412 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I7aeb9c6b29c8eb499186d401914942c285ffb7ec
2023-09-20CI: Add pypi stage job for integrationJessica Wagantall1-0/+1
Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ie5063c9521f6cc3d37f31e36d792f348ac80bb65
2023-08-02CI: Remove Jenkins gerrit-info-yaml-verify jobJessica Wagantall1-8/+0
This verification has been moved to GitHub Actions and its enfoced for all repos. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I33c874815e0f0836dcf0e3f5d39a0e4829d286d6
2023-07-25Fix: Add pypi-merge job to integat[...]-onapsdkEric Ball1-0/+1
This merge job is necessary to use the pypi release jobs. Change-Id: I0c3d7e9f567a1f2e8a3cbceb7fe35d66a7821720 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2023-05-11Use centOS for onapsdk release jobMichal Jagiello1-0/+1
Right now it uses ubuntu and fails due to lack of 'yum' package Issue-ID: INT-2187 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I4a77233782ae5a02876615729a7cb16c191ceca1
2023-05-03Refactor: Cleanup for pre-commitAndrew Grimberg1-30/+30
Change-Id: I424eb8c466dc22347119e9c140ffb562d8089b32 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-04-12Fix ONAP SDK tests execution using Python 3.7Michal Jagiello1-0/+1
CentOS build node has not Python3.7 and Python 3.9 is not executed properly Issue-ID: INT-2219 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I6fd062e95038a0fdd20ac764fa375c0b7d516428
2023-04-11Fix ONAP SDK pypi jobsMichal Jagiello1-9/+0
ONAP SDK should be pushed into pypi on release but verify should be called on each change pushed into Gerrit Issue-ID: INT-2188 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I820d5833e0ca687955b5e12a5e9c74924ddb10a6
2023-03-06[Python ONAP SDK] Disable Python 3.10 and 3.11 testsMichal Jagiello1-8/+9
Both fails on Jenkins due to missing interpreter errors Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id319765591ab9cee9a60392ff737d8e8ca7d06fe
2023-01-27[INTEGRATION][ONAP Python SDK] Fix pypi configurationMichal Jagiello1-1/+3
Add missing 'pypi-repo' field Issue-ID: INT-2188 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I68e7ce6d6f2adbc1a9e64b0caa0d9ebe7bcedd51
2023-01-26[INTEGRATION][ONAP Python SDK] Configure Jenkins to release package on PyPIMichal Jagiello1-0/+29
Use gerrit-pypi jobs to verify and release onapsdk package on version change (release) Issue-ID: INT-2188 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ic7ffffcd9c32bd7593baacc6cd44f91c5f8d0b26
2023-01-20Revert "Revert "[INTEGRATION][ONAP Python SDK] Use integration linters in ↵Jessica Wagantall1-5/+9
jobs description"" This reverts commit fd9c330b44cf9d94aa5fc16713928759f6972834. Issue-ID: INT-2193 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I0b6ec32c6576f955b82186679b9840c035bdcc94
2023-01-19Revert "[INTEGRATION][ONAP Python SDK] Use integration linters in jobs ↵Jessica Wagantall1-9/+5
description" This reverts commit f9366c7e04feb78403b515aa610d28301f194276. Issue-ID: INT-2193 Change-Id: I597208cb3c4d178939ab8bc18d9676dbf45f42e0 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2023-01-16[INTEGRATION][ONAP Python SDK] Use integration linters in jobs descriptionMichal Jagiello1-5/+9
To run tox tests on each patch submit use integration-linters jobs Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I38291912ce40b6132940342acdee823fe9fdb50b
2022-10-21[INTEGRATION] Add Python ONAP SDK project to CIMichal Jagiello1-0/+54
Issue-ID: INT-2150 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I486811b71f947799882b517233ffab640a0c7a97