-
Notifications
You must be signed in to change notification settings - Fork 184
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
Add Ubuntu 20 to local dns bypass template #1736
Add Ubuntu 20 to local dns bypass template #1736
Conversation
The following pipelines have been queued for testing: |
@@ -8,7 +8,9 @@ steps: | |||
succeededOrFailed(), | |||
or( | |||
eq(variables['OSVmImage'], 'ubuntu-18.04'), | |||
eq(variables['OSVmImage'], 'MMSUbuntu18.04') | |||
eq(variables['OSVmImage'], 'ubuntu-20.04'), |
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.
Lets get things unblocked as possible but it might be worth switching this to something like contains(variables['OSVmImage'], 'ubunutu')
in a future follow-up.
https://docs.microsoft.com/en-us/azure/devops/pipelines/process/expressions?view=azure-devops#contains claims to be case insensitive but we would need to test.
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
For some reason this was not merged. |
Live test is failing on Ubuntu with local DNS error we have faced in the past on Ubuntu 1804 image. We are facing this issue again on Ubuntu 20.04 image. PR is to run bypass DNS step on Ubuntu 20.04 as well.