Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 43 for Rec2 (0.06 sec)

  1. .teamcity/src/main/kotlin/configurations/SmokeTests.kt

        features {
            publishBuildStatusToGithub(model)
        }
    
        tcParallelTests(splitNumber)
    
        requirements {
            // Smoke tests is usually heavy and the build time is twice on EC2 agents
            requiresNotEc2Agent()
        }
    
        applyTestDefaults(
            model,
            this,
            ":smoke-test:$task",
            timeout = 120,
            extraParameters = buildScanTag("SmokeTests") +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 16:49:31 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/SmokeIdeTests.kt

        description = "Tests against IDE sync process"
    
        features {
            publishBuildStatusToGithub(model)
        }
    
        requirements {
            // These tests are usually heavy and the build time is twice on EC2 agents
            requiresNotEc2Agent()
        }
    
        applyTestDefaults(
            model = model,
            buildType = this,
            gradleTasks = ":smoke-ide-test:smokeIdeTest",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 14:05:00 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/tfl_stablehlo_pass.cc

              if (std::string{key} == "dimension_numbers") {
                auto value_vec = value.AsVector();
                auto vec1 = FlatbufferVecToMlirVec(value_vec[2].AsVector());
                auto vec2 = FlatbufferVecToMlirVec(value_vec[5].AsVector());
                auto vec3 = FlatbufferVecToMlirVec(value_vec[8].AsVector());
                auto conv_dimension_numbers_attr =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 24 06:08:43 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/common/extensions.kt

            contains("teamcity.agent.jvm.os.arch", arch.nameOnLinuxWindows)
        }
    }
    
    fun Requirements.requiresNotEc2Agent() {
        doesNotContain("teamcity.agent.name", "ec2")
        // US region agents have name "EC2-XXX"
        doesNotContain("teamcity.agent.name", "EC2")
    }
    
    /**
     * We have some "shared" host where a Linux build agent and a Windows build agent
     * both run on the same bare metal. Some builds require exclusive access to the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (1)
  5. pkg/volume/util/attach_limit_test.go

    	if csiLimitKey != "attachable-volumes-csi-com.amazon.ebs" {
    		t.Errorf("Expected com.amazon.ebs got %s", csiLimitKey)
    	}
    
    	// When driver is longer than 39 chars
    	longDriverName := "com.amazon.kubernetes.eks.ec2.ebs/csi-driver"
    	csiLimitKeyLonger := GetCSIAttachLimitKey(longDriverName)
    	if !v1helper.IsAttachableVolumeResourceName(v1.ResourceName(csiLimitKeyLonger)) {
    		t.Errorf("Expected %s to have attachable prefix", csiLimitKeyLonger)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 05 16:29:00 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  6. pkg/controller/volume/attachdetach/metrics/metrics.go

    	intreeToCSITranslator    csimigration.InTreeToCSITranslator
    }
    
    // volumeCount is a map of maps used as a counter, e.g.:
    //
    //	node 172.168.1.100.ec2.internal has 10 EBS and 3 glusterfs PVC in use:
    //	{"172.168.1.100.ec2.internal": {"aws-ebs": 10, "glusterfs": 3}}
    //	state actual_state_of_world contains a total of 10 EBS volumes:
    //	{"actual_state_of_world": {"aws-ebs": 10}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 10 06:30:05 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //	  description: "another bootstrap token"
    //	  usages:
    //	  - authentication
    //	  - signing
    //	  groups:
    //	  - system:bootstrappers:kubeadm:default-node-token
    //	nodeRegistration:
    //	  name: "ec2-10-100-0-1"
    //	  criSocket: "unix:///var/run/containerd/containerd.sock"
    //	  taints:
    //	  - key: "kubeadmNode"
    //	    value: "someValue"
    //	    effect: "NoSchedule"
    //	  kubeletExtraArgs:
    //	    v: 4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. src/encoding/base64/base64_test.go

    	}
    
    	// Through reader. Used to fail.
    	r := NewDecoder(RawURLEncoding, bytes.NewReader([]byte(source)))
    	dec2, err := io.ReadAll(io.LimitReader(r, 100))
    	if err != nil || !bytes.Equal(dec2, want) {
    		t.Errorf("reading NewDecoder(RawURLEncoding, %q) = %x, %v, want %x, nil", source, dec2, err, want)
    	}
    
    	// Should work with padding.
    	r = NewDecoder(URLEncoding, bytes.NewReader([]byte(source+"==")))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Sep 03 18:57:29 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	  description: "another bootstrap token"
    //	  usages:
    //	  - authentication
    //	  - signing
    //	  groups:
    //	  - system:bootstrappers:kubeadm:default-node-token
    //	nodeRegistration:
    //	  name: "ec2-10-100-0-1"
    //	  criSocket: "unix:///var/run/containerd/containerd.sock"
    //	  taints:
    //	  - key: "kubeadmNode"
    //	    value: "someValue"
    //	    effect: "NoSchedule"
    //	  kubeletExtraArgs:
    //	    v: 4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  10. docs/bucket/lifecycle/README.md

    ```
     mc ilm add --expiry-days 365 --transition-days 45 --storage-class "AZURETIER" myminio/srcbucket
    ```
    
    Note: In the case of S3, it is possible to create a tier from MinIO running in EC2 to S3 using AWS role attached to EC2 as credentials instead of accesskey/secretkey:
    
    ```
    mc admin tier add s3 source S3TIER --bucket s3bucket --prefix testprefix/ --use-aws-role
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Aug 26 07:33:25 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top