- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 261 for staged (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/batch-replicate_test.go
disable: true # optionally turn-off snowball archive transfer # batch: 100 # upto this many objects per archive # inmemory: true # indicates if the archive must be staged locally or in-memory # compress: false # S2/Snappy compressed archive # smallerThan: 5MiB # create archive for all objects smaller than 5MiB # skipErrs: false # skips any source side read() errors
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Aug 01 12:53:30 GMT 2024 - 7.9K bytes - Click Count (0) -
build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java
ElasticsearchDistributionType archiveType = ElasticsearchDistributionTypes.ARCHIVE; checkBwc("minor", configName, BWC_MINOR_VERSION, archiveType, platform, BWC_MINOR); checkBwc("staged", configName, BWC_STAGED_VERSION, archiveType, platform, BWC_STAGED); checkBwc("bugfix", configName, BWC_BUGFIX_VERSION, archiveType, platform, BWC_BUGFIX);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 6.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcVersions.java
* </ul> * In addition to these, there will be a fifth one when a minor reaches feature freeze, we call this the <i>staged</i> * version: * <ul> * <li>the unreleased <b>staged</b>, M.N-2.0 (N > 2) on the `M.(N-2)` branch</li> * </ul> * <p> * Each build is only concerned with versions before it, as those are the ones that need to be tested
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 16.8K bytes - Click Count (0) -
cmd/batch-job-common-types.go
// snowball: // disable: false # optionally turn-off snowball archive transfer // batch: 100 # upto this many objects per archive // inmemory: true # indicates if the archive must be staged locally or in-memory // compress: true # S2/Snappy compressed archive // smallerThan: 5MiB # create archive for all objects smaller than 5MiB // skipErrs: false # skips any source side read() errors
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/metrics/prometheus/list.md
| `minio_node_mem_free_max` | Free memory on the node (max). | | `minio_node_mem_shared` | Shared memory on the node. | | `minio_node_mem_shared_avg` | Shared memory on the node (avg). | | `minio_node_mem_shared_max` | Shared memory on the node (max). | | `minio_node_mem_total` | Total memory on the node. |
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 43.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.17.md
- CSI Migration: Fixes issue where all volumes with the same inline volume inner spec name were staged in the same path. Migrated inline volumes are now staged at a unique path per unique volume. ([#84754](https://github.com/kubernetes/kubernetes/pull/84754), [@davidz627](https://github.com/davidz627))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Jan 28 10:44:33 GMT 2021 - 346.2K bytes - Click Count (1) -
cmd/metrics-v2.go
Description: MetricDescription{ Namespace: minioNamespace, Subsystem: notifySubsystem, Name: "target_queue_length", Help: "Number of events currently staged in the queue_dir configured for the target", Type: gaugeMetric, }, VariableLabels: map[string]string{"target_id": id.ID, "target_name": id.Name}, Value: float64(st.CurrentQueue),Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
stage.flameGraphs.map { createFlameGraphs(model, stage, it) } val (topLevelCoverage, allCoverage) = stage.functionalTests.partition { it.testType == TestType.SOAK } val topLevelFunctionalTests = topLevelCoverageCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
stage.specificBuilds.size + stage.functionalTests.size + stage.performanceTests.size + stage.docsTests.size + (if (prevStage != null) 1 else 0) + // flakyTestQuarantineTriggers if (stage.stageName == StageName.READY_FOR_RELEASE) 3 else 0, it.dependencies.items.size, stage.stageName.stageName, ) } }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Oct 16 01:27:05 GMT 2025 - 14.6K bytes - Click Count (0) -
.teamcity/src/test/kotlin/BuildScanTagUtilsTest.kt
model.stages[1].getBuildScanCustomValueParam(), ) assertEquals( "-DbuildScan.PartOf=ReadyforRelease", model.stages[4].getBuildScanCustomValueParam(), ) } @Test fun `test functional test project tags`() { assertEquals( "QuickJava25AdoptiumLinuxAmd64",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Aug 05 16:58:51 GMT 2025 - 1.7K bytes - Click Count (0)