summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-29 19:34:14 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-29 19:34:14 -0700
commit2ac01b1197c5e55296df748adade97b887c647c6 (patch)
tree6d04c6c62e5be262f61b06ef7df12328a7e58c10
parent94414b4818aa88aaf51e1c71249743f9b0f8c33a (diff)
downloadchef-2ac01b1197c5e55296df748adade97b887c647c6.tar.gz
Rename the pipelines
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9e4d68d4a8..a40fba3f9f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,9 +16,9 @@ jobs:
- job:
strategy:
matrix:
- linux:
+ ubuntu_kitchen_tests:
imageName: 'ubuntu-latest'
- mac:
+ mac_kitchen_tests:
imageName: 'macos-latest'
steps:
@@ -52,7 +52,7 @@ jobs:
- job:
strategy:
matrix:
- windows:
+ windows_kitchen_tests:
imageName: 'windows-latest'
steps: