Skip to content

[release/7.0][wasm] Fix broken dotnet-runtime-perf - #75408

Merged
carlossanlop merged 1 commit into
dotnet:release/7.0from
radical:fix-perf-7
Sep 12, 2022
Merged

[release/7.0][wasm] Fix broken dotnet-runtime-perf#75408
carlossanlop merged 1 commit into
dotnet:release/7.0from
radical:fix-perf-7

Conversation

@radical

@radicalradical commented Sep 11, 2022

Copy link
Copy Markdown
Member

Build SizeOnDisk, and Startup tools for net7.0 instead of net6.0.

It current fails with:

error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 6.0.10)
error NU1102: - Found 2073 version(s) in dotnet6 [ Nearest version: 6.0.2-servicing.1.22101.5 ]
error NU1102: - Found 1520 version(s) in dotnet7 [ Nearest version: 7.0.0-alpha.1.21417.28 ]
error NU1102: - Found 1120 version(s) in dotnet5 [ Nearest version: 6.0.0-alpha.1.20420.3 ]
error NU1102: - Found 76 version(s) in dotnet3.1 [ Nearest version: 3.1.1-servicing.19602.11 ]
error NU1102: - Found 52 version(s) in dotnet-public [ Nearest version: 7.0.0-preview.1.22076.8 ]
error NU1102: - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ]
error NU1102: - Found 0 version(s) in benchmark-dotnet-prerelease
error NU1102: - Found 0 version(s) in dotnet-tools
error NU1102: - Found 0 version(s) in dotnet3.1-transport
error NU1102: - Found 0 version(s) in dotnet5-transport

@radicalradical added arch-wasm WebAssembly architecture perf-pipeline Issues with dotnet-runtime-perf, or runtime-wasm-perf pipelines labels Sep 11, 2022
@ghostghost added the area-Infrastructure-coreclr Only use for closed issues label Sep 11, 2022
@radical

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-wasm

@ghostghost assigned radicalSep 11, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

perf pipeline: build SizeOnDisk with tfm=net7.0

Author:radical
Assignees:-
Labels:

arch-wasm, perf-pipeline

Milestone:-

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

perf pipeline: build SizeOnDisk with tfm=net7.0

Author:radical
Assignees:-
Labels:

arch-wasm, area-Infrastructure-coreclr, perf-pipeline

Milestone:-

@radical

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-wasm-perf

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

Build SizeOnDisk, and Startup tools for `net7.0` instead of `net6.0`.
It current fails with:
```
error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 6.0.10)
error NU1102: - Found 2073 version(s) in dotnet6 [ Nearest version: 6.0.2-servicing.1.22101.5 ]
error NU1102: - Found 1520 version(s) in dotnet7 [ Nearest version: 7.0.0-alpha.1.21417.28 ]
error NU1102: - Found 1120 version(s) in dotnet5 [ Nearest version: 6.0.0-alpha.1.20420.3 ]
error NU1102: - Found 76 version(s) in dotnet3.1 [ Nearest version: 3.1.1-servicing.19602.11 ]
error NU1102: - Found 52 version(s) in dotnet-public [ Nearest version: 7.0.0-preview.1.22076.8 ]
error NU1102: - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ]
error NU1102: - Found 0 version(s) in benchmark-dotnet-prerelease
error NU1102: - Found 0 version(s) in dotnet-tools
error NU1102: - Found 0 version(s) in dotnet3.1-transport
error NU1102: - Found 0 version(s) in dotnet5-transport
```
@radicalradical changed the title [wasm] Fix perf-pipeline[release/7.0][wasm] Fix perf-pipeline errorsSep 11, 2022
@radical
radical marked this pull request as ready for review September 11, 2022 02:34
@radical

Copy link
Copy Markdown
MemberAuthor

Building on dotnet-runtime-perf - 20220910.6.

@radicalradical changed the title [release/7.0][wasm] Fix perf-pipeline errors[release/7.0][wasm] Fix broken dotnet-runtime-perfSep 11, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Build SizeOnDisk, and Startup tools for net7.0 instead of net6.0.

It current fails with:

error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 6.0.10)
error NU1102: - Found 2073 version(s) in dotnet6 [ Nearest version: 6.0.2-servicing.1.22101.5 ]
error NU1102: - Found 1520 version(s) in dotnet7 [ Nearest version: 7.0.0-alpha.1.21417.28 ]
error NU1102: - Found 1120 version(s) in dotnet5 [ Nearest version: 6.0.0-alpha.1.20420.3 ]
error NU1102: - Found 76 version(s) in dotnet3.1 [ Nearest version: 3.1.1-servicing.19602.11 ]
error NU1102: - Found 52 version(s) in dotnet-public [ Nearest version: 7.0.0-preview.1.22076.8 ]
error NU1102: - Found 1 version(s) in dotnet-eng [ Nearest version: 5.0.0-alpha.1.19618.1 ]
error NU1102: - Found 0 version(s) in benchmark-dotnet-prerelease
error NU1102: - Found 0 version(s) in dotnet-tools
error NU1102: - Found 0 version(s) in dotnet3.1-transport
error NU1102: - Found 0 version(s) in dotnet5-transport
Author:radical
Assignees:radical
Labels:

arch-wasm, area-Infrastructure-mono, perf-pipeline

Milestone:-

@carlossanlop

Copy link
Copy Markdown
Contributor

@lewing@marek-safar can we get a sign off and an approval, respectively?

@LoopedBard3LoopedBard3 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@LoopedBard3

Copy link
Copy Markdown
Member

Is this also something we should update on the main branch?

@radical

Copy link
Copy Markdown
MemberAuthor

Is this also something we should update on the main branch?

Yep, and there is a PR for that - #75406 .

@carlossanlop

Copy link
Copy Markdown
Contributor

SIgned off. CI failure unrelated. Just noticed it is an infra change only, so no approval needed. Ready to merge. :shipit:

@carlossanlop
carlossanlop merged commit fa4ba1b into dotnet:release/7.0Sep 12, 2022
@radical
radical deleted the fix-perf-7 branch September 12, 2022 18:26
@ghostghost locked as resolved and limited conversation to collaborators Oct 12, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasmWebAssembly architecturearea-Infrastructure-monoperf-pipelineIssues with dotnet-runtime-perf, or runtime-wasm-perf pipelines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@radical@carlossanlop@LoopedBard3@jeffschwMSFT