summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)