Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for extraSteps (0.49 sec)

  1. .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)
  2. .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)
  3. .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 crash
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64error.s

    // license that can be found in the LICENSE file.
    
    TEXT errors(SB),$0
    	MOVL	foo<>(SB)(AX), AX	// ERROR "invalid instruction"
    	MOVL	(AX)(SP*1), AX		// ERROR "invalid instruction"
    	EXTRACTPS $4, X2, (BX)          // ERROR "invalid instruction"
    	EXTRACTPS $-1, X2, (BX)         // ERROR "invalid instruction"
    	// VSIB addressing does not permit non-vector (X/Y)
    	// scaled index register.
    	VPGATHERDQ X12,(R13)(AX*2), X11 // ERROR "invalid instruction"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  5. 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)
  6. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	EXTRACTPS $0, X2, (BX)                  // 660f3a171300
    	EXTRACTPS $1, X11, (BX)                 // 66440f3a171b01
    	EXTRACTPS $2, X2, (R11)                 // 66410f3a171302
    	EXTRACTPS $3, X11, (R11)                // 66450f3a171b03
    	EXTRACTPS $3, X2, DX                    // 660f3a17d203
    	EXTRACTPS $2, X11, DX                   // 66440f3a17da02
    	EXTRACTPS $1, X2, R11                   // 66410f3a17d301
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top