Skip to content
Merged
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
16 changes: 16 additions & 0 deletions .pipelines/cni/cilium/cilium-overlay-load-test-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ stages:
displayName: "AKS Cluster with Cilium"
jobs:
- job: create_aks_cluster_with_${{ parameters.name }}
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- template: ../load-test-templates/create-cluster-template.yaml
parameters:
Expand All @@ -26,6 +28,8 @@ stages:
displayName: "Install Cilium on AKS Overlay"
jobs:
- job: deploy_cilium_components
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- task: AzureCLI@1
displayName: "Install Cilium, CNS, and ip-masq-agent"
Expand Down Expand Up @@ -66,6 +70,8 @@ stages:
displayName: "Pod Deployment"
jobs:
- job: deploy_pods
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- template: ../load-test-templates/pod-deployment-template.yaml
parameters:
Expand All @@ -77,6 +83,8 @@ stages:
displayName: "Validate State"
jobs:
- job: validate_state
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- template: ../load-test-templates/validate-state-template.yaml
parameters:
Expand All @@ -86,6 +94,8 @@ stages:
displayName: "Restart Node"
jobs:
- job: restart_nodes
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- template: ../load-test-templates/restart-node-template.yaml
parameters:
Expand All @@ -95,6 +105,8 @@ stages:
displayName: "Validate Restart State"
jobs:
- job: validate_restart_state
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- template: ../load-test-templates/validate-state-template.yaml
parameters:
Expand All @@ -105,6 +117,8 @@ stages:
displayName: "Connectivity Tests"
jobs:
- job: cni_tests
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- script: |
echo "install cilium CLI"
Expand Down Expand Up @@ -139,6 +153,8 @@ stages:
- connectivity_tests
jobs:
- job: delete_resources
pool:
name: "$(BUILD_POOL_NAME_DEFAULT)"
steps:
- task: AzureCLI@1
inputs:
Expand Down