diff --git a/.pipelines/.vsts-vhd-builder-release-windows.yaml b/.pipelines/.vsts-vhd-builder-release-windows.yaml index 22acbeeaeaf..aeb9372d446 100644 --- a/.pipelines/.vsts-vhd-builder-release-windows.yaml +++ b/.pipelines/.vsts-vhd-builder-release-windows.yaml @@ -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 @@ -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" diff --git a/.pipelines/e2e-windows.yaml b/.pipelines/e2e-windows.yaml index 6d894669905..45ff956aa84 100644 --- a/.pipelines/e2e-windows.yaml +++ b/.pipelines/e2e-windows.yaml @@ -15,7 +15,7 @@ pr: - dev paths: include: - - .pipelines/e2e.yaml + - .pipelines/e2e-windows.yaml - .pipelines/templates/e2e-template.yaml - e2e - parts/windows