Skip to content

Commit 14f0f8e

Browse files
thmsdtGerrit Code Review
authored andcommitted
Merge "[CDS] Run python-related tests in the pipeline"
2 parents 5564964 + 3a7e166 commit 14f0f8e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

jjb/ccsdk/cds-python.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
- project:
3+
name: ccsdk-cds-py-executor
4+
project: ccsdk/cds
5+
project-name: ccsdk-cds-py-executor
6+
mvn-settings: ccsdk-cds-settings
7+
build-node: ubuntu2204-builder-4c-4g
8+
python-version: python3
9+
tox-dir: ms/py-executor
10+
tox-envs: py37
11+
gerrit_trigger_file_paths:
12+
- compare-type: REG_EXP
13+
pattern: "ms/py-executor/.*"
14+
stream:
15+
- master:
16+
branch: master
17+
- quebec:
18+
branch: quebec
19+
- paris:
20+
branch: paris
21+
jobs:
22+
- gerrit-tox-verify
23+
24+
- project:
25+
name: ccsdk-cds-artifact-manager
26+
project: ccsdk/cds
27+
project-name: ccsdk-cds-artifact-manager
28+
mvn-settings: ccsdk-cds-settings
29+
build-node: ubuntu2204-builder-4c-4g
30+
python-version: python3
31+
tox-dir: ms/artifact-manager
32+
tox-envs: py37
33+
gerrit_trigger_file_paths:
34+
- compare-type: REG_EXP
35+
pattern: "ms/artifact-manager/.*"
36+
stream:
37+
- master:
38+
branch: master
39+
- quebec:
40+
branch: quebec
41+
- paris:
42+
branch: paris
43+
jobs:
44+
- gerrit-tox-verify

0 commit comments

Comments
 (0)