-
Notifications
You must be signed in to change notification settings - Fork 182
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
Fix test cases for Azure Linux #3610
base: main
Are you sure you want to change the base?
Conversation
@bhagyapathak please fix CI check error. |
re.M | ||
), | ||
|
||
re.compile( |
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.
What's difference with previous one? If they are very close, merge them into one.
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.
I was trying to avoid PR check failure by dividing single line into less than 88 characters. Is there a way to avoid such failures?
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.
Please compare L270-L274 with L264-L268. They are same to me.
This PR fixes the following test cases for Azure Linux.
3.0 AMD - https://dev.azure.com/mariner-org/mariner/_build/results?buildId=707340&view=results
3.0 ARM - https://dev.azure.com/mariner-org/mariner/_build/results?buildId=715154&view=results
2.0 AMD - https://dev.azure.com/mariner-org/mariner/_build/results?buildId=708163&view=results
2.0 ARM - https://dev.azure.com/mariner-org/mariner/_build/results?buildId=708164&view=results