Skip to content

Skip ExternalTrafficPolicy short-circuit test in cloud-provider-azure multi-zone-vmss-capz job#36957

Merged
k8s-ci-robot merged 1 commit into
kubernetes:masterfrom
willie-yao:skip-cpa-multi
May 13, 2026
Merged

Skip ExternalTrafficPolicy short-circuit test in cloud-provider-azure multi-zone-vmss-capz job#36957
k8s-ci-robot merged 1 commit into
kubernetes:masterfrom
willie-yao:skip-cpa-multi

Conversation

@willie-yao
Copy link
Copy Markdown
Contributor

The cloud-provider-azure-conformance-multi-zone-vmss-capz job is failing on
[sig-network] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes.

The test asserts that source IP is preserved through kube-proxy's
externalTrafficPolicy=Local short-circuit path, which is incompatible with
CAPZ's default Calico VXLAN encapsulation (the source IP gets rewritten to the
node's vxlan.calico tunnel address).

Only this job is affected because it uses WORKER_MACHINE_COUNT: "3"; the test
requires ≥3 schedulable workers and is skipped automatically elsewhere.

Refs: kubernetes-sigs/cloud-provider-azure#9863, kubernetes-sigs/cluster-api-provider-azure#6252

… multi-zone-vmss-capz job

Signed-off-by: William Yao <william2000yao@gmail.com>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 5, 2026
@willie-yao
Copy link
Copy Markdown
Contributor Author

/assign @nilo19

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 5, 2026
@k8s-ci-robot k8s-ci-robot requested review from mainred and nilo19 May 5, 2026 23:45
@k8s-ci-robot k8s-ci-robot added area/config Issues or PRs related to code in /config area/jobs area/provider/azure Issues or PRs related to azure provider sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels May 5, 2026
@willie-yao willie-yao changed the title Skip ExternalTrafficPolicy short-circuit test in cloud-provider-azure… Skip ExternalTrafficPolicy short-circuit test in cloud-provider-azure multi-zone-vmss-capz job May 5, 2026
@nilo19
Copy link
Copy Markdown
Member

nilo19 commented May 12, 2026

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 12, 2026
Copy link
Copy Markdown
Member

@andyzhangx andyzhangx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx, willie-yao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 13, 2026
@k8s-ci-robot k8s-ci-robot merged commit 716755d into kubernetes:master May 13, 2026
6 checks passed
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@willie-yao: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

  • key cloud-provider-azure-config.yaml using file config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-config.yaml
Details

In response to this:

The cloud-provider-azure-conformance-multi-zone-vmss-capz job is failing on
[sig-network] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes.

The test asserts that source IP is preserved through kube-proxy's
externalTrafficPolicy=Local short-circuit path, which is incompatible with
CAPZ's default Calico VXLAN encapsulation (the source IP gets rewritten to the
node's vxlan.calico tunnel address).

Only this job is affected because it uses WORKER_MACHINE_COUNT: "3"; the test
requires ≥3 schedulable workers and is skipped automatically elsewhere.

Refs: kubernetes-sigs/cloud-provider-azure#9863, kubernetes-sigs/cluster-api-provider-azure#6252

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/config Issues or PRs related to code in /config area/jobs area/provider/azure Issues or PRs related to azure provider cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants