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

Disable VMR updates for dotnet/scenario-tests #45005

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"microsoft.dotnet.darc": {
"version": "1.1.0-beta.24563.1",
"version": "1.1.0-beta.24570.3",
"commands": [
"darc"
]
Expand Down
18 changes: 4 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -623,23 +623,13 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b5750e65aea5d9e6246cdeb16a52608c454a4e40</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24563.1">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24570.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>0227c768dd7b3bfe6cb22711c2a5ea86b16b7646</Sha>
<Sha>78e9e24d183a590716f3ba1eb3fd318da668d1a5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24563.1">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24570.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>0227c768dd7b3bfe6cb22711c2a5ea86b16b7646</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="10.0.0-preview.24568.2">
<Uri>https://github.com/dotnet/scenario-tests</Uri>
<Sha>44c807fb89cb9eea8bdec164af363ce6b2ce5abe</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.scenario-tests" Version="10.0.0-preview.24568.2">
<Uri>https://github.com/dotnet/scenario-tests</Uri>
<Sha>44c807fb89cb9eea8bdec164af363ce6b2ce5abe</Sha>
<SourceBuild RepoName="scenario-tests" ManagedOnly="true" />
<Sha>78e9e24d183a590716f3ba1eb3fd318da668d1a5</Sha>
</Dependency>
<!--
Aspire isn't really a toolset dependency. However, it only inserts a baseline manifest in sdk,
Expand Down
3 changes: 1 addition & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24563.1</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24570.3</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
Expand Down Expand Up @@ -266,7 +266,6 @@
<PropertyGroup Label="Infrastructure and test only dependencies">
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
<MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>10.0.0-preview.24568.2</MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>
</PropertyGroup>
<PropertyGroup Label="Manually updated">
<!-- Dependencies from https://github.com/microsoft/MSBuildLocator -->
Expand Down
3 changes: 2 additions & 1 deletion src/VirtualMonoRepo/source-mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
},
{
"name": "scenario-tests",
"defaultRemote": "https://github.com/dotnet/scenario-tests"
"defaultRemote": "https://github.com/dotnet/scenario-tests",
"disableSynchronization": true
Copy link
Member

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?

Copy link
Member Author

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

},
{
"name": "sdk",
Expand Down