Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for e9419cad3583427caca97958301ff98fc8e9a1c3 (0.47 sec)

  1. testing/smoke-test/build.gradle.kts

        val santaTracker by registering(RemoteProject::class) {
            remoteUri = santaGitUri
            // Pinned from branch main
            ref = "e9419cad3583427caca97958301ff98fc8e9a1c3"
        }
    
        val gradleBuildCurrent by registering(RemoteProject::class) {
            remoteUri = rootDir.absolutePath
            ref = buildCommitId
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

    }
    
    performanceTest.registerAndroidTestProject("santaTrackerAndroidBuild", RemoteProject) {
        remoteUri = 'https://github.com/gradle/santa-tracker-android.git'
        // Pinned from main branch
        ref = 'e9419cad3583427caca97958301ff98fc8e9a1c3'
        doLast {
            addGoogleServicesJson(outputDirectory)
        }
    }
    
    performanceTest.registerAndroidTestProject("uberMobileApp", RemoteProject) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top