Skip to content
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

Ensure bypass conditional template gets run for 1es ubuntu image #1327

Merged
1 commit merged into from
Jan 21, 2021
Merged

Ensure bypass conditional template gets run for 1es ubuntu image #1327

1 commit merged into from
Jan 21, 2021

Conversation

benbp
Copy link
Member

@benbp benbp commented Jan 20, 2021

This fixes an issue where the DNS bypass workaround was not getting run for the new 1es pool ubuntu images.

FYI @mitchdenny @alzimmermsft @samvaity

@benbp benbp requested a review from a team as a code owner January 20, 2021 19:34
@benbp
Copy link
Member Author

benbp commented Jan 20, 2021

/azp run java - formrecognizer - tests

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@benbp
Copy link
Member Author

benbp commented Jan 20, 2021

@benbp
Copy link
Member Author

benbp commented Jan 20, 2021

/check-enforcer evaluate

@benbp
Copy link
Member Author

benbp commented Jan 20, 2021

/azp run azure-sdk-tools - sync - eng-common

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

eq(variables['OSVmImage'], 'ubuntu-18.04'),
or(
eq(variables['OSVmImage'], 'ubuntu-18.04'),
eq(variables['OSVmImage'], 'MMSUbuntu18.04')
Copy link
Member

Choose a reason for hiding this comment

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

@mitchdenny do we have this set for all the pipelines now? OR will this still be an issue for some that don't have an OSVmImage set yet?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think if this was working before, there's no reason to think it will break now with the addition of an extra variable check. If the variable doesn't exist it will just evaluate to false.

Copy link
Contributor

Choose a reason for hiding this comment

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

We still have some pipelines using ubuntu-18.04, specifically legs within the release side of the pipelines. So having it cover both scenarios is useful for now. And possibly going to be useful in the future when we start using Ubuntu 20.04 etc.

Copy link
Member

Choose a reason for hiding this comment

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

I was fine with covering both. My question was more around did we update all the new pipelines with the new name, I know there were some where the OSVmImage name was empty and I'm not sure if you updated all those yet or not.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah I see

@ghost
Copy link

ghost commented Jan 21, 2021

Hello @azure-sdk!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

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 (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 89a4731 into Azure:master Jan 21, 2021
@benbp benbp deleted the benbp/1es-pipeline-dns-conditional branch January 21, 2021 02:34
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants