Skip to content

Commit

Permalink
CI: Removing AKS engine related code (#2089)
Browse files Browse the repository at this point in the history
(cherry picked from commit b45c2c7)
  • Loading branch information
vipul-21 authored and jpayne3506 committed Sep 12, 2023
1 parent 93119c6 commit 1cbb133
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 746 deletions.
3 changes: 0 additions & 3 deletions .pipelines/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ stages:
displayName: Create artifact storage container
condition: succeeded()

- publish: ./test/apimodels/
artifact: clusterdefinitions

- stage: containerize
displayName: Build Images
dependsOn:
Expand Down
154 changes: 0 additions & 154 deletions .pipelines/singletenancy/aks-engine/e2e-dualstack-job-template.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions .pipelines/singletenancy/aks-engine/e2e-job-template.yaml

This file was deleted.

135 changes: 0 additions & 135 deletions .pipelines/singletenancy/aks-engine/e2e-step-template.yaml

This file was deleted.

6 changes: 2 additions & 4 deletions .pipelines/submodules-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stages:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- script: |
make all-binaries-platforms
make all-binaries-platforms
name: "BuildAllPlatformBinaries"
displayName: "Build all platform binaries"
Expand Down Expand Up @@ -120,8 +120,6 @@ stages:
displayName: Create artifact storage container
condition: succeeded()

- publish: ./test/apimodels/
artifact: clusterdefinitions

- stage: containerize
displayName: Build Images
Expand Down Expand Up @@ -249,7 +247,7 @@ stages:
pipelineBuildImage: "$(BUILD_IMAGE)"
testDropgz: true
clusterName: "submodules-ciliume2e"

- template: singletenancy/cilium-overlay/cilium-overlay-e2e-job-template.yaml
parameters:
name: "cilium_overlay_e2e"
Expand Down
Loading

0 comments on commit 1cbb133

Please sign in to comment.