Skip to content

Conversation

michaelgsharp
Copy link
Contributor

I forgot that the official build yml isn't validated during the PR process.

With all the new additions and use of new queues, we need to update the yml syntax from version 1 to the current version. I synced with @safern and used this doc, https://github.com/dotnet/arcade/blob/main/Documentation/AzureDevOps/PhaseToJobSchemaChange.md, to update the YAML from using the 'phase' syntax to the new 'job' syntax. This was already done for the CI build a while ago, but it hadn't been done for the official build (probably because it wasn't necessary to use the latest syntax at the time).

Here is a run with these official builds succeeding, https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4980869&view=logs&j=1d2f55de-c984-5e06-0d18-75388f298a89&t=1d2f55de-c984-5e06-0d18-75388f298a89.

I have also verified the nuget packages have the correct native files for linux-arm, linux-arm64, osx-arm64 for the 2 packages that should have them.

@michaelgsharp michaelgsharp requested review from safern and a team July 15, 2021 00:10
Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Jul 15, 2021

Codecov Report

Merging #5877 (2fc42d6) into main (d6f7922) will increase coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5877      +/-   ##
==========================================
+ Coverage   68.18%   68.26%   +0.07%     
==========================================
  Files        1142     1142              
  Lines      242367   242367              
  Branches    25355    25355              
==========================================
+ Hits       165268   165440     +172     
+ Misses      70414    70269     -145     
+ Partials     6685     6658      -27     
Flag Coverage Δ
Debug 68.26% <ø> (+0.07%) ⬆️
production 62.95% <ø> (+0.08%) ⬆️
test 88.58% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...soft.ML.Transforms/Text/WordEmbeddingsExtractor.cs 86.87% <0.00%> (ø)
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 86.38% <0.00%> (+0.14%) ⬆️
...StandardTrainers/Standard/LinearModelParameters.cs 66.07% <0.00%> (+0.25%) ⬆️
src/Microsoft.ML.Data/Utils/LossFunctions.cs 67.35% <0.00%> (+0.51%) ⬆️
...soft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs 90.41% <0.00%> (+0.63%) ⬆️
src/Microsoft.ML.Data/DataView/CacheDataView.cs 84.64% <0.00%> (+0.67%) ⬆️
...oft.ML.StandardTrainers/Standard/SdcaMulticlass.cs 92.15% <0.00%> (+1.02%) ⬆️
...crosoft.ML.StandardTrainers/Optimizer/Optimizer.cs 73.12% <0.00%> (+1.15%) ⬆️
src/Microsoft.ML.Sweeper/AsyncSweeper.cs 72.78% <0.00%> (+1.36%) ⬆️
test/Microsoft.ML.AutoML.Tests/AutoFitTests.cs 89.04% <0.00%> (+1.96%) ⬆️
... and 4 more

@michaelgsharp
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@michaelgsharp
Copy link
Contributor Author

michaelgsharp commented Jul 15, 2021

Builds not reporting status to github currently. Latest code coverage has passed

Latest CI has passed:

Will try to merge in tomorrow.

@michaelgsharp michaelgsharp merged commit eb9cee6 into dotnet:main Jul 15, 2021
@michaelgsharp michaelgsharp deleted the official-build-yml-update branch July 15, 2021 15:36
@ghost ghost locked as resolved and limited conversation to collaborators Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants