Skip to content

Commit 7c195d2

Browse files
committed
Update pipeline.yaml for Azure Pipelines
Removing AKS on Swift until we unblock underlay
1 parent 81a44f3 commit 7c195d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pipelines/pipeline.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ stages:
213213
displayName: "Publish Code Coverage Results"
214214
condition: always()
215215

216-
- template: singletenancy/aks-swift/e2e-job-template.yaml
217-
parameters:
218-
name: "aks_on_swift_e2e"
219-
displayName: AKS on Swift
220-
pipelineBuildImage: "$(BUILD_IMAGE)"
216+
#- template: singletenancy/aks-swift/e2e-job-template.yaml
217+
# parameters:
218+
# name: "aks_on_swift_e2e"
219+
# displayName: AKS on Swift
220+
# pipelineBuildImage: "$(BUILD_IMAGE)"
221221

222222
- template: singletenancy/aks-engine/e2e-job-template.yaml
223223
parameters:

0 commit comments

Comments
 (0)