Skip to content

Commit 819e9bb

Browse files
jpayne3506QxBytes
andauthored
[backport] ci: Unblock k8s 1.30 | ACN v1.6 testing (#3011) (#3415)
* ci: Unblock k8s 1.30 | ACN v1.6 testing (#3011) * chore: turn off windows dualstack service tests * ci: skip dualstack datapath test * bump k8 to 1.29 for temp testing --------- Co-authored-by: QxBytes <[email protected]>
1 parent eaf9121 commit 819e9bb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e-job-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ stages:
121121
clusterName: ${{ parameters.clusterName }}-$(commitID)
122122
os: windows
123123
dependsOn: cni_linux
124-
dualstack: true
124+
# dualstack: true # Currently broken for scenario and blocking releases, HNS is investigating. Covered by go test in E2E step template
125125
dns: true
126126
portforward: true
127-
service: true
127+
# service: true # Currently broken for scenario and blocking releases, HNS is investigating.
128128
hostport: true
129129
hybridWin: true
130130

hack/aks/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v
99

1010
# overrideable defaults
1111
AUTOUPGRADE ?= patch
12-
K8S_VER ?= 1.28
12+
K8S_VER ?= 1.29
1313
NODE_COUNT ?= 2
1414
NODE_COUNT_WIN ?= $(NODE_COUNT)
1515
NODEUPGRADE ?= NodeImage
@@ -383,8 +383,6 @@ dualstack-overlay-byocni-up: rg-up overlay-net-up ## Brings up an dualstack Over
383383
--ip-families ipv4,ipv6 \
384384
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
385385
--no-ssh-key \
386-
--tier premium \
387-
--k8s-support-plan AKSLongTermSupport \
388386
--yes
389387
@$(MAKE) set-kubeconf
390388

@@ -419,8 +417,6 @@ dualstack-byocni-nokubeproxy-up: rg-up overlay-net-up ## Brings up a Dualstack o
419417
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
420418
--no-ssh-key \
421419
--kube-proxy-config ./kube-proxy.json \
422-
--tier premium \
423-
--k8s-support-plan AKSLongTermSupport \
424420
--yes
425421
@$(MAKE) set-kubeconf
426422

0 commit comments

Comments
 (0)