Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,070 for step2 (3.09 sec)

  1. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/LoadPreviousExecutionStateStepTest.groovy

     */
    
    package org.gradle.internal.execution.steps
    
    import org.gradle.internal.execution.UnitOfWork
    import org.gradle.internal.execution.history.ExecutionHistoryStore
    import org.gradle.internal.execution.history.PreviousExecutionState
    
    class LoadPreviousExecutionStateStepTest extends StepSpec<WorkspaceContext> {
        def executionHistoryStore = Mock(ExecutionHistoryStore)
    
        def step = new LoadPreviousExecutionStateStep(delegate)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:29 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/RemovePreviousOutputsStepTest.groovy

            when:
            step.execute(work, context)
            then:
            _ * context.incrementalExecution >> true
            1 * delegate.execute(work, context) >> delegateResult
            0 * _
        }
    
        def "does not cleanup outputs when work does not opt-in"() {
            when:
            step.execute(work, context)
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  3. tests/integration/GKE.md

    # Running end-to-end (E2E) tests on your own Kubernetes cluster
    
    * [Step 1: Set up GCP](#step-1-setup-gcp)
    * [Step 2: Set up a cluster](#step-2-setup-a-cluster)
    * [Step 3: Set up Istio environment variables](#step-3-setup-istio-environment-variables)
    
    ## Step 1: Set up GCP
    
    This section walks you through the one-time set-up for creating and configuring a Google Cloud Platform (GCP) project.
    
    ### Install Google Cloud SDK
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 20 23:19:43 UTC 2020
    - 4.1K bytes
    - Viewed (0)
  4. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/ExecuteStepTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.execution.steps
    
    import com.google.common.collect.ImmutableSortedMap
    import org.gradle.internal.execution.UnitOfWork
    import org.gradle.internal.execution.history.PreviousExecutionState
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 10:36:34 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/grafana/node/minio-node.json

                      "text": "N/A"
                    }
                  },
                  "type": "special"
                }
              ],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 13:24:37 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/declarative-dsl-provider/src/main/kotlin/org/gradle/internal/declarativedsl/evaluationSchema/InterpretationSequence.kt

    }
    
    
    /**
     * Implements a straightforward interpretation sequence step that uses the target as the top-level receiver
     * and produces an evaluation schema with [buildEvaluationAndConversionSchema] lazily before the step runs.
     */
    internal
    class SimpleInterpretationSequenceStepWithConversion private constructor(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. .github/workflows/ci.yml

            include:
              - os: windows-latest
                java: 21
                root-pom: pom.xml
        runs-on: ${{ matrix.os }}
        env:
          ROOT_POM: ${{ matrix.root-pom }}
        steps:
          # Cancel any previous runs for the same branch that are still running.
          - name: 'Cancel previous runs'
            uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
            with:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 16:25:39 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. manifests/addons/dashboards/istio-extension-dashboard.json

                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "links": [],
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 20K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/ResolveChangesStepTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.execution.steps
    
    import com.google.common.collect.ImmutableList
    import com.google.common.collect.ImmutableSortedMap
    import org.gradle.api.problems.internal.Problem
    import org.gradle.internal.execution.UnitOfWork
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:34 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. manifests/addons/dashboards/istio-mesh-dashboard.json

                      "text": "N/A"
                    }
                  },
                  "type": "special"
                }
              ],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
Back to top