Skip to content

Commit

Permalink
ci:[CNI] Remove load balancer tests and add rollout status for konnec… (
Browse files Browse the repository at this point in the history
#2487)

ci:[CNI] Remove load balancer tests and add rollout status for konnectivity-agent in ACN PR pipeline (#2072)

* Remove Loadbalancer Tests

* Add status check for konnectivity agent

Co-authored-by: John Payne <[email protected]>
  • Loading branch information
rbtr and jpayne3506 authored Jan 9, 2024
1 parent 160000a commit 59c3187
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .pipelines/cni/k8s-e2e/k8s-e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ jobs:
os: ${{ parameters.os }}
processes: 8
attempts: 3
- ${{ if eq(parameters.loadBalancer, true) }}:
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
parameters:
testName: Load Balancers
name: load
clusterName: ${{ parameters.clusterName }}
ginkgoFocus: '\[sig-network\].LoadBalancers'
ginkgoSkip: 'ESIPP|Serial'
os: ${{ parameters.os }}
processes: 8
attempts: 3
- ${{ if eq(parameters.service, true) }}:
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
parameters:
Expand Down
1 change: 1 addition & 0 deletions .pipelines/cni/k8s-e2e/k8s-e2e-step-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ steps:
# Taint Linux nodes so that windows tests do not run on them
if ${{ lower(eq(parameters.os, 'windows')) }}
then
kubectl rollout status -n kube-system deployment/konnectivity-agent --timeout=3m
kubectl taint nodes -l kubernetes.azure.com/mode=system node-role.kubernetes.io/control-plane:NoSchedule
fi
Expand Down
1 change: 0 additions & 1 deletion .pipelines/singletenancy/aks/e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ stages:
datapath: true
dns: true
portforward: true
loadBalancer: true
hybridWin: true
service: true
hostport: true
Expand Down

0 comments on commit 59c3187

Please sign in to comment.