Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for presubmits (0.27 sec)

  1. prow/lib.sh

      targets="docker.pilot docker.proxyv2 "
    
      # use ubuntu:jammy to test vms by default
      nonDistrolessTargets="docker.app docker.app_sidecar_ubuntu_noble docker.ext-authz "
      if [[ "${JOB_TYPE:-presubmit}" == "postsubmit" ]]; then
        # We run tests across all VM types only in postsubmit
        nonDistrolessTargets+="docker.app_sidecar_ubuntu_bionic docker.app_sidecar_debian_12 docker.app_sidecar_rockylinux_9 "
      fi
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. .bazelrc

    # ARM64 PYCPP
    # In Linux Arm64 presubmit/continuous build, we cross-compile the binaries on
    # Linux x86 so that we can use RBE. Since tests still need to run on the single
    # host Arm64 machine, the build becomes too slow (~30 min) to be a presubmit.
    # For testing purposes, we want to see the runtime performance of an
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/storage.go

    // preserving values that we allocated on their behalf.  For example, they
    // might create a Service without specifying the ClusterIP, in which case we
    // allocate one.  If they resubmit that same YAML, we want it to succeed.
    func patchAllocatedValues(after After, before Before) {
    	oldSvc, newSvc := before.Service, after.Service
    
    	if needsClusterIP(oldSvc) && needsClusterIP(newSvc) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:33 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top