Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Removing AKS engine related code #2089

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .pipelines/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,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.

128 changes: 0 additions & 128 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