Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gradleBuildSmokeTest (1.28 sec)

  1. .teamcity/src/main/kotlin/projects/StageProject.kt

                            model,
                            crossVersionTests + previousCrossVersionTests,
                        ),
                    )
                }
    
                // in gradleBuildSmokeTest, most of the tests are for using the configuration cache on gradle/gradle
                val configCacheTests =
                    (functionalTests + specificBuildTypes).filter {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jul 29 03:24:58 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/CIBuildModel.kt

            extraParameters = "--checks none",
        ),
    }
    
    enum class Trigger {
        NEVER,
        EACH_COMMIT,
        DAILY,
        WEEKLY,
    }
    
    const val GRADLE_BUILD_SMOKE_TEST_NAME = "gradleBuildSmokeTest"
    
    enum class SpecificBuild {
        CompileAll {
            override fun create(
                model: CIBuildModel,
                stage: Stage,
            ): OsAwareBaseGradleBuildType = CompileAll(model, stage)
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Sun Aug 03 22:40:28 UTC 2025
    - 25.9K bytes
    - Viewed (0)
Back to top