summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-02 09:31:13 -0700
committerGitHub <noreply@github.com>2021-04-02 09:31:13 -0700
commitd69c651e6a3c644611dd6ffc989903c8e3470b79 (patch)
tree5509ee3ab6c38b78892dd50dab49bf05247c0f40
parent1f598f2b4576d4041132157a6e9f5d8562f0fa89 (diff)
parent505c9049ac778c9f4ff1d24dcdc20f77abf75fd8 (diff)
downloadchef-d69c651e6a3c644611dd6ffc989903c8e3470b79.tar.gz
Merge pull request #11280 from chef/azure_16
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)