- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for extraSteps (0.58 sec)
-
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
buildJvm: Jvm = BuildToolBuildJvm, extraSteps: BuildSteps.() -> Unit = {}, ) { buildType.applyDefaultSettings(os, timeout = timeout, buildJvm = buildJvm) buildType.killProcessStep(KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS, os) buildType.gradleRunnerStep(model, gradleTasks, os, arch, extraParameters) buildType.steps { extraSteps()Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Jun 11 12:58:05 UTC 2025 - 8.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
buildScanTagForType, ) + extraSysProp ).joinToString(" "), buildJvm = buildJvm, extraSteps = { script { name = "CALCULATE_MD5_VERSION_FOR_DOGFOODING_DISTRIBUTION" workingDir = "%teamcity.build.checkoutDir%/dogfood-first-for-hash"Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu May 01 14:55:05 UTC 2025 - 7.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
extraParameters = assembledExtraParameters, timeout = testCoverage.testType.timeout, maxParallelForks = testCoverage.testType.maxParallelForks.toString(), extraSteps = extraBuildSteps, preSteps = preBuildSteps, ) failureConditions { // JavaExecDebugIntegrationTest.debug session fails without debugger might cause JVM crashRegistered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 5.6K bytes - Viewed (0) -
tensorflow/BUILD
}) + (tf_monitoring_python_deps() + tf_additional_plugin_deps() + tf_additional_profiler_deps()) + if_xla_available([ "//tensorflow/compiler/aot:tfcompile_lib", ]) + if_static(extra_deps = [ "//tensorflow/core/platform:tensor_float_32_utils", "//tensorflow/core/platform:enable_tf2_utils", ]) + if_oss([ "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0)