Skip to content

Commit

Permalink
ci: add packages for submodule trigger (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
vipul-21 committed Aug 17, 2023
1 parent 9a3c50c commit 4aecfd6
Showing 1 changed file with 31 additions and 14 deletions.
45 changes: 31 additions & 14 deletions .pipelines/submodules-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,48 @@ pr:
include:
- master
paths:
include:
- "zapai/*"
- "azure-ipam/*"
- "dropgz/*"
- "cni/*"
- ".pipelines/submodules-pipeline.yaml" # Enable /azp run Azure Container Networking PR - submodules
exclude:
- "*"
- ".devcontainer"
- ".hooks"
- ".vscode"
- ".github"
- cnm
- crd
- debug
- docs
- ebtables
- examples
- nmagent
- npm
- proto
- pkgerrlint
- server

trigger:
paths:
include:
- "zapai/*"
- "azure-ipam/*"
- "dropgz/*"
- "cni/*"
exclude:
- "*"
- ".devcontainer"
- ".hooks"
- ".vscode"
- ".github"
- cnm
- crd
- debug
- docs
- ebtables
- examples
- nmagent
- npm
- pkgerrlint
- proto
- server

tags:
include:
- "zapai/*"
- "azure-ipam/*"
- "dropgz/*"
- "cni/*"
exclude:
- "v*"

stages:
Expand Down

0 comments on commit 4aecfd6

Please sign in to comment.