From: Fiete Ostkamp Date: Wed, 4 Mar 2026 14:18:06 +0000 (+0100) Subject: [CDS] Run python-related tests in the pipeline X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F143448%2F1;p=ci-management.git [CDS] Run python-related tests in the pipeline - define jobs to run tests for the cds-artifact-manager and cds-py-executor Issue-ID: CCSDK-4157 Change-Id: Ib2a072d587559013c4e11a3ab1e9f83ae087b5eb Signed-off-by: Fiete Ostkamp --- diff --git a/jjb/ccsdk/cds-python.yaml b/jjb/ccsdk/cds-python.yaml new file mode 100644 index 000000000..16543f711 --- /dev/null +++ b/jjb/ccsdk/cds-python.yaml @@ -0,0 +1,44 @@ +--- +- project: + name: ccsdk-cds-py-executor + project: ccsdk/cds + project-name: ccsdk-cds-py-executor + mvn-settings: ccsdk-cds-settings + build-node: ubuntu2204-builder-4c-4g + python-version: python3 + tox-dir: ms/py-executor + tox-envs: py37 + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "ms/py-executor/.*" + stream: + - master: + branch: master + - quebec: + branch: quebec + - paris: + branch: paris + jobs: + - gerrit-tox-verify + +- project: + name: ccsdk-cds-artifact-manager + project: ccsdk/cds + project-name: ccsdk-cds-artifact-manager + mvn-settings: ccsdk-cds-settings + build-node: ubuntu2204-builder-4c-4g + python-version: python3 + tox-dir: ms/artifact-manager + tox-envs: py37 + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "ms/artifact-manager/.*" + stream: + - master: + branch: master + - quebec: + branch: quebec + - paris: + branch: paris + jobs: + - gerrit-tox-verify