-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Jenkins] remove some duplicate test phases (#3534)
As we slowly migrate to Azure DevOps, there are some duplicate phases we are running on Jenkins that mostly produce noise, such as: * MSBuild Tests - we commonly get failures related to NuGet * BCL Tests - enough said... * Networking-related issues on APK-based tests For now we could replace the call: make run-all-tests To run a subset: make run-performance-tests This will keep the existing plots we have working. OSS contributors will still have access to builds, etc. Other changes: * The `run-performance-tests` target should run the APK-based performance tests. * We need to add `Mono.Android-Tests` to the APK performance tests.
- Loading branch information
1 parent
d1f6bd2
commit ed597fb
Showing
3 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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 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 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