Skip to content

Commit

Permalink
Speed this up.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Nov 5, 2024
1 parent 458918a commit 399e6e1
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
6 changes: 3 additions & 3 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ MIN_TVOS_SIMULATOR_VERSION=15.0
EXTRA_SIMULATORS=com.apple.pkg.iPhoneSimulatorSDK15_0 com.apple.pkg.AppleTVSimulatorSDK15_0 com.apple.pkg.WatchSimulatorSDK8_0

INCLUDE_IOS=1
INCLUDE_MAC=1
INCLUDE_TVOS=1
INCLUDE_MACCATALYST=1
INCLUDE_MAC=
INCLUDE_TVOS=
INCLUDE_MACCATALYST=
INCLUDE_DEVICE=1
INCLUDE_XAMARIN_LEGACY=
INCLUDE_HOTRESTART=1
Expand Down
114 changes: 57 additions & 57 deletions tools/devops/automation/templates/main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,63 +90,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
Expand Down

0 comments on commit 399e6e1

Please sign in to comment.