summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-17 21:29:29 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-02 09:30:45 -0700
commit505c9049ac778c9f4ff1d24dcdc20f77abf75fd8 (patch)
treeafee32b07ef7af01d95a48656f7c2d60bef950b8
parent45db8a2cf3d76dca6360334cfd87f7261a89ed4f (diff)
downloadchef-505c9049ac778c9f4ff1d24dcdc20f77abf75fd8.tar.gz
Fix Azure to trigger correctly on PRs
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)