-
Notifications
You must be signed in to change notification settings - Fork 260
ci: [CNI dualstack] Added e2e test pipeline for linux dualstack scenario #1156
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
updated stage name
| then | ||
| echo Found set AKS-Engine version '$(AKS_ENGINE_VERSION)'... | ||
| export aksEVersion=$(curl -L -s -H 'Accept: application/json' https://github.com/Azure/aks-engine/releases/latest | sed -e 's/.*"tag_name":"\([^"]*\)".*/\1/') | ||
| export aksEVersion='$(AKS_ENGINE_VERSION)' |
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.
@matmerr i guess there is bug here..i fixed it..let me know if im wrong
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.
not a bug.. but logs are switched
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
vakalapa
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.
Lgtm,
Reason for Change:
This PR adds pipeline which runs upstream dualstack e2e tests for linux clusters on every PR trigger. This makes sure that there is no regression in dualstack datapath due to that PR. The kubernetes upstream tests doesn't cover external lb scenario which is azure dependent.
Issue Fixed:
Requirements:
Notes: