-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[digital-twins-core] rename test folder and enable minmax testing #16049
Conversation
@@ -7,6 +7,7 @@ stages: | |||
ServiceDirectory: digitaltwins | |||
MatrixFilters: | |||
- TestType=^(?!sample).* |
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.
This is an old way of configuring min max testing that won't work anymore. Min/max is enabled by default now in the platform matrix: https://github.com/Azure/azure-sdk-for-js/blob/main/eng/pipelines/templates/stages/platform-matrix.json#L58
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.
Would reverting back to what it was by removing the TestMinMax: true
line be sufficient here? Or does something else need to be done?
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 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.
Unfortunately, I don't see those jobs after removing the line tests.yml
. @benbp
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.
You may have been looking at the CI tests, not the live tests? I kicked off a live test run, which should have them.
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.
Yep, that's what it was. Thanks!
/azp run js - digital-twins-core - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @vishnureddy17! 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 (
|
close #13814