Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] [devops/tests] Create a html report for the Windows tests #21559

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Speed this up.
rolfbjarne committed Jan 8, 2025
commit 56d9b04eb325f4f6bb099c4bcb2ca71fd01ddd75
6 changes: 3 additions & 3 deletions Make.config
Original file line number Diff line number Diff line change
@@ -293,9 +293,9 @@ MIN_TVOS_SIMULATOR_VERSION=15.0
EXTRA_SIMULATORS=com.apple.pkg.iPhoneSimulatorSDK15_0 com.apple.pkg.AppleTVSimulatorSDK15_0

INCLUDE_IOS=1
INCLUDE_MAC=1
INCLUDE_TVOS=1
INCLUDE_MACCATALYST=1
INCLUDE_MAC=
INCLUDE_TVOS=
INCLUDE_MACCATALYST=
INCLUDE_DEVICE=1
INCLUDE_HOTRESTART=1

114 changes: 57 additions & 57 deletions tools/devops/automation/templates/main-stage.yml
Original file line number Diff line number Diff line change
@@ -85,63 +85,63 @@ parameters:
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: dotnettests,
splitByPlatforms: true,
needsMultiplePlatforms: true,
testPrefix: 'simulator_tests',
},
{
label: fsharp,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: framework,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: generator,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: interdependent-binding-projects,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: introspection,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: linker,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: monotouch,
splitByPlatforms: true,
needsMultiplePlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: msbuild,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: xcframework,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
{
label: xtro,
splitByPlatforms: false,
testPrefix: 'simulator_tests',
},
# {
# label: dotnettests,
# splitByPlatforms: true,
# needsMultiplePlatforms: true,
# testPrefix: 'simulator_tests',
# },
# {
# label: fsharp,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: framework,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: generator,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: interdependent-binding-projects,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: introspection,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: linker,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: monotouch,
# splitByPlatforms: true,
# needsMultiplePlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: msbuild,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: xcframework,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
# {
# label: xtro,
# splitByPlatforms: false,
# testPrefix: 'simulator_tests',
# },
]

- name: deviceTestsConfigurations