From 3a7e1669ed2fc443eb570c9809beeb2a35275cb8 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 4 Mar 2026 15:18:06 +0100 Subject: [PATCH] [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 --- jjb/ccsdk/cds-python.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 jjb/ccsdk/cds-python.yaml 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 -- 2.16.6