From 001c514e9174d6df9424ac07202da553771cfa1a Mon Sep 17 00:00:00 2001 From: Vamsi Kalapala Date: Mon, 14 Mar 2022 11:26:06 -0700 Subject: [PATCH] test: adding back Swift e2e pipeline --- .pipelines/pipeline.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index 29d0e7f4e8..a4d12b884b 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -204,11 +204,11 @@ stages: arches: amd64 arm64 tag: $(TAG) - # - template: singletenancy/aks-swift/e2e-job-template.yaml - # parameters: - # name: "aks_swift_e2e" - # displayName: AKS Swift - # pipelineBuildImage: "$(BUILD_IMAGE)" + - template: singletenancy/aks-swift/e2e-job-template.yaml + parameters: + name: "aks_swift_e2e" + displayName: AKS Swift + pipelineBuildImage: "$(BUILD_IMAGE)" - template: singletenancy/aks-engine/e2e-job-template.yaml parameters: @@ -263,7 +263,7 @@ stages: - stage: cleanup displayName: Cleanup dependsOn: - # - "aks_swift_e2e" + - "aks_swift_e2e" - "ubuntu_18_04_linux_e2e" - "windows_19_03_e2e" - "windows_20_04_e2e"