Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Gradleception (0.1 sec)

  1. .teamcity/src/main/kotlin/configurations/Gradleception.kt

        requirements {
            // Gradleception is a heavy build which runs ~40m on EC2 agents but only ~20m on Hetzner agents
            requiresNotEc2Agent()
            requiresNotSharedHost()
        }
    
        dependencies {
            // If SanityCheck fails, Gradleception will definitely fail because the last build step is also sanityCheck
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 08 12:58:46 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/CIBuildModel.kt

            }
        },
        Gradleception {
            override fun create(model: CIBuildModel, stage: Stage): OsAwareBaseGradleBuildType {
                return Gradleception(model, stage, BuildToolBuildJvm, "Default")
            }
        },
        GradleceptionWithGroovy4 {
            override fun create(model: CIBuildModel, stage: Stage): OsAwareBaseGradleBuildType {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Oct 16 06:14:14 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  3. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.cache-miss-monitor.gradle.kts

            "Component_GradlePlugin_Performance_PerformanceLatestReleased"
        )
    
    fun Project.isExpectedCompileCacheMiss() =
    // Expected cache-miss:
    // 1. CompileAll is the seed build
    // 2. Gradleception which re-builds Gradle with a new Gradle version
    // 3. buildScanPerformance test, which doesn't depend on compileAll
    // 4. buildScanPerformance test, which doesn't depend on compileAll
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Mar 07 05:49:29 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top