[CDS] Run python-related tests in the pipeline 48/143448/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 4 Mar 2026 14:18:06 +0000 (15:18 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 4 Mar 2026 14:18:06 +0000 (15:18 +0100)
- 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 <fiete.ostkamp@telekom.de>
jjb/ccsdk/cds-python.yaml [new file with mode: 0644]

diff --git a/jjb/ccsdk/cds-python.yaml b/jjb/ccsdk/cds-python.yaml
new file mode 100644 (file)
index 0000000..16543f7
--- /dev/null
@@ -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