Skip to content

Commit

Permalink
fix pipeline triggers missing
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Jan 17, 2025
1 parent 5b79aa8 commit ac24f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .pipelines/.vsts-vhd-builder-release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ pr:
paths:
include:
- .pipelines/.vsts-vhd-builder-release-windows.yaml
- .pipelines/templates/.build-and-test-windows-vhd-template.yaml
- .pipelines/templates/.builder-release-template-windows.yaml
- .pipelines/templates/e2e-template.yaml
- packer.mk
- vhdbuilder/packer/packer-plugin.pkr.hcl
- vhdbuilder/packer/*.ps1
Expand Down Expand Up @@ -62,6 +64,7 @@ variables:
VHD_BUILD_ID: $(Build.BuildId)
LOCATION: $(PACKER_BUILD_LOCATION)
POOL_NAME: $(AZURE_POOL_NAME)
SUBSCRIPTION_ID: $(AZURE_SUBSCRIPTION_ID)

# Use variable group "ab-windows-ame-tenant" and link it to the pipeline "AKS Windows VHD Build"
# Use variable group "ab-windows-ame-tenant" and link it to the pipeline "AKS Windows VHD Build - PR check-in gate"
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pr:
- dev
paths:
include:
- .pipelines/e2e.yaml
- .pipelines/e2e-windows.yaml
- .pipelines/templates/e2e-template.yaml
- e2e
- parts/windows
Expand Down

0 comments on commit ac24f86

Please sign in to comment.