From ed867bba237c9dfe89d6bdde8427df4af525f7fc Mon Sep 17 00:00:00 2001 From: Cecile Robert-Michon Date: Thu, 17 Aug 2023 10:55:45 -0700 Subject: [PATCH] Remove Windows Docker VHD build check (#5104) * Remove Windows Docker VHD build check * remove docker from publish pipeline --- .pipelines/vhd-build-publish-windows.yaml | 17 ----------------- .pipelines/vhd-builder-windows.yaml | 8 -------- 2 files changed, 25 deletions(-) diff --git a/.pipelines/vhd-build-publish-windows.yaml b/.pipelines/vhd-build-publish-windows.yaml index 6b2decfdb2..2990869d6e 100644 --- a/.pipelines/vhd-build-publish-windows.yaml +++ b/.pipelines/vhd-build-publish-windows.yaml @@ -11,14 +11,6 @@ stages: containerRuntime: containerd windowsServerVersion: 2019 - - stage: build_2019_docker - dependsOn: [] - jobs: - - template: vhd-builder-windows-template.yaml - parameters: - containerRuntime: docker - windowsServerVersion: 2019 - - stage: publish_2019_containerd dependsOn: build_2019_containerd jobs: @@ -27,12 +19,3 @@ stages: containerRuntime: containerd skuPrefix: '2019-datacenter-core-ctrd' windowsServerVersion: 2019 - - - stage: publish_2019_docker - dependsOn: build_2019_docker - jobs: - - template: vhd-publish-template.yaml - parameters: - containerRuntime: docker - skuPrefix: '2019-datacenter-core-smalldisk' - windowsServerVersion: 2019 diff --git a/.pipelines/vhd-builder-windows.yaml b/.pipelines/vhd-builder-windows.yaml index cb134d5a8f..bc84bcbb5d 100644 --- a/.pipelines/vhd-builder-windows.yaml +++ b/.pipelines/vhd-builder-windows.yaml @@ -24,11 +24,3 @@ stages: containerRuntime: containerd windowsServerVersion: 2019 - - stage: build_2019_docker - dependsOn: [] - jobs: - - template: vhd-builder-windows-template.yaml - parameters: - containerRuntime: docker - windowsServerVersion: 2019 -