diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-29 19:34:14 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-29 19:34:14 -0700 |
commit | 2ac01b1197c5e55296df748adade97b887c647c6 (patch) | |
tree | 6d04c6c62e5be262f61b06ef7df12328a7e58c10 /azure-pipelines.yml | |
parent | 94414b4818aa88aaf51e1c71249743f9b0f8c33a (diff) | |
download | chef-2ac01b1197c5e55296df748adade97b887c647c6.tar.gz |
Rename the pipelines
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
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: |