From 91a384323759ed48f79690b27f97d0734f9e5048 Mon Sep 17 00:00:00 2001 From: aegal Date: Wed, 5 Oct 2022 14:55:11 -0700 Subject: [PATCH 1/2] Disabling dual stack e2e tests Disable dual stack e2e tests as its currently not supported by AKS --- .pipelines/pipeline.yaml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index 902e02f87a..f1ce22e069 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -323,27 +323,7 @@ stages: # clusterDefinitionCniTypeKey: "azureCNIURLWindows" # clusterDefinitionCniBuildOS: "windows" # clusterDefinitionCniBuildExt: ".zip" - - - template: singletenancy/aks-engine/e2e-dualstack-job-template.yaml - parameters: - name: "ubuntu_18_04_linux_dualstack_e2e" - displayName: "Ubuntu 18.04 Dualstack" - pipelineBuildImage: "$(BUILD_IMAGE)" - clusterDefinition: "cniLinuxDualstack1804.json" - clusterDefinitionCniTypeKey: "azureCNIURLLinux" - clusterDefinitionCniBuildOS: "linux" - clusterDefinitionCniBuildExt: ".tgz" - - # - template: singletenancy/aks-engine/e2e-dualstack-job-template.yaml - # parameters: - # name: "windows_20_04_dualstack_e2e" - # displayName: "Windows 20.04 Dualstack" - # pipelineBuildImage: "$(BUILD_IMAGE)" - # clusterDefinition: "cniWindowsDualstack2004.json" - # clusterDefinitionCniTypeKey: "azureCNIURLWindows" - # clusterDefinitionCniBuildOS: "windows" - # clusterDefinitionCniBuildExt: ".zip" - + - stage: cleanup displayName: Cleanup dependsOn: From 7361e066dd724e145880b3272a0836fecb781718 Mon Sep 17 00:00:00 2001 From: aegal Date: Wed, 5 Oct 2022 15:11:50 -0700 Subject: [PATCH 2/2] remove depends on dualstack from cleanup stage --- .pipelines/pipeline.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index f1ce22e069..e66926e74e 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -332,8 +332,6 @@ stages: - "windows_19_03_e2e" - "windows_20_04_e2e" # - "windows_20_22_e2e" - - "ubuntu_18_04_linux_dualstack_e2e" - # - "windows_20_04_dualstack_e2e" jobs: - job: delete_remote_artifacts displayName: Delete remote artifacts