Turn off PGO unprofiled warning on Linux#17262
Conversation
|
Please port this to release/2.1 as well. |
|
...if you can't fix the linux count problem this very soon (this morning) |
|
@dotnet-bot help |
|
Welcome to the dotnet/coreclr Perf help The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR The following commands are valid for all PRs and repositories. Click to expand
The following optional jobs are available in PRs against dotnet/coreclr:master. Click to expand
Have a nice day! |
|
Welcome to the dotnet/coreclr Repository The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR The following commands are valid for all PRs and repositories. Click to expand
The following jobs are launched by default for each PR against dotnet/coreclr:master. Click to expand
The following optional jobs are available in PRs against dotnet/coreclr:master. Click to expand
Have a nice day! |
|
Welcome to the dotnet/coreclr Repository The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR The following commands are valid for all PRs and repositories. Click to expand
The following jobs are launched by default for each PR against dotnet/coreclr:master. Click to expand
The following optional jobs are available in PRs against dotnet/coreclr:master. Click to expand
Have a nice day! |
|
@dotnet-bot test Ubuntu x64 Formatting please |
|
@RussKeldorph do you know how to start off an Ubuntu release x64 build? I can't find an option for that |
|
@dotnet-bot test Ubuntu arm64 Cross Debug Innerloop Build please |
|
@jashook Is this a coverage gap? |
|
@dotnet-bot test Ubuntu16.04 x64 |
|
Looks like the trigger is incorrect for ubuntu. It will launch all three jobs. @BruceForstall was this a byproduct of the refactoring or a long standing bug? |
|
@jashook Looks like the Ubuntu16.04 / Ubuntu 16.10 jobs have always had an inconsistent ("broken") trigger phrase. Ubuntu (i.e., 14.04) looks ok. |
This warning will break the build when new files are added to the build that do not have PGO data, meaning that release builds will be broken until a new PGO collection can be run. We should not break the build if there are not counts for new files.
This warning will break the build when new files are added to the build that do not have PGO data, meaning that release builds will be broken until a new PGO collection can be run. We should not break the build if there are not counts for new files.
This warning will break the build when new files are added to the build that do not have PGO data, meaning that release builds will be broken until a new PGO collection can be run. We should not break the build if there are not counts for new files.