Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 4,836 for additional (0.22 sec)

  1. .teamcity/src/main/kotlin/projects/CheckProject.kt

            text(
                "additional.gradle.parameters",
                "",
                display = ParameterDisplay.NORMAL,
                allowEmpty = true,
                description = "The extra gradle parameters you want to pass to this build, e.g. `-PrerunAllTests` or `--no-build-cache`"
            )
            text(
                "reverse.dep.*.additional.gradle.parameters",
                "",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 05:52:18 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. releasenotes/notes/injector-selectors.yaml

        * There is no way to opt-in an individual pod, with `sidecar.istio.io/inject`, without enabling injection
          for the entire namespace.
    
        These limitations have both been resolved. As a result, additional pods may be injected that were not in previous versions,
        if they exist in a namespace without an `istio-injection` label set but have the `sidecar.istio.io/inject` label set on the pod.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 01 15:34:22 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  3. manifests/charts/ztunnel/values.yaml

      annotations: {}
    
      # Additional volumeMounts to the ztunnel container
      volumeMounts: []
    
      # Additional volumes to the ztunnel pod
      volumes: []
    
      # Annotations added to each pod. The default annotations are required for scraping prometheus (in most environments).
      podAnnotations:
        prometheus.io/port: "15020"
        prometheus.io/scrape: "true"
    
      # Additional labels to apply on the pod level
      podLabels: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/providers/property/tests/property.sample.conf

    # tag::cli[]
    # gradle build
    # end::cli[]
    executable: gradle
    args: build -q
    expected-output-file: propertyGroovy.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 15:37:47 UTC 2024
    - 176 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-test-aggregation-distribution/README.adoc

    ====
    include::sample[dir="kotlin",files="application/build.gradle.kts[]"]
    include::sample[dir="groovy",files="application/build.gradle[]"]
    ====
    
    The `application` project requires no additional configuration if the `jvm-test-suite` plugin is present.
    
    <1> Apply the `test-report-aggregation` plugin
    <2> Optional: make aggregate test report generation part of the 'check' lifecycle phase
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/build-organization/composite-builds/basic/tests/basicCli.sample.conf

    execution-subdirectory: my-app
    executable: gradle
    args: run
    flags: "--include-build=../my-utils"
    expected-output-file: basicCli.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 192 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/buildlifecycle/taskExecutionEvents/tests-groovy/taskExecutionEvents.groovy.sample.conf

    # tag::cli[]
    # gradle --quiet broken
    # end::cli[]
    executable: gradle
    args: broken
    flags: --quiet
    expect-failure: true
    expected-output-file: taskExecutionEvents.groovy.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 201 bytes
    - Viewed (0)
  8. manifests/charts/istio-control/istio-discovery/values.yaml

        affinity: {}
    
        tolerations: []
    
        cpu:
          targetAverageUtilization: 80
        memory: {}
          # targetAverageUtilization: 80
    
        # Additional volumeMounts to the istiod container
        volumeMounts: []
    
        # Additional volumes to the istiod pod
        volumes: []
    
        nodeSelector: {}
        podAnnotations: {}
        serviceAnnotations: {}
        serviceAccountAnnotations: {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. maven-core/src/test/projects/lifecycle-executor/project-with-additional-lifecycle-elements/pom.xml

      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.maven.lifecycle.test</groupId>
      <artifactId>project-with-additional-lifecycle-elements</artifactId>
      <packaging>jar</packaging>
      <version>1.0</version>
      <name>project-with-additional-lifecycle-elements</name>
      <url>http://maven.apache.org</url>
    
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Nov 09 12:45:14 UTC 2019
    - 2.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/java/jvm-multi-project-with-additional-test-types/README.adoc

    sample inside an IDE using the https://www.jetbrains.com/help/idea/gradle.html#gradle_import_project_start[IntelliJ native importer] or https://projects.eclipse.org/projects/tools.buildship[Eclipse Buildship].
    
    This sample shows how to add additional test types to a JVM project in Gradle. Your project may have many different kinds of tests--unit tests, integration tests, functional tests, etc. A JVM project in Gradle has a single `Test` task, but other tasks can be added to represent each of...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top