- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for per_commit (0.08 sec)
-
.teamcity/performance-tests-ci.json
"testProject" : "largeAndroidBuild", "coverage" : { "per_commit" : [ "linux" ] } }, { "testProject" : "nowInAndroidBuild", "coverage" : { "per_commit" : [ "linux" ] } }, { "testProject" : "santaTrackerAndroidBuild", "coverage" : { "per_commit" : [ "linux" ] } } ] }, {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 02:18:03 UTC 2025 - 33.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
listOf( PerformanceTestCoverage( 1, PerformanceTestType.PER_COMMIT, Os.LINUX, numberOfBuckets = 50, oldUuid = "PerformanceTestTestLinux", ), PerformanceTestCoverage( 6, PerformanceTestType.PER_COMMIT, Os.WINDOWS, numberOfBuckets = 10, failsStage = false, ),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
): List<PerformanceScenario> { val performanceTestTypes = if (performanceTestSpec.performanceTestType == PerformanceTestType.FLAKINESS_DETECTION) { listOf(PerformanceTestType.PER_COMMIT, PerformanceTestType.PER_DAY) } else { listOf(performanceTestSpec.performanceTestType) } return performanceTestConfigurations.flatMap { configuration -> configuration.groups
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 02:18:03 UTC 2025 - 16.6K bytes - Viewed (0) -
.github/workflows/check-commits.yml
run: | git log --pretty=format:"%H" ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} > pr_commits.txt - name: Check PR commits id: run_check run: | groovy .github/workflows/CheckBadMerge.groovy pr_commits.txt > output.txt 2>&1 - name: Read output file id: read_output if: ${{ always() }} run: | cat output.txtRegistered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Sep 04 22:13:34 UTC 2025 - 3K bytes - Viewed (0)