Skip to content

Commit 59c3187

Browse files
rbtrjpayne3506
andauthored
ci:[CNI] Remove load balancer tests and add rollout status for konnec… (#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]>
1 parent 160000a commit 59c3187

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.pipelines/cni/k8s-e2e/k8s-e2e-job-template.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,6 @@ jobs:
6565
os: ${{ parameters.os }}
6666
processes: 8
6767
attempts: 3
68-
- ${{ if eq(parameters.loadBalancer, true) }}:
69-
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
70-
parameters:
71-
testName: Load Balancers
72-
name: load
73-
clusterName: ${{ parameters.clusterName }}
74-
ginkgoFocus: '\[sig-network\].LoadBalancers'
75-
ginkgoSkip: 'ESIPP|Serial'
76-
os: ${{ parameters.os }}
77-
processes: 8
78-
attempts: 3
7968
- ${{ if eq(parameters.service, true) }}:
8069
- template: ../k8s-e2e/k8s-e2e-step-template.yaml
8170
parameters:

.pipelines/cni/k8s-e2e/k8s-e2e-step-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ steps:
2525
# Taint Linux nodes so that windows tests do not run on them
2626
if ${{ lower(eq(parameters.os, 'windows')) }}
2727
then
28+
kubectl rollout status -n kube-system deployment/konnectivity-agent --timeout=3m
2829
kubectl taint nodes -l kubernetes.azure.com/mode=system node-role.kubernetes.io/control-plane:NoSchedule
2930
fi
3031

.pipelines/singletenancy/aks/e2e-job-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ stages:
5555
datapath: true
5656
dns: true
5757
portforward: true
58-
loadBalancer: true
5958
hybridWin: true
6059
service: true
6160
hostport: true

0 commit comments

Comments
 (0)