Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for TeamCityParallelTests (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/test-buckets.json

            ],
            "parallelizationMethod": {
              "numberOfBatches": 6,
              "name": "TeamCityParallelTests"
            }
          },
          {
            "subprojects": [
              "configuration-cache"
            ],
            "parallelizationMethod": {
              "numberOfBatches": 5,
              "name": "TeamCityParallelTests"
            }
          },
          {
            "subprojects": [
              "tooling-api"
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Aug 01 00:23:04 GMT 2025
    - 119.4K bytes
    - Click Count (0)
  2. .teamcity/src/main/kotlin/configurations/FunctionalTest.kt

                    TestDistribution::class.simpleName -> TestDistribution
                    TestDistributionAlpine::class.simpleName -> TestDistributionAlpine
                    TeamCityParallelTests::class.simpleName ->
                        TeamCityParallelTests(
                            methodJsonNode.get("numberOfBatches").asInt(),
                        )
    
                    else -> throw IllegalArgumentException("Unknown parallelization method")
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Oct 09 05:26:45 GMT 2025
    - 5.3K bytes
    - Click Count (0)
Back to Top