-
Notifications
You must be signed in to change notification settings - Fork 260
backport: ci: clean up disk space before build and skip windows port forward (#4109) #4118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…4109) * clean up disk space before build * skip portforward e2e in windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR backports changes from #4109 to address CI pipeline issues by cleaning up disk space before builds and disabling broken port-forward tests for Windows scenarios.
Key changes:
- Added disk space cleanup step in the container build template to remove unnecessary files and free up space before building images
- Disabled port-forward tests for Windows scenarios across multiple pipeline templates to unblock failing pipelines
- Reduced retry count for image builds from 3 to 2
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.pipelines/containers/container-template.yaml |
Added disk cleanup script and disk space monitoring; reduced retry count from 3 to 2 |
.pipelines/singletenancy/aks/e2e-job-template.yaml |
Conditionally disabled port-forward tests for Windows using parameter check |
.pipelines/singletenancy/aks-swift/e2e-job-template.yaml |
Conditionally disabled port-forward tests for Windows using parameter check |
.pipelines/singletenancy/azure-cni-overlay/azure-cni-overlay-e2e-job-template.yaml |
Disabled port-forward tests for Windows in two test configurations |
.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e-job-template.yaml |
Changed port-forward from true to false for Windows tests |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
.pipelines/singletenancy/azure-cni-overlay/azure-cni-overlay-e2e-job-template.yaml
Show resolved
Hide resolved
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Windows port forwarding has been fixed. |
Reason for Change:
Backport #4109 with modifications
Issue Fixed:
Requirements:
Notes: