Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 705 for Remotes (0.13 sec)

  1. subprojects/core/src/main/java/org/gradle/caching/internal/services/AbstractBuildCacheControllerFactory.java

                    BuildCache remote = buildCacheConfiguration.getRemote();
    
                    boolean localEnabled = local.isEnabled();
                    boolean remoteEnabled = remote != null && remote.isEnabled();
    
                    if (remoteEnabled && remoteAccessMode == RemoteAccessMode.OFFLINE) {
                        remoteEnabled = false;
                        LOGGER.warn("Remote build cache is disabled when running with --offline.");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 17:08:26 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. internal/grid/grid_test.go

    				}
    				return nil
    			},
    			OutCapacity: 1,
    			InCapacity:  1,
    		}))
    	}
    	register(local)
    	register(remote)
    	// Double remote DL
    	local.debugMsg(debugAddToDeadline, wantDL)
    	defer local.debugMsg(debugAddToDeadline, time.Duration(0))
    	remote.debugMsg(debugAddToDeadline, wantDL)
    	defer remote.debugMsg(debugAddToDeadline, time.Duration(0))
    
    	testHandler := func(t *testing.T, handler HandlerID) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  3. platforms/core-execution/build-cache/src/integTest/groovy/org/gradle/caching/internal/BuildCacheBuildOperationsIntegrationTest.groovy

            localStore | localEnabled | config
            true       | true         | "remote($remoteCacheClass) { push = true }"
            false      | true         | "local.push = false; remote($remoteCacheClass) { push = true }"
            false      | false        | "local.enabled = false; remote($remoteCacheClass) { push = true }"
        }
    
        def "records ops for remote hit"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 08:51:14 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  4. Makefile.core.mk

    	# external istiod remote cluster charts
    	cp manifests/charts/base/templates/services.yaml manifests/charts/istiod-remote/templates
    	cp manifests/charts/base/templates/endpoints.yaml manifests/charts/istiod-remote/templates
    	cp manifests/charts/base/templates/reader-serviceaccount.yaml manifests/charts/istiod-remote/templates
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  5. docs/bucket/replication/README.md

    > NOTE: If you are using a mc version below `RELEASE.2022-12-24T15-21-38Z`, the --remote-bucket flag needs an ARN generated by `mc admin bucket remote add` command. For  mc versions RELEASE.2021-09-02T09-21-27Z and older, the remote target ARN needs to be passed in the --arn flag and actual remote bucket name in --remote-bucket flag of  `mc replicate add`. For example, in older releases of mc replication configuration used to be added with:
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 24 23:46:33 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  6. pkg/wasm/convert.go

    			}
    		}
    	}
    	remote := vm.GetCode().GetRemote()
    	httpURI := remote.GetHttpUri()
    	if httpURI == nil {
    		*status = missRemoteFetchHint
    		return fmt.Errorf("wasm remote fetch %+v does not have httpUri specified for config %s", remote, configName)
    	}
    	// checksum sent by istiod can be "nil" if not set by user - magic value used to avoid unmarshaling errors
    	if remote.Sha256 == "nil" {
    		remote.Sha256 = ""
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/codehost/git.go

    type gitCacheKey struct {
    	remote  string
    	localOK bool
    }
    
    func newGitRepoCached(ctx context.Context, remote string, localOK bool) (Repo, error) {
    	return gitRepoCache.Do(gitCacheKey{remote, localOK}, func() (Repo, error) {
    		return newGitRepo(ctx, remote, localOK)
    	})
    }
    
    func newGitRepo(ctx context.Context, remote string, localOK bool) (Repo, error) {
    	r := &gitRepo{remote: remote}
    	if strings.Contains(remote, "://") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  8. build/root/Makefile

    #  INSTANCE_METADATA: For REMOTE=true and running on GCE only.
    #  GUBERNATOR: For REMOTE=true only. Produce link to Gubernator to view logs.
    #    Defaults to false.
    #  TEST_SUITE: For REMOTE=true only. Test suite to use. Defaults to "default".
    #  SSH_USER: For REMOTE=true only  SSH username to use.
    #  SSH_KEY: For REMOTE=true only. Path to SSH key to use.
    #  SSH_OPTIONS: For REMOTE=true only. SSH options to use.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. cmd/peer-rest-client.go

    			continue
    		}
    		all[i] = newPeerRESTClient(host, endpoints.FindGridHostsFromPeer(host))
    		remote = append(remote, all[i])
    	}
    	if len(all) != len(remote)+1 {
    		peersLogIf(context.Background(), fmt.Errorf("Expected number of all hosts (%v) to be remote +1 (%v)", len(all), len(remote)), logger.WarningKind)
    	}
    	return remote, all
    }
    
    // MonitorBandwidth - send http trace request to peer nodes
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  10. hack/make-rules/test-e2e-node.sh

    # fail due to resource contention. 8 is a reasonable default for a
    # e2-standard-2 node.
    # Currently, parallelism only affects when REMOTE=true. For local test,
    # ginkgo default parallelism (cores - 1) is used.
    parallelism=${PARALLELISM:-8}
    artifacts="${ARTIFACTS:-"/tmp/_artifacts/$(date +%y%m%dT%H%M%S)"}"
    remote=${REMOTE:-"false"}
    remote_mode=${REMOTE_MODE:-"gce"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top