summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2021-03-17 23:53:22 -0700
committerGitHub <noreply@github.com>2021-03-17 23:53:22 -0700
commit12265fccc388abe416d89e1f06df546d6b024747 (patch)
tree5cc59b8bea0b80a6cd632cc01cce1cdde997e445
parent82998552c5fcee69f85568710c18666876f26693 (diff)
parent9b185f1bda2d93da3465296cea400aecf4af1601 (diff)
downloadchef-12265fccc388abe416d89e1f06df546d6b024747.tar.gz
Merge pull request #11202 from chef/pr_azure
Fix Azure to trigger correctly on PRs
-rw-r--r--azure-pipelines.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c87781b1e1..7128e6361c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -6,8 +6,11 @@ variables:
trigger:
- master
-# TODO: 20190528 - should we be testing end_to_end on chef-15?
-#- chef-15
+- chef-16
+
+pr:
+- master
+- chef-16
pool:
vmImage: $(imageName)