-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Net8 tests #7319
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merged
Merged
Net8 tests #7319
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
5e6ed1a
net 8 working on windows
michaelgsharp d495c4c
net core fixes
michaelgsharp 2535418
fixing job template
michaelgsharp cb78448
include net8 for helix
michaelgsharp f84fb69
more net8 changes
michaelgsharp 489fab9
Adding needed tfm check back.
michaelgsharp 39f7807
Fixing global json
michaelgsharp 66b130c
missed net upgrade.
michaelgsharp 1301e6d
re-adding containers
michaelgsharp e84ec25
fix x86 order
michaelgsharp d7eb263
arm 64 changes
michaelgsharp fae4a9a
arm 64 missed files
michaelgsharp 4da3877
continue on error
michaelgsharp faa175d
win arm
michaelgsharp e797c19
linux arm64
michaelgsharp 2f5047e
missing linux arm64 files
michaelgsharp e23e47b
Removing extra parameter
michaelgsharp ffa86df
test helix upload
michaelgsharp 16fad35
semi colon escape
michaelgsharp 47439ba
escape ampersand
michaelgsharp a19afa9
fixing bash copy
michaelgsharp a638909
upload test
michaelgsharp af004c4
cp test
michaelgsharp ed44308
arm files
michaelgsharp 44f3cb4
relax arm constraints
michaelgsharp 5e23157
missed arm file
michaelgsharp fe40b56
Fixes.
michaelgsharp 22dd928
data analysis sequential tests
michaelgsharp b5b7c35
build analysis changes
michaelgsharp 3993097
fix helix.proj
michaelgsharp 36ccf7c
templating
michaelgsharp fc88832
reorder proj
michaelgsharp 5ca091a
helix changes
michaelgsharp 577e4ae
Helix Restore separate
michaelgsharp 12eeb26
fixed yml
michaelgsharp 9090999
Update build/ci/send-to-helix.yml
ericstj a6f1973
Fix execution of CreateHelixWorkItems target
ericstj 0f68e7f
Schedule CreateHelixWorkItems BeforeTest
ericstj 86504cc
helix proj change
michaelgsharp 85e0d96
helix proj change
michaelgsharp 86b682c
Helix Updates
michaelgsharp 00f6347
helix proj change
michaelgsharp a0ff186
.sh test file update
michaelgsharp 923b6fe
more helix changes
michaelgsharp 79ec095
Removing commented code
michaelgsharp 25b5301
added ability to run GC after tests
michaelgsharp 4e137f3
adding missed files
michaelgsharp 278b277
netfx fix
michaelgsharp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,31 @@ parameters: | |
condition: succeeded() # optional -- condition for step to execute; defaults to succeeded() | ||
|
||
steps: | ||
- script: ${{ parameters.MsBuildScript}} | ||
$(Build.SourcesDirectory)/eng/helix.proj | ||
/t:Restore | ||
/bl:$(Build.SourcesDirectory)/artifacts/log/${{ parameters.Configuration }}/SendToHelix.binlog | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This uses the same log as below, also most of these parameters are not needed for restore. I imagine this step is just temporary until we refactor in a follow up PR though. |
||
/p:Configuration=${{ parameters.Configuration }} | ||
/p:TargetArchitecture=${{ parameters.Architecture }} | ||
/p:BuildConfig=${{ parameters.Configuration }} | ||
/p:BuildArchitecture=${{ parameters.Architecture }} | ||
/p:HelixSource=${{ parameters.HelixSource }} | ||
/p:HelixType=${{ parameters.HelixType }} | ||
/p:HelixBuild=${{ parameters.HelixBuild }} | ||
/p:HelixConfiguration="${{ parameters.HelixConfiguration }}" | ||
/p:HelixAccessToken="${{ parameters.HelixAccessToken }}" | ||
/p:EnableXUnitReporter=${{ parameters.EnableXUnitReporter }} | ||
/p:WaitForWorkItemCompletion=${{ parameters.WaitForWorkItemCompletion }} | ||
/p:HelixBaseUri=${{ parameters.HelixBaseUri }} | ||
${{ parameters.WarnAsError }} | ||
${{ parameters.TestTargetFramework }} | ||
displayName: "Helix Restore" | ||
env: | ||
SYSTEM_ACCESSTOKEN: $(System.AccessToken) | ||
Creator: ${{ parameters.Creator }} | ||
HelixTargetQueues: ${{ parameters.HelixTargetQueues }} | ||
continueOnError: ${{ parameters.continueOnError }} | ||
|
||
- script: ${{ parameters.MsBuildScript}} | ||
$(Build.SourcesDirectory)/eng/helix.proj | ||
/t:Test | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/samples/Microsoft.ML.Samples.GPU/Microsoft.ML.Samples.GPU.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.