Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,003 for daemons (0.15 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

        enum CliDaemonArgument {
            NOT_DEFINED,
            DAEMON,
            NO_DAEMON,
            FOREGROUND
        }
    
        protected CliDaemonArgument resolveCliDaemonArgument() {
            for (int i = args.size() - 1; i >= 0; i--) {
                final String arg = args.get(i);
                if (arg.equals("--daemon")) {
                    return DAEMON;
                }
                if (arg.equals("--no-daemon")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/fixtures/AbstractXcodeIntegrationSpec.groovy

            xcodeWorkspace("${rootProjectName}.xcworkspace")
        }
    
        protected XcodebuildExecutor getXcodebuild() {
            // Gradle needs to be isolated so the xcodebuild does not leave behind daemons
            assert executer.distribution.gradleHomeDir != null
            assert !executer.usesSharedDaemons()
            new XcodebuildExecutor(testDirectory)
        }
    
        void useXcodebuildTool() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  3. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt

                "${prefix}TestFullDistributionRuntimeClasspath"(project(":distributions-full"))
                // Add the agent JAR to the test runtime classpath so the InProcessGradleExecuter can find the module and spawn daemons.
                // This doesn't apply the agent to the test process.
                "${prefix}TestRuntimeOnly"(project(":instrumentation-agent"))
                "${prefix}TestAgentsClasspath"(project(":instrumentation-agent"))
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 23:14:25 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/GradleConnector.java

         *
         * <p>
         * Calling this method tries to do a best effort to clean up resources used by the tooling API.
         * It tries to cancel any builds and shut down running daemons.
         * <p>
         *
         * After calling {@code disconnect}, creating new project connections will be rejected and the existing ones
         * created by this instance will also deny future build operations.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    === Gradle daemon options
    You can manage the <<gradle_daemon.adoc#gradle_daemon,Gradle Daemon>> through the following command line options.
    
    `--daemon`, `--no-daemon`::
    Use the <<gradle_daemon.adoc#gradle_daemon, Gradle Daemon>> to run the build. Starts the daemon if not running or the existing daemon is busy. _Default is on_.
    
    `--foreground`::
    Starts the Gradle Daemon in a foreground process.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r40/ProjectConfigurationChildrenProgressCrossVersionSpec.groovy

    import java.util.concurrent.TimeUnit
    
    @IntegrationTestTimeout(300)
    @TargetGradleVersion('>=4.0')
    @DoesNotSupportNonAsciiPaths(reason = "Gradle versions prior to 8.3 have issues with non-ascii paths and worker daemons – see https://github.com/gradle/gradle/issues/13843")
    class ProjectConfigurationChildrenProgressCrossVersionSpec extends AbstractProgressCrossVersionSpec {
    
        private RepositoryHttpServer server
    
        def setup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 00:59:27 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  7. pkg/apis/apps/types.go

    	// pod (including nodes correctly running the daemon pod).
    	DesiredNumberScheduled int32
    
    	// The number of nodes that should be running the daemon pod and have one
    	// or more of the daemon pod running and ready.
    	NumberReady int32
    
    	// The most recent generation observed by the daemon set controller.
    	// +optional
    	ObservedGeneration int64
    
    	// The total number of nodes that are running updated daemon pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:09:29 UTC 2023
    - 36.4K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/CrossBuildScriptCachingIntegrationSpec.groovy

            when:
            succeeds 'success'
    
            then:
            getCompileBuildFileOperationsCount() == 6
    
            when:
            def before = scriptDetails()
            daemons.daemon.kill()
            succeeds 'success'
    
            then:
            def scripts = scriptDetails()
            scriptsAreReused(before, scripts)
            getCompileBuildFileOperationsCount() == 0
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1/types.go

    	// The number of nodes that are running the daemon pod, but are
    	// not supposed to run the daemon pod.
    	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    	NumberMisscheduled int32 `json:"numberMisscheduled" protobuf:"varint,2,opt,name=numberMisscheduled"`
    
    	// The total number of nodes that should be running the daemon
    	// pod (including nodes correctly running the daemon pod).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1beta2/types.go

    // +k8s:prerelease-lifecycle-gen:removed=1.16
    // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,DaemonSet
    
    // DEPRECATED - This group version of DaemonSet is deprecated by apps/v1/DaemonSet. See the release notes for
    // more information.
    // DaemonSet represents the configuration of a daemon set.
    type DaemonSet struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
Back to top