- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,155 for configs (0.12 sec)
-
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
import common.uuidPrefix import jetbrains.buildServer.configs.kotlin.Dependencies import jetbrains.buildServer.configs.kotlin.DslContext import jetbrains.buildServer.configs.kotlin.FailureAction import jetbrains.buildServer.configs.kotlin.RelativeId import jetbrains.buildServer.configs.kotlin.SnapshotDependency import jetbrains.buildServer.configs.kotlin.Triggers import jetbrains.buildServer.configs.kotlin.triggers.ScheduleTrigger
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 12:17:39 UTC 2025 - 7.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
import jetbrains.buildServer.configs.kotlin.Project import jetbrains.buildServer.configs.kotlin.PublishMode import jetbrains.buildServer.configs.kotlin.RelativeId import jetbrains.buildServer.configs.kotlin.Requirements import jetbrains.buildServer.configs.kotlin.buildSteps.GradleBuildStep import jetbrains.buildServer.configs.kotlin.buildSteps.exec import jetbrains.buildServer.configs.kotlin.buildSteps.script
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0) -
.github/workflows/update-rbe.yml
# This Workflow updates tensorflow/tools/toolchains/remote_config/configs.bzl # to reference the most recent versions of the SIG Build Docker images. name: Update RBE Configs on: workflow_dispatch: permissions: contents: read jobs: rbe: name: Update RBE Configs runs-on: ubuntu-latest if: github.repository == 'tensorflow/tensorflow' # Don't do this in forksRegistered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Dec 01 09:57:00 UTC 2025 - 7.2K bytes - Viewed (1) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
import common.javaHome import common.requiresOs import common.toCapitalized import jetbrains.buildServer.configs.kotlin.AbsoluteId import jetbrains.buildServer.configs.kotlin.BuildType import jetbrains.buildServer.configs.kotlin.ParameterDisplay import jetbrains.buildServer.configs.kotlin.buildSteps.exec import jetbrains.buildServer.configs.kotlin.triggers.finishBuildTrigger import promotion.FINAL_RELEASE_BUILD_CONFIGURATION_ID
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 2.7K bytes - Viewed (0) -
tests/test_tutorial/test_configure_swagger_ui/test_tutorial002.py
"default configs should be preserved" ) assert "presets: [" in response.text, "default configs should be preserved" assert "SwaggerUIBundle.presets.apis," in response.text, ( "default configs should be preserved" ) assert "SwaggerUIBundle.SwaggerUIStandalonePreset" in response.text, ( "default configs should be preserved" )
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 1.5K bytes - Viewed (0) -
tests/test_tutorial/test_configure_swagger_ui/test_tutorial003.py
assert "SwaggerUIBundle.presets.apis," in response.text, ( "default configs should be preserved" ) assert "SwaggerUIBundle.SwaggerUIStandalonePreset" in response.text, ( "default configs should be preserved" ) assert '"layout": "BaseLayout",' in response.text, ( "default configs should be preserved" )
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 1.5K bytes - Viewed (0) -
tests/test_tutorial/test_configure_swagger_ui/test_tutorial001.py
"default configs should be preserved" ) assert "presets: [" in response.text, "default configs should be preserved" assert "SwaggerUIBundle.presets.apis," in response.text, ( "default configs should be preserved" ) assert "SwaggerUIBundle.SwaggerUIStandalonePreset" in response.text, ( "default configs should be preserved" )
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 1.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/GitHubMergeQueueCheckPass.kt
import common.uuidPrefix import jetbrains.buildServer.configs.kotlin.AbsoluteId import jetbrains.buildServer.configs.kotlin.CheckoutMode import jetbrains.buildServer.configs.kotlin.DslContext import jetbrains.buildServer.configs.kotlin.FailureAction import jetbrains.buildServer.configs.kotlin.RelativeId import jetbrains.buildServer.configs.kotlin.triggers.VcsTrigger import jetbrains.buildServer.configs.kotlin.triggers.vcs import model.CIBuildModel
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Oct 14 16:28:05 UTC 2025 - 1.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/vcsroots/VcsRoots.kt
package vcsroots import jetbrains.buildServer.configs.kotlin.AbsoluteId import jetbrains.buildServer.configs.kotlin.CheckoutMode import jetbrains.buildServer.configs.kotlin.VcsSettings fun VcsSettings.useAbsoluteVcs(absoluteId: String) { root(AbsoluteId(absoluteId)) checkoutMode = CheckoutMode.ON_AGENT this.cleanCheckout = cleanCheckout showDependenciesChanges = true
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 391 bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
import jetbrains.buildServer.configs.kotlin.BuildFeatures import jetbrains.buildServer.configs.kotlin.BuildStep.ExecutionMode import jetbrains.buildServer.configs.kotlin.BuildSteps import jetbrains.buildServer.configs.kotlin.BuildType import jetbrains.buildServer.configs.kotlin.ProjectFeatures import jetbrains.buildServer.configs.kotlin.buildFeatures.PullRequests import jetbrains.buildServer.configs.kotlin.buildFeatures.commitStatusPublisher
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 07:29:52 UTC 2025 - 8.6K bytes - Viewed (0)