Skip to content

Commit 4aecfd6

Browse files
authored
ci: add packages for submodule trigger (#2154)
1 parent 9a3c50c commit 4aecfd6

File tree

1 file changed

+31
-14
lines changed

1 file changed

+31
-14
lines changed

.pipelines/submodules-pipeline.yaml

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,48 @@ pr:
33
include:
44
- master
55
paths:
6-
include:
7-
- "zapai/*"
8-
- "azure-ipam/*"
9-
- "dropgz/*"
10-
- "cni/*"
11-
- ".pipelines/submodules-pipeline.yaml" # Enable /azp run Azure Container Networking PR - submodules
126
exclude:
13-
- "*"
7+
- ".devcontainer"
8+
- ".hooks"
9+
- ".vscode"
10+
- ".github"
11+
- cnm
12+
- crd
13+
- debug
14+
- docs
15+
- ebtables
16+
- examples
17+
- nmagent
18+
- npm
19+
- proto
20+
- pkgerrlint
21+
- server
1422

1523
trigger:
1624
paths:
17-
include:
18-
- "zapai/*"
19-
- "azure-ipam/*"
20-
- "dropgz/*"
21-
- "cni/*"
2225
exclude:
23-
- "*"
26+
- ".devcontainer"
27+
- ".hooks"
28+
- ".vscode"
29+
- ".github"
30+
- cnm
31+
- crd
32+
- debug
33+
- docs
34+
- ebtables
35+
- examples
36+
- nmagent
37+
- npm
38+
- pkgerrlint
39+
- proto
40+
- server
41+
2442
tags:
2543
include:
2644
- "zapai/*"
2745
- "azure-ipam/*"
2846
- "dropgz/*"
2947
- "cni/*"
30-
exclude:
3148
- "v*"
3249

3350
stages:

0 commit comments

Comments
 (0)