summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-17 21:29:29 -0700
committerTim Smith <tsmith84@gmail.com>2021-03-17 21:29:29 -0700
commit9b185f1bda2d93da3465296cea400aecf4af1601 (patch)
tree5cc59b8bea0b80a6cd632cc01cce1cdde997e445
parent82998552c5fcee69f85568710c18666876f26693 (diff)
downloadchef-pr_azure.tar.gz
Fix Azure to trigger correctly on PRspr_azure
Our old config does not make sense based on my reading of the docs Signed-off-by: Tim Smith <tsmith@chef.io>
-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)