Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyTestDefaults (1.09 sec)

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

        name = "${docsTestType.docsTestDesc} - ${testJava.version.name.toCapitalized()} ${os.asName()} ($index)"
    
        features {
            publishBuildStatusToGithub(model)
        }
    
        applyTestDefaults(
            model,
            this,
            "docs:docsTest${if (testSplitType == EXCLUDE) " docs:checkSamples" else ""}",
            os = os,
            arch = os.defaultArch,
            timeout = 60,
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 4.7K bytes
    - Viewed (0)
Back to top