Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for quiesce (0.23 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

        # but then it will be removed once again. So, we first wait a long
        # unfortunate amount of time to ensure that things have quiesced, then we
        # wait until we're sure the route is really gone before re-adding it again.
        Log-Output "Waiting 45 seconds for host network state to quiesce"
        Start-Sleep 45
        WaitFor_GceMetadataServerRouteToBeRemoved
        Log-Output "Re-adding the GCE metadata server route"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                final MavenExecutionRequest request) {
            boolean runningOnCI = isRunningOnCI(request.getSystemProperties());
            boolean quietCI = runningOnCI && !commandLine.hasOption(FORCE_INTERACTIVE);
    
            if (quiet || commandLine.hasOption(CLIManager.NO_TRANSFER_PROGRESS) || quietCI) {
                return new QuietMavenTransferListener();
            } else if (request.isInteractiveMode() && !commandLine.hasOption(CLIManager.LOG_FILE)) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top