From 2ac01b1197c5e55296df748adade97b887c647c6 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 29 May 2020 19:34:14 -0700 Subject: Rename the pipelines Signed-off-by: Tim Smith --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azure-pipelines.yml') 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: -- cgit v1.2.1