-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Disable VMR updates for dotnet/scenario-tests
#45005
base: main
Are you sure you want to change the base?
Conversation
Note that scenario-tests official build is currently broken because of a failing test. cc @mmitche |
I will wait with merging this until we get a PR opened against VMR successfully, so let scenario-tests flow through SDK if you see/need it please |
@@ -112,7 +112,8 @@ | |||
}, | |||
{ | |||
"name": "scenario-tests", | |||
"defaultRemote": "https://github.com/dotnet/scenario-tests" | |||
"defaultRemote": "https://github.com/dotnet/scenario-tests", | |||
"disableSynchronization": true |
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.
Is this a point in time setting that will eventually go away once the repo darc flows are all defined?
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.
Yes, this whole file will go away most likely
dotnet/arcade-services#4159