- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for spoke (0.03 seconds)
-
.github/CODEOWNERS
packaging/public-api @gradle/bt-product-operations testing/performance/ @gradle/bt-developer-productivity testing/smoke-test/ @gradle/bt-product-operations testing/smoke-test/src/**/*IsolatedProjects* @gradle/bt-product-operations @gradle/bt-isolated-projects-project testing/soak/ @gradle/bt-developer-productivity
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Nov 07 21:47:29 GMT 2025 - 11K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
* * Our performance tests don't work with PTS, yet. * Smoke and soak tests are hard to grasp for PTS, that is why we run them without. * When running on Windows with PTS, SimplifiedKotlinScriptEvaluatorTest fails. See https://github.com/gradle/gradle-private/issues/3615. */ fun Project.supportsPredictiveTestSelection() = !isPerformanceProject() && !setOf("smoke-test", "soak", "kotlin-dsl", "smoke-ide-test").contains(name) /**
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 06:44:41 GMT 2025 - 18.9K bytes - Click Count (0) -
.teamcity/subprojects.json
"functionalTests": true, "crossVersionTests": false }, { "name": "smoke-ide-test", "path": "testing/smoke-ide-test", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "smoke-test", "path": "testing/smoke-test", "unitTests": false, "functionalTests": false, "crossVersionTests": false },
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
val smokeTests = specificBuildTypes.filterIsInstance<SmokeTests>() if (smokeTests.size > 1) { buildType( PartialTrigger( "All Smoke Tests for ${stage.stageName.stageName}", "Stage_${stage.stageName.id}_SmokeTests", model, smokeTests, ), )
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/testing/precondition-tester" /> <option value="$PROJECT_DIR$/testing/public-api-tests" /> <option value="$PROJECT_DIR$/testing/smoke-ide-test" /> <option value="$PROJECT_DIR$/testing/smoke-test" /> <option value="$PROJECT_DIR$/testing/soak" /> </set> </option> </GradleProjectSettings> </option>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 18:02:10 GMT 2025 - 23.2K bytes - Click Count (0) -
cmd/auth-handler.go
if newGlobalAuthZPluginFn() != nil { return claims, nil } // Check if a session policy is set. If so, decode it here. sp, spok := claims.Lookup(policy.SessionPolicyName) if spok { // Looks like subpolicy is set and is a string, if set then its // base64 encoded, decode it. Decoding fails reject such // requests. spBytes, err := base64.StdEncoding.DecodeString(sp)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 25.4K bytes - Click Count (0) -
ci/official/utilities/code_check_full.bats
"//tensorflow/tools/pip_package:licenses" } # This test ensures that all the targets built into the Python package include # their dependencies. It's a rewritten version of the "smoke test", an older # Python script that was very difficult to understand. See # https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/pip_package/pip_smoke_test.py
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Dec 19 18:47:57 GMT 2025 - 13.5K bytes - Click Count (0) -
docs/en/docs/deployment/concepts.md
In this case, it would be better to get **one extra server** and run some processes on it so that they all have **enough RAM and CPU time**. There's also the chance that for some reason you have a **spike** of usage of your API. Maybe it went viral, or maybe some other services or bots start using it. And you might want to have extra resources to be safe in those cases.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 18.6K bytes - Click Count (1)