-
Notifications
You must be signed in to change notification settings - Fork 260
Update Swift pipeline w byo cluster #1475
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
|
PR still in progress. Can't convert to draft since I'm testing the pipeline. I'll notify when to review, ty :) |
| - task: AzureCLI@1 | ||
| inputs: | ||
| azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION) | ||
| azureSubscription: "Azure Container Networking - Test" |
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.
there is a pipeline var for this Sub, we should use it
cns/azure-cns.yaml
Outdated
| containers: | ||
| - name: cns-container | ||
| image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.7 | ||
| image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.29 |
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.
Can you revert this? I think this manifest is used by partners, and is unrelated to this change anyway
|
You can also remove this line azure-container-networking/.pipelines/singletenancy/aks-swift/e2e-job-template.yaml Line 9 in 637d5af
|
rbtr
left a comment
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.
🚀🚀
Reason for Change:
Current e2e tests are utilizing an existing cluster. Each PR waits for the cluster to be available before running tests.
Adding byo cluster feature to pipeline so each PR can run tests in parallel using its own cluster.
Issue Fixed:
Requirements:
Notes: